COLOR #315231

HEX: #315231
RGB: (49,82,49)

Color info

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

RGB color model

#315231 color RGB value is (49,82,49).

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

RGB channels and saturation

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

49
82
49

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

Portions of RGB colors in percentages

R + G + B =
49 + 82 + 49 = 180 (100%)
R 49 of 180 ~ 27.22%
G 82 of 180 ~ 45.56%
B 49 of 180 ~ 27.22%

%27.22
%45.56
%27.22

CMYK color model

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

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

CMYK percentages

%40.24
%0
%40.24
%67.84

Codes

Color #315231 in popluar color models

315231
RGB498249
HSL120°25.19%25.69%
HSB/HSV120°40.24%32.16%
CMYK40.24%0.00%40.24%
67.84%

Color #315231 in popluar number systems.

HEX315231
Decimal498249
Binary1100011010010110001
Octal6112261

Shades and tints

Shades of #315231

#315231
(49,82,49)
#2D4B2D
(45,75,45)
#294429
(41,68,41)
#253D25
(37,61,37)
#213621
(33,54,33)
#1D2F1D
(29,47,29)
#192819
(25,40,25)
#152115
(21,33,21)
#111A11
(17,26,17)
#0D130D
(13,19,13)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #315231

#315231
(49,82,49)
#436143
(67,97,67)
#557055
(85,112,85)
#677F67
(103,127,103)
#798E79
(121,142,121)
#8B9D8B
(139,157,139)
#9DAC9D
(157,172,157)
#AFBBAF
(175,187,175)
#C1CAC1
(193,202,193)
#D3D9D3
(211,217,211)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315231; }

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

This text font color is #315231.


Background Color

.myBgColor { background-color: #315231; }

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

This div background color is #315231.


Border color

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

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

This div border color is #315231.


Opacity

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

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

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

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

This text has shadow with #315231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315231 on black background.


Color preview on white background

This text has color #315231 on white background.



Black color preview on #315231 background

This text has black color on #315231 background.


White color preview on #315231 background

This text has white color on #315231 background.