COLOR #5F967D

HEX: #5F967D
RGB: (95,150,125)

Color info

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

RGB color model

#5F967D color RGB value is (95,150,125).

  • red value is 95;
  • green value is 150;
  • blue value is 125.
RGB:
(95,150,125)
(37%,59%,49%)

RGB channels and saturation

R 95 of 255 = 37%
G 150 of 255 = 59%
B 125 of 255 = 49%

95
150
125

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

Portions of RGB colors in percentages

R + G + B =
95 + 150 + 125 = 370 (100%)
R 95 of 370 ~ 25.68%
G 150 of 370 ~ 40.54%
B 125 of 370 ~ 33.78%

%25.68
%40.54
%33.78

CMYK color model

#5F967D color CMYK value is (37,0,17,41).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(37,0,17,41)
C37M0Y17K41 
(37%,0%,17%,41%)
(0.37/0.00/0.17/0.41)	

CMYK percentages

%36.67
%0
%16.67
%41.18

Codes

Color #5F967D in popluar color models

5F967D
RGB95150125
HSL153°22.45%48.04%
HSB/HSV153°36.67%58.82%
CMYK36.67%0.00%16.67%
41.18%

Color #5F967D in popluar number systems.

HEX5F967D
Decimal95150125
Binary1011111100101101111101
Octal137226175

Shades and tints

Shades of #5F967D

#5F967D
(95,150,125)
#578972
(87,137,114)
#4F7C67
(79,124,103)
#476F5C
(71,111,92)
#3F6251
(63,98,81)
#375546
(55,85,70)
#2F483B
(47,72,59)
#273B30
(39,59,48)
#1F2E25
(31,46,37)
#17211A
(23,33,26)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #5F967D

#5F967D
(95,150,125)
#6D9F88
(109,159,136)
#7BA893
(123,168,147)
#89B19E
(137,177,158)
#97BAA9
(151,186,169)
#A5C3B4
(165,195,180)
#B3CCBF
(179,204,191)
#C1D5CA
(193,213,202)
#CFDED5
(207,222,213)
#DDE7E0
(221,231,224)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F967D color. Also use rgb(95,150,125) instead hex code.

Text Font Color

.myTextColor { color: #5F967D; }

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

This text font color is #5F967D.


Background Color

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

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

This div background color is #5F967D.


Border color

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

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

This div border color is #5F967D.


Opacity

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

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

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

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

This text has shadow with #5F967D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F967D on black background.


Color preview on white background

This text has color #5F967D on white background.



Black color preview on #5F967D background

This text has black color on #5F967D background.


White color preview on #5F967D background

This text has white color on #5F967D background.