COLOR #5F9968

HEX: #5F9968
RGB: (95,153,104)

Color info

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

RGB color model

#5F9968 color RGB value is (95,153,104).

  • red value is 95;
  • green value is 153;
  • blue value is 104.
RGB:
(95,153,104)
(37%,60%,41%)

RGB channels and saturation

R 95 of 255 = 37%
G 153 of 255 = 60%
B 104 of 255 = 41%

95
153
104

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

Portions of RGB colors in percentages

R + G + B =
95 + 153 + 104 = 352 (100%)
R 95 of 352 ~ 26.99%
G 153 of 352 ~ 43.47%
B 104 of 352 ~ 29.55%

%26.99
%43.47
%29.55

CMYK color model

#5F9968 color CMYK value is (38,0,32,40).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 40.00%
CMYK:
(38,0,32,40)
C38M0Y32K40 
(38%,0%,32%,40%)
(0.38/0.00/0.32/0.40)	

CMYK percentages

%37.91
%0
%32.03
%40

Codes

Color #5F9968 in popluar color models

5F9968
RGB95153104
HSL129°23.39%48.63%
HSB/HSV129°37.91%60.00%
CMYK37.91%0.00%32.03%
40.00%

Color #5F9968 in popluar number systems.

HEX5F9968
Decimal95153104
Binary1011111100110011101000
Octal137231150

Shades and tints

Shades of #5F9968

#5F9968
(95,153,104)
#578C5F
(87,140,95)
#4F7F56
(79,127,86)
#47724D
(71,114,77)
#3F6544
(63,101,68)
#37583B
(55,88,59)
#2F4B32
(47,75,50)
#273E29
(39,62,41)
#1F3120
(31,49,32)
#172417
(23,36,23)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #5F9968

#5F9968
(95,153,104)
#6DA275
(109,162,117)
#7BAB82
(123,171,130)
#89B48F
(137,180,143)
#97BD9C
(151,189,156)
#A5C6A9
(165,198,169)
#B3CFB6
(179,207,182)
#C1D8C3
(193,216,195)
#CFE1D0
(207,225,208)
#DDEADD
(221,234,221)
#EBF3EA
(235,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9968 color. Also use rgb(95,153,104) instead hex code.

Text Font Color

.myTextColor { color: #5F9968; }

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

This text font color is #5F9968.


Background Color

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

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

This div background color is #5F9968.


Border color

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

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

This div border color is #5F9968.


Opacity

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

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

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

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

This text has shadow with #5F9968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9968 on black background.


Color preview on white background

This text has color #5F9968 on white background.



Black color preview on #5F9968 background

This text has black color on #5F9968 background.


White color preview on #5F9968 background

This text has white color on #5F9968 background.