COLOR #315327

HEX: #315327
RGB: (49,83,39)

Color info

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

RGB color model

#315327 color RGB value is (49,83,39).

  • red value is 49;
  • green value is 83;
  • blue value is 39.
RGB:
(49,83,39)
(19%,33%,15%)

RGB channels and saturation

R 49 of 255 = 19%
G 83 of 255 = 33%
B 39 of 255 = 15%

49
83
39

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

Portions of RGB colors in percentages

R + G + B =
49 + 83 + 39 = 171 (100%)
R 49 of 171 ~ 28.65%
G 83 of 171 ~ 48.54%
B 39 of 171 ~ 22.81%

%28.65
%48.54
%22.81

CMYK color model

#315327 color CMYK value is (41,0,53,67).

  • cyan value is 40.96%
  • magenta value is 0.00%
  • yellow value is 53.01%
  • key color value is 67.45%
CMYK:
(41,0,53,67)
C41M0Y53K67 
(41%,0%,53%,67%)
(0.41/0.00/0.53/0.67)	

CMYK percentages

%40.96
%0
%53.01
%67.45

Codes

Color #315327 in popluar color models

315327
RGB498339
HSL106°36.07%23.92%
HSB/HSV106°53.01%32.55%
CMYK40.96%0.00%53.01%
67.45%

Color #315327 in popluar number systems.

HEX315327
Decimal498339
Binary1100011010011100111
Octal6112347

Shades and tints

Shades of #315327

#315327
(49,83,39)
#2D4C24
(45,76,36)
#294521
(41,69,33)
#253E1E
(37,62,30)
#21371B
(33,55,27)
#1D3018
(29,48,24)
#192915
(25,41,21)
#152212
(21,34,18)
#111B0F
(17,27,15)
#0D140C
(13,20,12)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #315327

#315327
(49,83,39)
#43623A
(67,98,58)
#55714D
(85,113,77)
#678060
(103,128,96)
#798F73
(121,143,115)
#8B9E86
(139,158,134)
#9DAD99
(157,173,153)
#AFBCAC
(175,188,172)
#C1CBBF
(193,203,191)
#D3DAD2
(211,218,210)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315327 color. Also use rgb(49,83,39) instead hex code.

Text Font Color

.myTextColor { color: #315327; }

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

This text font color is #315327.


Background Color

.myBgColor { background-color: #315327; }

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

This div background color is #315327.


Border color

.myBorderColor { border: 1px solid #315327; }

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

This div border color is #315327.


Opacity

.myOpacity80 { color: #315327; opacity: 0.8; }

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

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

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

This text has shadow with #315327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315327 on black background.


Color preview on white background

This text has color #315327 on white background.



Black color preview on #315327 background

This text has black color on #315327 background.


White color preview on #315327 background

This text has white color on #315327 background.