COLOR #315237

HEX: #315237
RGB: (49,82,55)

Color info

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

RGB color model

#315237 color RGB value is (49,82,55).

  • red value is 49;
  • green value is 82;
  • blue value is 55.
RGB:
(49,82,55)
(19%,32%,22%)

RGB channels and saturation

R 49 of 255 = 19%
G 82 of 255 = 32%
B 55 of 255 = 22%

49
82
55

R + G + B ~ 24%. #315237 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 82 + 55 = 186 (100%)
R 49 of 186 ~ 26.34%
G 82 of 186 ~ 44.09%
B 55 of 186 ~ 29.57%

%26.34
%44.09
%29.57

CMYK color model

#315237 color CMYK value is (40,0,33,68).

  • cyan value is 40.24%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 67.84%
CMYK:
(40,0,33,68)
C40M0Y33K68 
(40%,0%,33%,68%)
(0.40/0.00/0.33/0.68)	

CMYK percentages

%40.24
%0
%32.93
%67.84

Codes

Color #315237 in popluar color models

315237
RGB498255
HSL131°25.19%25.69%
HSB/HSV131°40.24%32.16%
CMYK40.24%0.00%32.93%
67.84%

Color #315237 in popluar number systems.

HEX315237
Decimal498255
Binary1100011010010110111
Octal6112267

Shades and tints

Shades of #315237

#315237
(49,82,55)
#2D4B32
(45,75,50)
#29442D
(41,68,45)
#253D28
(37,61,40)
#213623
(33,54,35)
#1D2F1E
(29,47,30)
#192819
(25,40,25)
#152114
(21,33,20)
#111A0F
(17,26,15)
#0D130A
(13,19,10)
#090C05
(9,12,5)
#000000
(0,0,0)

Tints of #315237

#315237
(49,82,55)
#436149
(67,97,73)
#55705B
(85,112,91)
#677F6D
(103,127,109)
#798E7F
(121,142,127)
#8B9D91
(139,157,145)
#9DACA3
(157,172,163)
#AFBBB5
(175,187,181)
#C1CAC7
(193,202,199)
#D3D9D9
(211,217,217)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315237 color. Also use rgb(49,82,55) instead hex code.

Text Font Color

.myTextColor { color: #315237; }

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

This text font color is #315237.


Background Color

.myBgColor { background-color: #315237; }

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

This div background color is #315237.


Border color

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

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

This div border color is #315237.


Opacity

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

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

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

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

This text has shadow with #315237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315237 on black background.


Color preview on white background

This text has color #315237 on white background.



Black color preview on #315237 background

This text has black color on #315237 background.


White color preview on #315237 background

This text has white color on #315237 background.