COLOR #5F8063

HEX: #5F8063
RGB: (95,128,99)

Color info

#5F8063 contains red, green and blue colors in about the same proportion. Web safe color of #5F8063 is #666666 (or #666).

RGB color model

#5F8063 color RGB value is (95,128,99).

  • red value is 95;
  • green value is 128;
  • blue value is 99.
RGB:
(95,128,99)
(37%,50%,39%)

RGB channels and saturation

R 95 of 255 = 37%
G 128 of 255 = 50%
B 99 of 255 = 39%

95
128
99

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

Portions of RGB colors in percentages

R + G + B =
95 + 128 + 99 = 322 (100%)
R 95 of 322 ~ 29.5%
G 128 of 322 ~ 39.75%
B 99 of 322 ~ 30.75%

%29.5
%39.75
%30.75

CMYK color model

#5F8063 color CMYK value is (26,0,23,50).

  • cyan value is 25.78%
  • magenta value is 0.00%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(26,0,23,50)
C26M0Y23K50 
(26%,0%,23%,50%)
(0.26/0.00/0.23/0.50)	

CMYK percentages

%25.78
%0
%22.66
%49.8

Codes

Color #5F8063 in popluar color models

5F8063
RGB9512899
HSL127°14.80%43.73%
HSB/HSV127°25.78%50.20%
CMYK25.78%0.00%22.66%
49.80%

Color #5F8063 in popluar number systems.

HEX5F8063
Decimal9512899
Binary1011111100000001100011
Octal137200143

Shades and tints

Shades of #5F8063

#5F8063
(95,128,99)
#57755A
(87,117,90)
#4F6A51
(79,106,81)
#475F48
(71,95,72)
#3F543F
(63,84,63)
#374936
(55,73,54)
#2F3E2D
(47,62,45)
#273324
(39,51,36)
#1F281B
(31,40,27)
#171D12
(23,29,18)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #5F8063

#5F8063
(95,128,99)
#6D8B71
(109,139,113)
#7B967F
(123,150,127)
#89A18D
(137,161,141)
#97AC9B
(151,172,155)
#A5B7A9
(165,183,169)
#B3C2B7
(179,194,183)
#C1CDC5
(193,205,197)
#CFD8D3
(207,216,211)
#DDE3E1
(221,227,225)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8063 color. Also use rgb(95,128,99) instead hex code.

Text Font Color

.myTextColor { color: #5F8063; }

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

This text font color is #5F8063.


Background Color

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

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

This div background color is #5F8063.


Border color

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

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

This div border color is #5F8063.


Opacity

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

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

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

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

This text has shadow with #5F8063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8063 on black background.


Color preview on white background

This text has color #5F8063 on white background.



Black color preview on #5F8063 background

This text has black color on #5F8063 background.


White color preview on #5F8063 background

This text has white color on #5F8063 background.