COLOR #5F9455

HEX: #5F9455
RGB: (95,148,85)

Color info

#5F9455 contains mainly red and green colors. Web safe color of #5F9455 is #669966 (or #696).

RGB color model

#5F9455 color RGB value is (95,148,85).

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

RGB channels and saturation

R 95 of 255 = 37%
G 148 of 255 = 58%
B 85 of 255 = 33%

95
148
85

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

Portions of RGB colors in percentages

R + G + B =
95 + 148 + 85 = 328 (100%)
R 95 of 328 ~ 28.96%
G 148 of 328 ~ 45.12%
B 85 of 328 ~ 25.91%

%28.96
%45.12
%25.91

CMYK color model

#5F9455 color CMYK value is (36,0,43,42).

  • cyan value is 35.81%
  • magenta value is 0.00%
  • yellow value is 42.57%
  • key color value is 41.96%
CMYK:
(36,0,43,42)
C36M0Y43K42 
(36%,0%,43%,42%)
(0.36/0.00/0.43/0.42)	

CMYK percentages

%35.81
%0
%42.57
%41.96

Codes

Color #5F9455 in popluar color models

5F9455
RGB9514885
HSL110°27.04%45.69%
HSB/HSV110°42.57%58.04%
CMYK35.81%0.00%42.57%
41.96%

Color #5F9455 in popluar number systems.

HEX5F9455
Decimal9514885
Binary1011111100101001010101
Octal137224125

Shades and tints

Shades of #5F9455

#5F9455
(95,148,85)
#57874E
(87,135,78)
#4F7A47
(79,122,71)
#476D40
(71,109,64)
#3F6039
(63,96,57)
#375332
(55,83,50)
#2F462B
(47,70,43)
#273924
(39,57,36)
#1F2C1D
(31,44,29)
#171F16
(23,31,22)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #5F9455

#5F9455
(95,148,85)
#6D9D64
(109,157,100)
#7BA673
(123,166,115)
#89AF82
(137,175,130)
#97B891
(151,184,145)
#A5C1A0
(165,193,160)
#B3CAAF
(179,202,175)
#C1D3BE
(193,211,190)
#CFDCCD
(207,220,205)
#DDE5DC
(221,229,220)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9455; }

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

This text font color is #5F9455.


Background Color

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

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

This div background color is #5F9455.


Border color

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

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

This div border color is #5F9455.


Opacity

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

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

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

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

This text has shadow with #5F9455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9455 on black background.


Color preview on white background

This text has color #5F9455 on white background.



Black color preview on #5F9455 background

This text has black color on #5F9455 background.


White color preview on #5F9455 background

This text has white color on #5F9455 background.