COLOR #313633

HEX: #313633 RGB: (49,54,51)

Color info

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

RGB color model

#313633 color RGB value is (49,54,51).

RGB: (49,54,51) (19%, 21%, 20%)

RGB channels and saturation

R 49 of 255 = 19%
G 54 of 255 = 21%
B 51 of 255 = 20%

49
54
51

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

Portions of RGB colors in percentages

R + G + B = 49 + 54 + 51 = 154 (100%)
R 49 of 154 ~ 31.82%
G 54 of 154 ~ 35.06%
B 51 of 154 ~ 33.12'%

%31.82
%35.06
%33.12

CMYK color model

#313633 color CMYK value is (9,0,6,79).

  • cyan value is 9.26%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 78.82%
CMYK: (9,0,6,79) C9M0Y6K79 (9%,0%,6%,79%) (0.09/0.00/0.06/0.79) 

CMYK percentages

%9.26
%0
%5.56
%78.82

Codes

Color #313633 in popluar color models

31 36 33
RGB 49 54 51
HSL 144° 4.85% 20.20%
HSB/HSV 144° 9.26% 21.18%
CMYK 9.26% 0.00% 5.56%
78.82%

Color #313633 in popluar number systems.

HEX 31 36 33
Decimal 49 54 51
Binary 110001 110110 110011
Octal 61 66 63

Shades and tints

Shades of #313633

#313633
(49,54,51)
#2D322F
(45,50,47)
#292E2B
(41,46,43)
#252A27
(37,42,39)
#212623
(33,38,35)
#1D221F
(29,34,31)
#191E1B
(25,30,27)
#151A17
(21,26,23)
#111613
(17,22,19)
#0D120F
(13,18,15)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #313633

#313633
(49,54,51)
#434845
(67,72,69)
#555A57
(85,90,87)
#676C69
(103,108,105)
#797E7B
(121,126,123)
#8B908D
(139,144,141)
#9DA29F
(157,162,159)
#AFB4B1
(175,180,177)
#C1C6C3
(193,198,195)
#D3D8D5
(211,216,213)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313633; }

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

This text font color is #313633.

Background Color

.myBgColor { background-color: #313633; }

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

This div background color is #313633.

Border color

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

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

This div border color is #313633.

Opacity

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

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

Text with #313633 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 #313633;}

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

This text has shadow with #313633 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313633.

Preview

Color preview on black background

This text has color #313633 on black background.


Color preview on white background

This text has color #313633 on white background.


Black color preview on #313633 background

This text has black color on #313633 background.


White color preview on #313633 background

This text has white color on #313633 background.


Related colors

Complementary color

Complementary color for #hex is #CEC9CC.


I love getcolorcode.com

Triadic colors

1 #333136 and #363331 with #313633 are triadic colors.

2 #333631 and #363133 with #313633 are triadic colors.