COLOR #5F8255

HEX: #5F8255
RGB: (95,130,85)

Color info

#5F8255 contains red, green and blue colors in about the same proportion. Web safe color of #5F8255 is #669966 (or #696).

RGB color model

#5F8255 color RGB value is (95,130,85).

  • red value is 95;
  • green value is 130;
  • blue value is 85.
RGB:
(95,130,85)
(37%,51%,33%)

RGB channels and saturation

R 95 of 255 = 37%
G 130 of 255 = 51%
B 85 of 255 = 33%

95
130
85

R + G + B ~ 40%. #5F8255 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 130 + 85 = 310 (100%)
R 95 of 310 ~ 30.65%
G 130 of 310 ~ 41.94%
B 85 of 310 ~ 27.42%

%30.65
%41.94
%27.42

CMYK color model

#5F8255 color CMYK value is (27,0,35,49).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 49.02%
CMYK:
(27,0,35,49)
C27M0Y35K49 
(27%,0%,35%,49%)
(0.27/0.00/0.35/0.49)	

CMYK percentages

%26.92
%0
%34.62
%49.02

Codes

Color #5F8255 in popluar color models

5F8255
RGB9513085
HSL107°20.93%42.16%
HSB/HSV107°34.62%50.98%
CMYK26.92%0.00%34.62%
49.02%

Color #5F8255 in popluar number systems.

HEX5F8255
Decimal9513085
Binary1011111100000101010101
Octal137202125

Shades and tints

Shades of #5F8255

#5F8255
(95,130,85)
#57774E
(87,119,78)
#4F6C47
(79,108,71)
#476140
(71,97,64)
#3F5639
(63,86,57)
#374B32
(55,75,50)
#2F402B
(47,64,43)
#273524
(39,53,36)
#1F2A1D
(31,42,29)
#171F16
(23,31,22)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #5F8255

#5F8255
(95,130,85)
#6D8D64
(109,141,100)
#7B9873
(123,152,115)
#89A382
(137,163,130)
#97AE91
(151,174,145)
#A5B9A0
(165,185,160)
#B3C4AF
(179,196,175)
#C1CFBE
(193,207,190)
#CFDACD
(207,218,205)
#DDE5DC
(221,229,220)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8255 color. Also use rgb(95,130,85) instead hex code.

Text Font Color

.myTextColor { color: #5F8255; }

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

This text font color is #5F8255.


Background Color

.myBgColor { background-color: #5F8255; }

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

This div background color is #5F8255.


Border color

.myBorderColor { border: 1px solid #5F8255; }

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

This div border color is #5F8255.


Opacity

.myOpacity80 { color: #5F8255; opacity: 0.8; }

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

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

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

This text has shadow with #5F8255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8255 on black background.


Color preview on white background

This text has color #5F8255 on white background.



Black color preview on #5F8255 background

This text has black color on #5F8255 background.


White color preview on #5F8255 background

This text has white color on #5F8255 background.