COLOR #5F7B5D

HEX: #5F7B5D
RGB: (95,123,93)

Color info

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

RGB color model

#5F7B5D color RGB value is (95,123,93).

  • red value is 95;
  • green value is 123;
  • blue value is 93.
RGB:
(95,123,93)
(37%,48%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 123 of 255 = 48%
B 93 of 255 = 36%

95
123
93

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

Portions of RGB colors in percentages

R + G + B =
95 + 123 + 93 = 311 (100%)
R 95 of 311 ~ 30.55%
G 123 of 311 ~ 39.55%
B 93 of 311 ~ 29.9%

%30.55
%39.55
%29.9

CMYK color model

#5F7B5D color CMYK value is (23,0,24,52).

  • cyan value is 22.76%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 51.76%
CMYK:
(23,0,24,52)
C23M0Y24K52 
(23%,0%,24%,52%)
(0.23/0.00/0.24/0.52)	

CMYK percentages

%22.76
%0
%24.39
%51.76

Codes

Color #5F7B5D in popluar color models

5F7B5D
RGB9512393
HSL116°13.89%42.35%
HSB/HSV116°24.39%48.24%
CMYK22.76%0.00%24.39%
51.76%

Color #5F7B5D in popluar number systems.

HEX5F7B5D
Decimal9512393
Binary101111111110111011101
Octal137173135

Shades and tints

Shades of #5F7B5D

#5F7B5D
(95,123,93)
#577055
(87,112,85)
#4F654D
(79,101,77)
#475A45
(71,90,69)
#3F4F3D
(63,79,61)
#374435
(55,68,53)
#2F392D
(47,57,45)
#272E25
(39,46,37)
#1F231D
(31,35,29)
#171815
(23,24,21)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #5F7B5D

#5F7B5D
(95,123,93)
#6D876B
(109,135,107)
#7B9379
(123,147,121)
#899F87
(137,159,135)
#97AB95
(151,171,149)
#A5B7A3
(165,183,163)
#B3C3B1
(179,195,177)
#C1CFBF
(193,207,191)
#CFDBCD
(207,219,205)
#DDE7DB
(221,231,219)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7B5D color. Also use rgb(95,123,93) instead hex code.

Text Font Color

.myTextColor { color: #5F7B5D; }

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

This text font color is #5F7B5D.


Background Color

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

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

This div background color is #5F7B5D.


Border color

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

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

This div border color is #5F7B5D.


Opacity

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

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

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

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

This text has shadow with #5F7B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7B5D on black background.


Color preview on white background

This text has color #5F7B5D on white background.



Black color preview on #5F7B5D background

This text has black color on #5F7B5D background.


White color preview on #5F7B5D background

This text has white color on #5F7B5D background.