COLOR #315933

HEX: #315933
RGB: (49,89,51)

Color info

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

RGB color model

#315933 color RGB value is (49,89,51).

  • red value is 49;
  • green value is 89;
  • blue value is 51.
RGB:
(49,89,51)
(19%,35%,20%)

RGB channels and saturation

R 49 of 255 = 19%
G 89 of 255 = 35%
B 51 of 255 = 20%

49
89
51

R + G + B ~ 25%. #315933 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 89 + 51 = 189 (100%)
R 49 of 189 ~ 25.93%
G 89 of 189 ~ 47.09%
B 51 of 189 ~ 26.98%

%25.93
%47.09
%26.98

CMYK color model

#315933 color CMYK value is (45,0,43,65).

  • cyan value is 44.94%
  • magenta value is 0.00%
  • yellow value is 42.70%
  • key color value is 65.10%
CMYK:
(45,0,43,65)
C45M0Y43K65 
(45%,0%,43%,65%)
(0.45/0.00/0.43/0.65)	

CMYK percentages

%44.94
%0
%42.7
%65.1

Codes

Color #315933 in popluar color models

315933
RGB498951
HSL123°28.99%27.06%
HSB/HSV123°44.94%34.90%
CMYK44.94%0.00%42.70%
65.10%

Color #315933 in popluar number systems.

HEX315933
Decimal498951
Binary1100011011001110011
Octal6113163

Shades and tints

Shades of #315933

#315933
(49,89,51)
#2D512F
(45,81,47)
#29492B
(41,73,43)
#254127
(37,65,39)
#213923
(33,57,35)
#1D311F
(29,49,31)
#19291B
(25,41,27)
#152117
(21,33,23)
#111913
(17,25,19)
#0D110F
(13,17,15)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #315933

#315933
(49,89,51)
#436845
(67,104,69)
#557757
(85,119,87)
#678669
(103,134,105)
#79957B
(121,149,123)
#8BA48D
(139,164,141)
#9DB39F
(157,179,159)
#AFC2B1
(175,194,177)
#C1D1C3
(193,209,195)
#D3E0D5
(211,224,213)
#E5EFE7
(229,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315933; }

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

This text font color is #315933.


Background Color

.myBgColor { background-color: #315933; }

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

This div background color is #315933.


Border color

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

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

This div border color is #315933.


Opacity

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

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

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

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

This text has shadow with #315933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315933 on black background.


Color preview on white background

This text has color #315933 on white background.



Black color preview on #315933 background

This text has black color on #315933 background.


White color preview on #315933 background

This text has white color on #315933 background.