COLOR #314B11

HEX: #314B11
RGB: (49,75,17)

Color info

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

RGB color model

#314B11 color RGB value is (49,75,17).

  • red value is 49;
  • green value is 75;
  • blue value is 17.
RGB:
(49,75,17)
(19%,29%,7%)

RGB channels and saturation

R 49 of 255 = 19%
G 75 of 255 = 29%
B 17 of 255 = 7%

49
75
17

R + G + B ~ 18%. #314B11 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 75 + 17 = 141 (100%)
R 49 of 141 ~ 34.75%
G 75 of 141 ~ 53.19%
B 17 of 141 ~ 12.06%

%34.75
%53.19
%12.06

CMYK color model

#314B11 color CMYK value is (35,0,77,71).

  • cyan value is 34.67%
  • magenta value is 0.00%
  • yellow value is 77.33%
  • key color value is 70.59%
CMYK:
(35,0,77,71)
C35M0Y77K71 
(35%,0%,77%,71%)
(0.35/0.00/0.77/0.71)	

CMYK percentages

%34.67
%0
%77.33
%70.59

Codes

Color #314B11 in popluar color models

314B11
RGB497517
HSL87°63.04%18.04%
HSB/HSV87°77.33%29.41%
CMYK34.67%0.00%77.33%
70.59%

Color #314B11 in popluar number systems.

HEX314B11
Decimal497517
Binary110001100101110001
Octal6111321

Shades and tints

Shades of #314B11

#314B11
(49,75,17)
#2D4510
(45,69,16)
#293F0F
(41,63,15)
#25390E
(37,57,14)
#21330D
(33,51,13)
#1D2D0C
(29,45,12)
#19270B
(25,39,11)
#15210A
(21,33,10)
#111B09
(17,27,9)
#0D1508
(13,21,8)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #314B11

#314B11
(49,75,17)
#435B26
(67,91,38)
#556B3B
(85,107,59)
#677B50
(103,123,80)
#798B65
(121,139,101)
#8B9B7A
(139,155,122)
#9DAB8F
(157,171,143)
#AFBBA4
(175,187,164)
#C1CBB9
(193,203,185)
#D3DBCE
(211,219,206)
#E5EBE3
(229,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314B11 color. Also use rgb(49,75,17) instead hex code.

Text Font Color

.myTextColor { color: #314B11; }

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

This text font color is #314B11.


Background Color

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

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

This div background color is #314B11.


Border color

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

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

This div border color is #314B11.


Opacity

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

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

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

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

This text has shadow with #314B11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314B11 on black background.


Color preview on white background

This text has color #314B11 on white background.



Black color preview on #314B11 background

This text has black color on #314B11 background.


White color preview on #314B11 background

This text has white color on #314B11 background.