COLOR #315D19

HEX: #315D19
RGB: (49,93,25)

Color info

#315D19 contains mainly red and green colors. Web safe color of #315D19 is #336600 (or #360).

RGB color model

#315D19 color RGB value is (49,93,25).

  • red value is 49;
  • green value is 93;
  • blue value is 25.
RGB:
(49,93,25)
(19%,36%,10%)

RGB channels and saturation

R 49 of 255 = 19%
G 93 of 255 = 36%
B 25 of 255 = 10%

49
93
25

R + G + B ~ 22%. #315D19 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 93 + 25 = 167 (100%)
R 49 of 167 ~ 29.34%
G 93 of 167 ~ 55.69%
B 25 of 167 ~ 14.97%

%29.34
%55.69
%14.97

CMYK color model

#315D19 color CMYK value is (47,0,73,64).

  • cyan value is 47.31%
  • magenta value is 0.00%
  • yellow value is 73.12%
  • key color value is 63.53%
CMYK:
(47,0,73,64)
C47M0Y73K64 
(47%,0%,73%,64%)
(0.47/0.00/0.73/0.64)	

CMYK percentages

%47.31
%0
%73.12
%63.53

Codes

Color #315D19 in popluar color models

315D19
RGB499325
HSL99°57.63%23.14%
HSB/HSV99°73.12%36.47%
CMYK47.31%0.00%73.12%
63.53%

Color #315D19 in popluar number systems.

HEX315D19
Decimal499325
Binary110001101110111001
Octal6113531

Shades and tints

Shades of #315D19

#315D19
(49,93,25)
#2D5517
(45,85,23)
#294D15
(41,77,21)
#254513
(37,69,19)
#213D11
(33,61,17)
#1D350F
(29,53,15)
#192D0D
(25,45,13)
#15250B
(21,37,11)
#111D09
(17,29,9)
#0D1507
(13,21,7)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #315D19

#315D19
(49,93,25)
#436B2D
(67,107,45)
#557941
(85,121,65)
#678755
(103,135,85)
#799569
(121,149,105)
#8BA37D
(139,163,125)
#9DB191
(157,177,145)
#AFBFA5
(175,191,165)
#C1CDB9
(193,205,185)
#D3DBCD
(211,219,205)
#E5E9E1
(229,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315D19 color. Also use rgb(49,93,25) instead hex code.

Text Font Color

.myTextColor { color: #315D19; }

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

This text font color is #315D19.


Background Color

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

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

This div background color is #315D19.


Border color

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

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

This div border color is #315D19.


Opacity

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

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

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

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

This text has shadow with #315D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315D19 on black background.


Color preview on white background

This text has color #315D19 on white background.



Black color preview on #315D19 background

This text has black color on #315D19 background.


White color preview on #315D19 background

This text has white color on #315D19 background.