COLOR #5FA083

HEX: #5FA083
RGB: (95,160,131)

Color info

#5FA083 contains mainly green and blue colors. Web safe color of #5FA083 is #669999 (or #699).

RGB color model

#5FA083 color RGB value is (95,160,131).

  • red value is 95;
  • green value is 160;
  • blue value is 131.
RGB:
(95,160,131)
(37%,63%,51%)

RGB channels and saturation

R 95 of 255 = 37%
G 160 of 255 = 63%
B 131 of 255 = 51%

95
160
131

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

Portions of RGB colors in percentages

R + G + B =
95 + 160 + 131 = 386 (100%)
R 95 of 386 ~ 24.61%
G 160 of 386 ~ 41.45%
B 131 of 386 ~ 33.94%

%24.61
%41.45
%33.94

CMYK color model

#5FA083 color CMYK value is (41,0,18,37).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 37.25%
CMYK:
(41,0,18,37)
C41M0Y18K37 
(41%,0%,18%,37%)
(0.41/0.00/0.18/0.37)	

CMYK percentages

%40.63
%0
%18.13
%37.25

Codes

Color #5FA083 in popluar color models

5FA083
RGB95160131
HSL153°25.49%50.00%
HSB/HSV153°40.63%62.75%
CMYK40.63%0.00%18.13%
37.25%

Color #5FA083 in popluar number systems.

HEX5FA083
Decimal95160131
Binary10111111010000010000011
Octal137240203

Shades and tints

Shades of #5FA083

#5FA083
(95,160,131)
#579278
(87,146,120)
#4F846D
(79,132,109)
#477662
(71,118,98)
#3F6857
(63,104,87)
#375A4C
(55,90,76)
#2F4C41
(47,76,65)
#273E36
(39,62,54)
#1F302B
(31,48,43)
#172220
(23,34,32)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #5FA083

#5FA083
(95,160,131)
#6DA88E
(109,168,142)
#7BB099
(123,176,153)
#89B8A4
(137,184,164)
#97C0AF
(151,192,175)
#A5C8BA
(165,200,186)
#B3D0C5
(179,208,197)
#C1D8D0
(193,216,208)
#CFE0DB
(207,224,219)
#DDE8E6
(221,232,230)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA083; }

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

This text font color is #5FA083.


Background Color

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

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

This div background color is #5FA083.


Border color

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

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

This div border color is #5FA083.


Opacity

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

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

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

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

This text has shadow with #5FA083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA083 on black background.


Color preview on white background

This text has color #5FA083 on white background.



Black color preview on #5FA083 background

This text has black color on #5FA083 background.


White color preview on #5FA083 background

This text has white color on #5FA083 background.