COLOR #5F9258

HEX: #5F9258
RGB: (95,146,88)

Color info

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

RGB color model

#5F9258 color RGB value is (95,146,88).

  • red value is 95;
  • green value is 146;
  • blue value is 88.
RGB:
(95,146,88)
(37%,57%,35%)

RGB channels and saturation

R 95 of 255 = 37%
G 146 of 255 = 57%
B 88 of 255 = 35%

95
146
88

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

Portions of RGB colors in percentages

R + G + B =
95 + 146 + 88 = 329 (100%)
R 95 of 329 ~ 28.88%
G 146 of 329 ~ 44.38%
B 88 of 329 ~ 26.75%

%28.88
%44.38
%26.75

CMYK color model

#5F9258 color CMYK value is (35,0,40,43).

  • cyan value is 34.93%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 42.75%
CMYK:
(35,0,40,43)
C35M0Y40K43 
(35%,0%,40%,43%)
(0.35/0.00/0.40/0.43)	

CMYK percentages

%34.93
%0
%39.73
%42.75

Codes

Color #5F9258 in popluar color models

5F9258
RGB9514688
HSL113°24.79%45.88%
HSB/HSV113°39.73%57.25%
CMYK34.93%0.00%39.73%
42.75%

Color #5F9258 in popluar number systems.

HEX5F9258
Decimal9514688
Binary1011111100100101011000
Octal137222130

Shades and tints

Shades of #5F9258

#5F9258
(95,146,88)
#578550
(87,133,80)
#4F7848
(79,120,72)
#476B40
(71,107,64)
#3F5E38
(63,94,56)
#375130
(55,81,48)
#2F4428
(47,68,40)
#273720
(39,55,32)
#1F2A18
(31,42,24)
#171D10
(23,29,16)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #5F9258

#5F9258
(95,146,88)
#6D9B67
(109,155,103)
#7BA476
(123,164,118)
#89AD85
(137,173,133)
#97B694
(151,182,148)
#A5BFA3
(165,191,163)
#B3C8B2
(179,200,178)
#C1D1C1
(193,209,193)
#CFDAD0
(207,218,208)
#DDE3DF
(221,227,223)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9258 color. Also use rgb(95,146,88) instead hex code.

Text Font Color

.myTextColor { color: #5F9258; }

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

This text font color is #5F9258.


Background Color

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

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

This div background color is #5F9258.


Border color

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

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

This div border color is #5F9258.


Opacity

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

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

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

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

This text has shadow with #5F9258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9258 on black background.


Color preview on white background

This text has color #5F9258 on white background.



Black color preview on #5F9258 background

This text has black color on #5F9258 background.


White color preview on #5F9258 background

This text has white color on #5F9258 background.