COLOR #5F9682

HEX: #5F9682 RGB: (95,150,130)

Color info

#5F9682 contains red, green and blue colors in about the same proportion. Web safe color of #5F9682 is #669999 (or #699).

RGB color model

#5F9682 color RGB value is (95,150,130).

RGB: (95,150,130) (37%, 59%, 51%)

RGB channels and saturation

R 95 of 255 = 37%
G 150 of 255 = 59%
B 130 of 255 = 51%

95
150
130

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

Portions of RGB colors in percentages

R + G + B = 95 + 150 + 130 = 375 (100%)
R 95 of 375 ~ 25.33%
G 150 of 375 ~ 40%
B 130 of 375 ~ 34.67'%

%25.33
%40
%34.67

CMYK color model

#5F9682 color CMYK value is (37,0,13,41).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 41.18%

CMYK: (37,0,13,41)
C37M0Y13K41 (37%, 0%, 13%, 41%)
(0.37 / 0.00 / 0.13 / 0.41)

CMYK percentages

%36.67
%0
%13.33
%41.18

Codes

Color #5F9682 in popluar color models

5F 96 82
RGB 95 150 130
HSL 158° 22.45% 48.04%
HSB/HSV 158° 36.67% 58.82%
CMYK 36.67% 0.00% 13.33%
41.18%

Color #5F9682 in popluar number systems.

HEX 5F 96 82
Decimal 95 150 130
Binary 1011111 10010110 10000010
Octal 137 226 202

Shades and tints

Shades of #5F9682

#5F9682
(95,150,130)
#578977
(87,137,119)
#4F7C6C
(79,124,108)
#476F61
(71,111,97)
#3F6256
(63,98,86)
#37554B
(55,85,75)
#2F4840
(47,72,64)
#273B35
(39,59,53)
#1F2E2A
(31,46,42)
#17211F
(23,33,31)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #5F9682

#5F9682
(95,150,130)
#6D9F8D
(109,159,141)
#7BA898
(123,168,152)
#89B1A3
(137,177,163)
#97BAAE
(151,186,174)
#A5C3B9
(165,195,185)
#B3CCC4
(179,204,196)
#C1D5CF
(193,213,207)
#CFDEDA
(207,222,218)
#DDE7E5
(221,231,229)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9682; }

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

This text font color is #5F9682.

Background Color

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

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

This div background color is #5F9682.

Border color

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

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

This div border color is #5F9682.

Opacity

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

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

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

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

This text has shadow with #5F9682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9682.

Preview

Color preview on black background

This text has color #5F9682 on black background.


Color preview on white background

This text has color #5F9682 on white background.


Black color preview on #5F9682 background

This text has black color on #5F9682 background.


White color preview on #5F9682 background

This text has white color on #5F9682 background.


Related colors

Complementary color

Complementary color for #hex is #A0697D.


I love getcolorcode.com

Triadic colors

1 #825F96 and #96825F with #5F9682 are triadic colors.

2 #82965F and #965F82 with #5F9682 are triadic colors.