COLOR #303631

HEX: #303631
RGB: (48,54,49)

Color info

#303631 contains red, green and blue colors in about the same proportion. Web safe color of #303631 is #333333 (or #333).

RGB color model

#303631 color RGB value is (48,54,49).

  • red value is 48;
  • green value is 54;
  • blue value is 49.
RGB:
(48,54,49)
(19%,21%,19%)

RGB channels and saturation

R 48 of 255 = 19%
G 54 of 255 = 21%
B 49 of 255 = 19%

48
54
49

R + G + B ~ 20%. #303631 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 54 + 49 = 151 (100%)
R 48 of 151 ~ 31.79%
G 54 of 151 ~ 35.76%
B 49 of 151 ~ 32.45%

%31.79
%35.76
%32.45

CMYK color model

#303631 color CMYK value is (11,0,9,79).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 9.26%
  • key color value is 78.82%
CMYK:
(11,0,9,79)
C11M0Y9K79 
(11%,0%,9%,79%)
(0.11/0.00/0.09/0.79)	

CMYK percentages

%11.11
%0
%9.26
%78.82

Codes

Color #303631 in popluar color models

303631
RGB485449
HSL130°5.88%20.00%
HSB/HSV130°11.11%21.18%
CMYK11.11%0.00%9.26%
78.82%

Color #303631 in popluar number systems.

HEX303631
Decimal485449
Binary110000110110110001
Octal606661

Shades and tints

Shades of #303631

#303631
(48,54,49)
#2C322D
(44,50,45)
#282E29
(40,46,41)
#242A25
(36,42,37)
#202621
(32,38,33)
#1C221D
(28,34,29)
#181E19
(24,30,25)
#141A15
(20,26,21)
#101611
(16,22,17)
#0C120D
(12,18,13)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #303631

#303631
(48,54,49)
#424843
(66,72,67)
#545A55
(84,90,85)
#666C67
(102,108,103)
#787E79
(120,126,121)
#8A908B
(138,144,139)
#9CA29D
(156,162,157)
#AEB4AF
(174,180,175)
#C0C6C1
(192,198,193)
#D2D8D3
(210,216,211)
#E4EAE5
(228,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303631 color. Also use rgb(48,54,49) instead hex code.

Text Font Color

.myTextColor { color: #303631; }

<p style="color:#303631">This sample text font color is #303631.</p>

This text font color is #303631.


Background Color

.myBgColor { background-color: #303631; }

<div style="background-color:#303631">Inner text</div>

This div background color is #303631.


Border color

.myBorderColor { border: 1px solid #303631; }

<div style="border:3px solid #303631">Div</div>

This div border color is #303631.


Opacity

.myOpacity80 { color: #303631; opacity: 0.8; }

<p style="color:#303631;opacity:0.8;">80%</p>

Text with #303631 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #303631;}

<p style="text-shadow: 3px 3px 1px #303631">Text here.</p>

This text has shadow with #303631 color.

.textShadow {text-shadow: 3px 3px 1px #303631, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #303631, 5px 5px 20px red">Text here.</p>

This text has shadow with #303631 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#303631, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#303631, Direction=45, Strength=4)">Text</p>

This text has shadow with #303631 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #303631;
  -webkit-box-shadow:	1px 1px 3px 2px #303631;
  box-shadow:		1px 1px 3px 2px #303631;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #303631;
-webkit-box-shadow: 1px 1px 3px 2px #303631;
box-shadow:1px 1px 3px 2px #303631;">
Div content here</div>
This div box has shadow with color #303631.

Preview

Color preview on black background

This text has color #303631 on black background.


Color preview on white background

This text has color #303631 on white background.



Black color preview on #303631 background

This text has black color on #303631 background.


White color preview on #303631 background

This text has white color on #303631 background.