COLOR #5F9237

HEX: #5F9237
RGB: (95,146,55)

Color info

#5F9237 contains mainly red and green colors. Web safe color of #5F9237 is #669933 (or #693).

RGB color model

#5F9237 color RGB value is (95,146,55).

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

RGB channels and saturation

R 95 of 255 = 37%
G 146 of 255 = 57%
B 55 of 255 = 22%

95
146
55

R + G + B ~ 39%. #5F9237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 146 + 55 = 296 (100%)
R 95 of 296 ~ 32.09%
G 146 of 296 ~ 49.32%
B 55 of 296 ~ 18.58%

%32.09
%49.32
%18.58

CMYK color model

#5F9237 color CMYK value is (35,0,62,43).

  • cyan value is 34.93%
  • magenta value is 0.00%
  • yellow value is 62.33%
  • key color value is 42.75%
CMYK:
(35,0,62,43)
C35M0Y62K43 
(35%,0%,62%,43%)
(0.35/0.00/0.62/0.43)	

CMYK percentages

%34.93
%0
%62.33
%42.75

Codes

Color #5F9237 in popluar color models

5F9237
RGB9514655
HSL94°45.27%39.41%
HSB/HSV94°62.33%57.25%
CMYK34.93%0.00%62.33%
42.75%

Color #5F9237 in popluar number systems.

HEX5F9237
Decimal9514655
Binary101111110010010110111
Octal13722267

Shades and tints

Shades of #5F9237

#5F9237
(95,146,55)
#578532
(87,133,50)
#4F782D
(79,120,45)
#476B28
(71,107,40)
#3F5E23
(63,94,35)
#37511E
(55,81,30)
#2F4419
(47,68,25)
#273714
(39,55,20)
#1F2A0F
(31,42,15)
#171D0A
(23,29,10)
#0F1005
(15,16,5)
#000000
(0,0,0)

Tints of #5F9237

#5F9237
(95,146,55)
#6D9B49
(109,155,73)
#7BA45B
(123,164,91)
#89AD6D
(137,173,109)
#97B67F
(151,182,127)
#A5BF91
(165,191,145)
#B3C8A3
(179,200,163)
#C1D1B5
(193,209,181)
#CFDAC7
(207,218,199)
#DDE3D9
(221,227,217)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9237; }

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

This text font color is #5F9237.


Background Color

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

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

This div background color is #5F9237.


Border color

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

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

This div border color is #5F9237.


Opacity

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

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

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

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

This text has shadow with #5F9237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9237 on black background.


Color preview on white background

This text has color #5F9237 on white background.



Black color preview on #5F9237 background

This text has black color on #5F9237 background.


White color preview on #5F9237 background

This text has white color on #5F9237 background.