COLOR #312E2A

HEX: #312E2A
RGB: (49,46,42)

Color info

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

RGB color model

#312E2A color RGB value is (49,46,42).

  • red value is 49;
  • green value is 46;
  • blue value is 42.
RGB:
(49,46,42)
(19%,18%,16%)

RGB channels and saturation

R 49 of 255 = 19%
G 46 of 255 = 18%
B 42 of 255 = 16%

49
46
42

R + G + B ~ 18%. #312E2A is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 46 + 42 = 137 (100%)
R 49 of 137 ~ 35.77%
G 46 of 137 ~ 33.58%
B 42 of 137 ~ 30.66%

%35.77
%33.58
%30.66

CMYK color model

#312E2A color CMYK value is (0,6,14,81).

  • cyan value is 0.00%
  • magenta value is 6.12%
  • yellow value is 14.29%
  • key color value is 80.78%
CMYK:
(0,6,14,81)
C0M6Y14K81 
(0%,6%,14%,81%)
(0.00/0.06/0.14/0.81)	

CMYK percentages

%0
%6.12
%14.29
%80.78

Codes

Color #312E2A in popluar color models

312E2A
RGB494642
HSL34°7.69%17.84%
HSB/HSV34°14.29%19.22%
CMYK0.00%6.12%14.29%
80.78%

Color #312E2A in popluar number systems.

HEX312E2A
Decimal494642
Binary110001101110101010
Octal615652

Shades and tints

Shades of #312E2A

#312E2A
(49,46,42)
#2D2A27
(45,42,39)
#292624
(41,38,36)
#252221
(37,34,33)
#211E1E
(33,30,30)
#1D1A1B
(29,26,27)
#191618
(25,22,24)
#151215
(21,18,21)
#110E12
(17,14,18)
#0D0A0F
(13,10,15)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #312E2A

#312E2A
(49,46,42)
#43413D
(67,65,61)
#555450
(85,84,80)
#676763
(103,103,99)
#797A76
(121,122,118)
#8B8D89
(139,141,137)
#9DA09C
(157,160,156)
#AFB3AF
(175,179,175)
#C1C6C2
(193,198,194)
#D3D9D5
(211,217,213)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312E2A; }

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

This text font color is #312E2A.


Background Color

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

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

This div background color is #312E2A.


Border color

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

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

This div border color is #312E2A.


Opacity

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

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

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

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

This text has shadow with #312E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312E2A on black background.


Color preview on white background

This text has color #312E2A on white background.



Black color preview on #312E2A background

This text has black color on #312E2A background.


White color preview on #312E2A background

This text has white color on #312E2A background.