COLOR #315136

HEX: #315136
RGB: (49,81,54)

Color info

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

RGB color model

#315136 color RGB value is (49,81,54).

  • red value is 49;
  • green value is 81;
  • blue value is 54.
RGB:
(49,81,54)
(19%,32%,21%)

RGB channels and saturation

R 49 of 255 = 19%
G 81 of 255 = 32%
B 54 of 255 = 21%

49
81
54

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

Portions of RGB colors in percentages

R + G + B =
49 + 81 + 54 = 184 (100%)
R 49 of 184 ~ 26.63%
G 81 of 184 ~ 44.02%
B 54 of 184 ~ 29.35%

%26.63
%44.02
%29.35

CMYK color model

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

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

CMYK percentages

%39.51
%0
%33.33
%68.24

Codes

Color #315136 in popluar color models

315136
RGB498154
HSL129°24.62%25.49%
HSB/HSV129°39.51%31.76%
CMYK39.51%0.00%33.33%
68.24%

Color #315136 in popluar number systems.

HEX315136
Decimal498154
Binary1100011010001110110
Octal6112166

Shades and tints

Shades of #315136

#315136
(49,81,54)
#2D4A32
(45,74,50)
#29432E
(41,67,46)
#253C2A
(37,60,42)
#213526
(33,53,38)
#1D2E22
(29,46,34)
#19271E
(25,39,30)
#15201A
(21,32,26)
#111916
(17,25,22)
#0D1212
(13,18,18)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #315136

#315136
(49,81,54)
#436048
(67,96,72)
#556F5A
(85,111,90)
#677E6C
(103,126,108)
#798D7E
(121,141,126)
#8B9C90
(139,156,144)
#9DABA2
(157,171,162)
#AFBAB4
(175,186,180)
#C1C9C6
(193,201,198)
#D3D8D8
(211,216,216)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315136 color. Also use rgb(49,81,54) instead hex code.

Text Font Color

.myTextColor { color: #315136; }

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

This text font color is #315136.


Background Color

.myBgColor { background-color: #315136; }

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

This div background color is #315136.


Border color

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

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

This div border color is #315136.


Opacity

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

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

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

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

This text has shadow with #315136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315136 on black background.


Color preview on white background

This text has color #315136 on white background.



Black color preview on #315136 background

This text has black color on #315136 background.


White color preview on #315136 background

This text has white color on #315136 background.