COLOR #315B24

HEX: #315B24
RGB: (49,91,36)

Color info

#315B24 contains red, green and blue colors in about the same proportion. Web safe color of #315B24 is #336633 (or #363).

RGB color model

#315B24 color RGB value is (49,91,36).

  • red value is 49;
  • green value is 91;
  • blue value is 36.
RGB:
(49,91,36)
(19%,36%,14%)

RGB channels and saturation

R 49 of 255 = 19%
G 91 of 255 = 36%
B 36 of 255 = 14%

49
91
36

R + G + B ~ 23%. #315B24 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 91 + 36 = 176 (100%)
R 49 of 176 ~ 27.84%
G 91 of 176 ~ 51.7%
B 36 of 176 ~ 20.45%

%27.84
%51.7
%20.45

CMYK color model

#315B24 color CMYK value is (46,0,60,64).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 60.44%
  • key color value is 64.31%
CMYK:
(46,0,60,64)
C46M0Y60K64 
(46%,0%,60%,64%)
(0.46/0.00/0.60/0.64)	

CMYK percentages

%46.15
%0
%60.44
%64.31

Codes

Color #315B24 in popluar color models

315B24
RGB499136
HSL106°43.31%24.90%
HSB/HSV106°60.44%35.69%
CMYK46.15%0.00%60.44%
64.31%

Color #315B24 in popluar number systems.

HEX315B24
Decimal499136
Binary1100011011011100100
Octal6113344

Shades and tints

Shades of #315B24

#315B24
(49,91,36)
#2D5321
(45,83,33)
#294B1E
(41,75,30)
#25431B
(37,67,27)
#213B18
(33,59,24)
#1D3315
(29,51,21)
#192B12
(25,43,18)
#15230F
(21,35,15)
#111B0C
(17,27,12)
#0D1309
(13,19,9)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #315B24

#315B24
(49,91,36)
#436937
(67,105,55)
#55774A
(85,119,74)
#67855D
(103,133,93)
#799370
(121,147,112)
#8BA183
(139,161,131)
#9DAF96
(157,175,150)
#AFBDA9
(175,189,169)
#C1CBBC
(193,203,188)
#D3D9CF
(211,217,207)
#E5E7E2
(229,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315B24 color. Also use rgb(49,91,36) instead hex code.

Text Font Color

.myTextColor { color: #315B24; }

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

This text font color is #315B24.


Background Color

.myBgColor { background-color: #315B24; }

<div style="background-color:#315B24">Inner text</div>

This div background color is #315B24.


Border color

.myBorderColor { border: 1px solid #315B24; }

<div style="border:3px solid #315B24">Div</div>

This div border color is #315B24.


Opacity

.myOpacity80 { color: #315B24; opacity: 0.8; }

<p style="color:#315B24;opacity:0.8;">80%</p>

Text with #315B24 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 #315B24;}

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

This text has shadow with #315B24 color.

.textShadow {text-shadow: 3px 3px 1px #315B24, 3px 3px 1px red;}

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

This text has shadow with #315B24 primary color and red secondary color.


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

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

This text has shadow with #315B24 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315B24 on black background.


Color preview on white background

This text has color #315B24 on white background.



Black color preview on #315B24 background

This text has black color on #315B24 background.


White color preview on #315B24 background

This text has white color on #315B24 background.