COLOR #315511

HEX: #315511
RGB: (49,85,17)

Color info

#315511 contains mainly red and green colors. Web safe color of #315511 is #336600 (or #360).

RGB color model

#315511 color RGB value is (49,85,17).

  • red value is 49;
  • green value is 85;
  • blue value is 17.
RGB:
(49,85,17)
(19%,33%,7%)

RGB channels and saturation

R 49 of 255 = 19%
G 85 of 255 = 33%
B 17 of 255 = 7%

49
85
17

R + G + B ~ 20%. #315511 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 85 + 17 = 151 (100%)
R 49 of 151 ~ 32.45%
G 85 of 151 ~ 56.29%
B 17 of 151 ~ 11.26%

%32.45
%56.29
%11.26

CMYK color model

#315511 color CMYK value is (42,0,80,67).

  • cyan value is 42.35%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 66.67%
CMYK:
(42,0,80,67)
C42M0Y80K67 
(42%,0%,80%,67%)
(0.42/0.00/0.80/0.67)	

CMYK percentages

%42.35
%0
%80
%66.67

Codes

Color #315511 in popluar color models

315511
RGB498517
HSL92°66.67%20.00%
HSB/HSV92°80.00%33.33%
CMYK42.35%0.00%80.00%
66.67%

Color #315511 in popluar number systems.

HEX315511
Decimal498517
Binary110001101010110001
Octal6112521

Shades and tints

Shades of #315511

#315511
(49,85,17)
#2D4E10
(45,78,16)
#29470F
(41,71,15)
#25400E
(37,64,14)
#21390D
(33,57,13)
#1D320C
(29,50,12)
#192B0B
(25,43,11)
#15240A
(21,36,10)
#111D09
(17,29,9)
#0D1608
(13,22,8)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #315511

#315511
(49,85,17)
#436426
(67,100,38)
#55733B
(85,115,59)
#678250
(103,130,80)
#799165
(121,145,101)
#8BA07A
(139,160,122)
#9DAF8F
(157,175,143)
#AFBEA4
(175,190,164)
#C1CDB9
(193,205,185)
#D3DCCE
(211,220,206)
#E5EBE3
(229,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315511; }

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

This text font color is #315511.


Background Color

.myBgColor { background-color: #315511; }

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

This div background color is #315511.


Border color

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

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

This div border color is #315511.


Opacity

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

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

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

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

This text has shadow with #315511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315511 on black background.


Color preview on white background

This text has color #315511 on white background.



Black color preview on #315511 background

This text has black color on #315511 background.


White color preview on #315511 background

This text has white color on #315511 background.