COLOR #314C28

HEX: #314C28 RGB: (49,76,40)

Color info

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

RGB color model

#314C28 color RGB value is (49,76,40).

RGB: (49,76,40) (19%, 30%, 16%)

RGB channels and saturation

R 49 of 255 = 19%
G 76 of 255 = 30%
B 40 of 255 = 16%

49
76
40

R + G + B ~ 22%. #314C28 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 76 + 40 = 165 (100%)
R 49 of 165 ~ 29.7%
G 76 of 165 ~ 46.06%
B 40 of 165 ~ 24.24'%

%29.7
%46.06
%24.24

CMYK color model

#314C28 color CMYK value is (36,0,47,70).

  • cyan value is 35.53%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 70.20%

CMYK: (36,0,47,70)
C36M0Y47K70 (36%, 0%, 47%, 70%)
(0.36 / 0.00 / 0.47 / 0.70)

CMYK percentages

%35.53
%0
%47.37
%70.2

Codes

Color #314C28 in popluar color models

31 4C 28
RGB 49 76 40
HSL 105° 31.03% 22.75%
HSB/HSV 105° 47.37% 29.80%
CMYK 35.53% 0.00% 47.37%
70.20%

Color #314C28 in popluar number systems.

HEX 31 4C 28
Decimal 49 76 40
Binary 110001 1001100 101000
Octal 61 114 50

Shades and tints

Shades of #314C28

#314C28
(49,76,40)
#2D4625
(45,70,37)
#294022
(41,64,34)
#253A1F
(37,58,31)
#21341C
(33,52,28)
#1D2E19
(29,46,25)
#192816
(25,40,22)
#152213
(21,34,19)
#111C10
(17,28,16)
#0D160D
(13,22,13)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #314C28

#314C28
(49,76,40)
#435C3B
(67,92,59)
#556C4E
(85,108,78)
#677C61
(103,124,97)
#798C74
(121,140,116)
#8B9C87
(139,156,135)
#9DAC9A
(157,172,154)
#AFBCAD
(175,188,173)
#C1CCC0
(193,204,192)
#D3DCD3
(211,220,211)
#E5ECE6
(229,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314C28 color. Also use rgb(49,76,40) instead hex code.

Text Font Color

.myTextColor { color: #314C28; }

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

This text font color is #314C28.

Background Color

.myBgColor { background-color: #314C28; }

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

This div background color is #314C28.

Border color

.myBorderColor { border: 1px solid #314C28; }

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

This div border color is #314C28.

Opacity

.myOpacity80 { color: #314C28; opacity: 0.8; }

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

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

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

This text has shadow with #314C28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314C28.

Preview

Color preview on black background

This text has color #314C28 on black background.


Color preview on white background

This text has color #314C28 on white background.


Black color preview on #314C28 background

This text has black color on #314C28 background.


White color preview on #314C28 background

This text has white color on #314C28 background.


Related colors

Complementary color

Complementary color for #hex is #CEB3D7.


I love getcolorcode.com

Triadic colors

1 #28314C and #4C2831 with #314C28 are triadic colors.

2 #284C31 and #4C3128 with #314C28 are triadic colors.