COLOR #314C13

HEX: #314C13 RGB: (49,76,19)

Color info

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

RGB color model

#314C13 color RGB value is (49,76,19).

RGB: (49,76,19) (19%, 30%, 7%)

RGB channels and saturation

R 49 of 255 = 19%
G 76 of 255 = 30%
B 19 of 255 = 7%

49
76
19

R + G + B ~ 19%. #314C13 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 76 + 19 = 144 (100%)
R 49 of 144 ~ 34.03%
G 76 of 144 ~ 52.78%
B 19 of 144 ~ 13.19'%

%34.03
%52.78
%13.19

CMYK color model

#314C13 color CMYK value is (36,0,75,70).

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

CMYK: (36,0,75,70)
C36M0Y75K70 (36%, 0%, 75%, 70%)
(0.36 / 0.00 / 0.75 / 0.70)

CMYK percentages

%35.53
%0
%75
%70.2

Codes

Color #314C13 in popluar color models

31 4C 13
RGB 49 76 19
HSL 88° 60.00% 18.63%
HSB/HSV 88° 75.00% 29.80%
CMYK 35.53% 0.00% 75.00%
70.20%

Color #314C13 in popluar number systems.

HEX 31 4C 13
Decimal 49 76 19
Binary 110001 1001100 10011
Octal 61 114 23

Shades and tints

Shades of #314C13

#314C13
(49,76,19)
#2D4612
(45,70,18)
#294011
(41,64,17)
#253A10
(37,58,16)
#21340F
(33,52,15)
#1D2E0E
(29,46,14)
#19280D
(25,40,13)
#15220C
(21,34,12)
#111C0B
(17,28,11)
#0D160A
(13,22,10)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #314C13

#314C13
(49,76,19)
#435C28
(67,92,40)
#556C3D
(85,108,61)
#677C52
(103,124,82)
#798C67
(121,140,103)
#8B9C7C
(139,156,124)
#9DAC91
(157,172,145)
#AFBCA6
(175,188,166)
#C1CCBB
(193,204,187)
#D3DCD0
(211,220,208)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314C13; }

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

This text font color is #314C13.

Background Color

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

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

This div background color is #314C13.

Border color

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

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

This div border color is #314C13.

Opacity

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

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

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

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

This text has shadow with #314C13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314C13.

Preview

Color preview on black background

This text has color #314C13 on black background.


Color preview on white background

This text has color #314C13 on white background.


Black color preview on #314C13 background

This text has black color on #314C13 background.


White color preview on #314C13 background

This text has white color on #314C13 background.


Related colors

Complementary color

Complementary color for #hex is #CEB3EC.


I love getcolorcode.com

Triadic colors

1 #13314C and #4C1331 with #314C13 are triadic colors.

2 #134C31 and #4C3113 with #314C13 are triadic colors.