COLOR #5F9969

HEX: #5F9969
RGB: (95,153,105)

Color info

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

RGB color model

#5F9969 color RGB value is (95,153,105).

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

RGB channels and saturation

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

95
153
105

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

Portions of RGB colors in percentages

R + G + B =
95 + 153 + 105 = 353 (100%)
R 95 of 353 ~ 26.91%
G 153 of 353 ~ 43.34%
B 105 of 353 ~ 29.75%

%26.91
%43.34
%29.75

CMYK color model

#5F9969 color CMYK value is (38,0,31,40).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 40.00%
CMYK:
(38,0,31,40)
C38M0Y31K40 
(38%,0%,31%,40%)
(0.38/0.00/0.31/0.40)	

CMYK percentages

%37.91
%0
%31.37
%40

Codes

Color #5F9969 in popluar color models

5F9969
RGB95153105
HSL130°23.39%48.63%
HSB/HSV130°37.91%60.00%
CMYK37.91%0.00%31.37%
40.00%

Color #5F9969 in popluar number systems.

HEX5F9969
Decimal95153105
Binary1011111100110011101001
Octal137231151

Shades and tints

Shades of #5F9969

#5F9969
(95,153,105)
#578C60
(87,140,96)
#4F7F57
(79,127,87)
#47724E
(71,114,78)
#3F6545
(63,101,69)
#37583C
(55,88,60)
#2F4B33
(47,75,51)
#273E2A
(39,62,42)
#1F3121
(31,49,33)
#172418
(23,36,24)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #5F9969

#5F9969
(95,153,105)
#6DA276
(109,162,118)
#7BAB83
(123,171,131)
#89B490
(137,180,144)
#97BD9D
(151,189,157)
#A5C6AA
(165,198,170)
#B3CFB7
(179,207,183)
#C1D8C4
(193,216,196)
#CFE1D1
(207,225,209)
#DDEADE
(221,234,222)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9969; }

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

This text font color is #5F9969.


Background Color

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

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

This div background color is #5F9969.


Border color

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

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

This div border color is #5F9969.


Opacity

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

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

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

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

This text has shadow with #5F9969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9969 on black background.


Color preview on white background

This text has color #5F9969 on white background.



Black color preview on #5F9969 background

This text has black color on #5F9969 background.


White color preview on #5F9969 background

This text has white color on #5F9969 background.