COLOR #312C19

HEX: #312C19
RGB: (49,44,25)

Color info

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

RGB color model

#312C19 color RGB value is (49,44,25).

  • red value is 49;
  • green value is 44;
  • blue value is 25.
RGB:
(49,44,25)
(19%,17%,10%)

RGB channels and saturation

R 49 of 255 = 19%
G 44 of 255 = 17%
B 25 of 255 = 10%

49
44
25

R + G + B ~ 15%. #312C19 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 44 + 25 = 118 (100%)
R 49 of 118 ~ 41.53%
G 44 of 118 ~ 37.29%
B 25 of 118 ~ 21.19%

%41.53
%37.29
%21.19

CMYK color model

#312C19 color CMYK value is (0,10,49,81).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 48.98%
  • key color value is 80.78%
CMYK:
(0,10,49,81)
C0M10Y49K81 
(0%,10%,49%,81%)
(0.00/0.10/0.49/0.81)	

CMYK percentages

%0
%10.2
%48.98
%80.78

Codes

Color #312C19 in popluar color models

312C19
RGB494425
HSL48°32.43%14.51%
HSB/HSV48°48.98%19.22%
CMYK0.00%10.20%48.98%
80.78%

Color #312C19 in popluar number systems.

HEX312C19
Decimal494425
Binary11000110110011001
Octal615431

Shades and tints

Shades of #312C19

#312C19
(49,44,25)
#2D2817
(45,40,23)
#292415
(41,36,21)
#252013
(37,32,19)
#211C11
(33,28,17)
#1D180F
(29,24,15)
#19140D
(25,20,13)
#15100B
(21,16,11)
#110C09
(17,12,9)
#0D0807
(13,8,7)
#090405
(9,4,5)
#000000
(0,0,0)

Tints of #312C19

#312C19
(49,44,25)
#433F2D
(67,63,45)
#555241
(85,82,65)
#676555
(103,101,85)
#797869
(121,120,105)
#8B8B7D
(139,139,125)
#9D9E91
(157,158,145)
#AFB1A5
(175,177,165)
#C1C4B9
(193,196,185)
#D3D7CD
(211,215,205)
#E5EAE1
(229,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312C19; }

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

This text font color is #312C19.


Background Color

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

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

This div background color is #312C19.


Border color

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

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

This div border color is #312C19.


Opacity

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

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

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

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

This text has shadow with #312C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312C19 on black background.


Color preview on white background

This text has color #312C19 on white background.



Black color preview on #312C19 background

This text has black color on #312C19 background.


White color preview on #312C19 background

This text has white color on #312C19 background.