COLOR #5F9783

HEX: #5F9783 RGB: (95,151,131)

Color info

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

RGB color model

#5F9783 color RGB value is (95,151,131).

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

RGB channels and saturation

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

95
151
131

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

Portions of RGB colors in percentages

R + G + B = 95 + 151 + 131 = 377 (100%)
R 95 of 377 ~ 25.2%
G 151 of 377 ~ 40.05%
B 131 of 377 ~ 34.75'%

%25.2
%40.05
%34.75

CMYK color model

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

  • cyan value is 37.09%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 40.78%

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

CMYK percentages

%37.09
%0
%13.25
%40.78

Codes

Color #5F9783 in popluar color models

5F 97 83
RGB 95 151 131
HSL 159° 22.76% 48.24%
HSB/HSV 159° 37.09% 59.22%
CMYK 37.09% 0.00% 13.25%
40.78%

Color #5F9783 in popluar number systems.

HEX 5F 97 83
Decimal 95 151 131
Binary 1011111 10010111 10000011
Octal 137 227 203

Shades and tints

Shades of #5F9783

#5F9783
(95,151,131)
#578A78
(87,138,120)
#4F7D6D
(79,125,109)
#477062
(71,112,98)
#3F6357
(63,99,87)
#37564C
(55,86,76)
#2F4941
(47,73,65)
#273C36
(39,60,54)
#1F2F2B
(31,47,43)
#172220
(23,34,32)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #5F9783

#5F9783
(95,151,131)
#6DA08E
(109,160,142)
#7BA999
(123,169,153)
#89B2A4
(137,178,164)
#97BBAF
(151,187,175)
#A5C4BA
(165,196,186)
#B3CDC5
(179,205,197)
#C1D6D0
(193,214,208)
#CFDFDB
(207,223,219)
#DDE8E6
(221,232,230)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9783; }

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

This text font color is #5F9783.

Background Color

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

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

This div background color is #5F9783.

Border color

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

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

This div border color is #5F9783.

Opacity

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

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

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

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

This text has shadow with #5F9783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9783.

Preview

Color preview on black background

This text has color #5F9783 on black background.


Color preview on white background

This text has color #5F9783 on white background.


Black color preview on #5F9783 background

This text has black color on #5F9783 background.


White color preview on #5F9783 background

This text has white color on #5F9783 background.


Related colors

Complementary color

Complementary color for #hex is #A0687C.


I love getcolorcode.com

Triadic colors

1 #835F97 and #97835F with #5F9783 are triadic colors.

2 #83975F and #975F83 with #5F9783 are triadic colors.