COLOR #5F9683

HEX: #5F9683 RGB: (95,150,131)

Color info

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

RGB color model

#5F9683 color RGB value is (95,150,131).

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

RGB channels and saturation

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

95
150
131

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

Portions of RGB colors in percentages

R + G + B = 95 + 150 + 131 = 376 (100%)
R 95 of 376 ~ 25.27%
G 150 of 376 ~ 39.89%
B 131 of 376 ~ 34.84'%

%25.27
%39.89
%34.84

CMYK color model

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

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 12.67%
  • 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
%12.67
%41.18

Codes

Color #5F9683 in popluar color models

5F 96 83
RGB 95 150 131
HSL 159° 22.45% 48.04%
HSB/HSV 159° 36.67% 58.82%
CMYK 36.67% 0.00% 12.67%
41.18%

Color #5F9683 in popluar number systems.

HEX 5F 96 83
Decimal 95 150 131
Binary 1011111 10010110 10000011
Octal 137 226 203

Shades and tints

Shades of #5F9683

#5F9683
(95,150,131)
#578978
(87,137,120)
#4F7C6D
(79,124,109)
#476F62
(71,111,98)
#3F6257
(63,98,87)
#37554C
(55,85,76)
#2F4841
(47,72,65)
#273B36
(39,59,54)
#1F2E2B
(31,46,43)
#172120
(23,33,32)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #5F9683

#5F9683
(95,150,131)
#6D9F8E
(109,159,142)
#7BA899
(123,168,153)
#89B1A4
(137,177,164)
#97BAAF
(151,186,175)
#A5C3BA
(165,195,186)
#B3CCC5
(179,204,197)
#C1D5D0
(193,213,208)
#CFDEDB
(207,222,219)
#DDE7E6
(221,231,230)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9683; }

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

This text font color is #5F9683.

Background Color

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

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

This div background color is #5F9683.

Border color

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

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

This div border color is #5F9683.

Opacity

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

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

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

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

This text has shadow with #5F9683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9683.

Preview

Color preview on black background

This text has color #5F9683 on black background.


Color preview on white background

This text has color #5F9683 on white background.


Black color preview on #5F9683 background

This text has black color on #5F9683 background.


White color preview on #5F9683 background

This text has white color on #5F9683 background.


Related colors

Complementary color

Complementary color for #hex is #A0697C.


I love getcolorcode.com

Triadic colors

1 #835F96 and #96835F with #5F9683 are triadic colors.

2 #83965F and #965F83 with #5F9683 are triadic colors.