COLOR #312E19

HEX: #312E19 RGB: (49,46,25)

Color info

#312E19 contains red, green and blue colors in about the same proportion. Web safe color of #312E19 is #333300 (or #330).

RGB color model

#312E19 color RGB value is (49,46,25).

RGB: (49,46,25) (19%, 18%, 10%)

RGB channels and saturation

R 49 of 255 = 19%
G 46 of 255 = 18%
B 25 of 255 = 10%

49
46
25

R + G + B ~ 16%. #312E19 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 46 + 25 = 120 (100%)
R 49 of 120 ~ 40.83%
G 46 of 120 ~ 38.33%
B 25 of 120 ~ 20.83'%

%40.83
%38.33
%20.83

CMYK color model

#312E19 color CMYK value is (0,6,49,81).

  • cyan value is 0.00%
  • magenta value is 6.12%
  • yellow value is 48.98%
  • key color value is 80.78%
CMYK: (0,6,49,81) C0M6Y49K81 (0%,6%,49%,81%) (0.00/0.06/0.49/0.81) 

CMYK percentages

%0
%6.12
%48.98
%80.78

Codes

Color #312E19 in popluar color models

31 2E 19
RGB 49 46 25
HSL 53° 32.43% 14.51%
HSB/HSV 53° 48.98% 19.22%
CMYK 0.00% 6.12% 48.98%
80.78%

Color #312E19 in popluar number systems.

HEX 31 2E 19
Decimal 49 46 25
Binary 110001 101110 11001
Octal 61 56 31

Shades and tints

Shades of #312E19

#312E19
(49,46,25)
#2D2A17
(45,42,23)
#292615
(41,38,21)
#252213
(37,34,19)
#211E11
(33,30,17)
#1D1A0F
(29,26,15)
#19160D
(25,22,13)
#15120B
(21,18,11)
#110E09
(17,14,9)
#0D0A07
(13,10,7)
#090605
(9,6,5)
#000000
(0,0,0)

Tints of #312E19

#312E19
(49,46,25)
#43412D
(67,65,45)
#555441
(85,84,65)
#676755
(103,103,85)
#797A69
(121,122,105)
#8B8D7D
(139,141,125)
#9DA091
(157,160,145)
#AFB3A5
(175,179,165)
#C1C6B9
(193,198,185)
#D3D9CD
(211,217,205)
#E5ECE1
(229,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312E19 color. Also use rgb(49,46,25) instead hex code.

Text Font Color

.myTextColor { color: #312E19; }

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

This text font color is #312E19.

Background Color

.myBgColor { background-color: #312E19; }

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

This div background color is #312E19.

Border color

.myBorderColor { border: 1px solid #312E19; }

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

This div border color is #312E19.

Opacity

.myOpacity80 { color: #312E19; opacity: 0.8; }

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

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

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

This text has shadow with #312E19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #312E19.

Preview

Color preview on black background

This text has color #312E19 on black background.


Color preview on white background

This text has color #312E19 on white background.


Black color preview on #312E19 background

This text has black color on #312E19 background.


White color preview on #312E19 background

This text has white color on #312E19 background.


Related colors

Complementary color

Complementary color for #hex is #CED1E6.


I love getcolorcode.com

Triadic colors

1 #19312E and #2E1931 with #312E19 are triadic colors.

2 #192E31 and #2E3119 with #312E19 are triadic colors.