COLOR #314C29

HEX: #314C29 RGB: (49,76,41)

Color info

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

RGB color model

#314C29 color RGB value is (49,76,41).

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

RGB channels and saturation

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

49
76
41

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

Portions of RGB colors in percentages

R + G + B = 49 + 76 + 41 = 166 (100%)
R 49 of 166 ~ 29.52%
G 76 of 166 ~ 45.78%
B 41 of 166 ~ 24.7'%

%29.52
%45.78
%24.7

CMYK color model

#314C29 color CMYK value is (36,0,46,70).

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

CMYK: (36,0,46,70)
C36M0Y46K70 (36%, 0%, 46%, 70%)
(0.36 / 0.00 / 0.46 / 0.70)

CMYK percentages

%35.53
%0
%46.05
%70.2

Codes

Color #314C29 in popluar color models

31 4C 29
RGB 49 76 41
HSL 106° 29.91% 22.94%
HSB/HSV 106° 46.05% 29.80%
CMYK 35.53% 0.00% 46.05%
70.20%

Color #314C29 in popluar number systems.

HEX 31 4C 29
Decimal 49 76 41
Binary 110001 1001100 101001
Octal 61 114 51

Shades and tints

Shades of #314C29

#314C29
(49,76,41)
#2D4626
(45,70,38)
#294023
(41,64,35)
#253A20
(37,58,32)
#21341D
(33,52,29)
#1D2E1A
(29,46,26)
#192817
(25,40,23)
#152214
(21,34,20)
#111C11
(17,28,17)
#0D160E
(13,22,14)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #314C29

#314C29
(49,76,41)
#435C3C
(67,92,60)
#556C4F
(85,108,79)
#677C62
(103,124,98)
#798C75
(121,140,117)
#8B9C88
(139,156,136)
#9DAC9B
(157,172,155)
#AFBCAE
(175,188,174)
#C1CCC1
(193,204,193)
#D3DCD4
(211,220,212)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314C29; }

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

This text font color is #314C29.

Background Color

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

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

This div background color is #314C29.

Border color

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

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

This div border color is #314C29.

Opacity

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

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

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

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

This text has shadow with #314C29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314C29.

Preview

Color preview on black background

This text has color #314C29 on black background.


Color preview on white background

This text has color #314C29 on white background.


Black color preview on #314C29 background

This text has black color on #314C29 background.


White color preview on #314C29 background

This text has white color on #314C29 background.


Related colors

Complementary color

Complementary color for #hex is #CEB3D6.


I love getcolorcode.com

Triadic colors

1 #29314C and #4C2931 with #314C29 are triadic colors.

2 #294C31 and #4C3129 with #314C29 are triadic colors.