COLOR #5F7B5A

HEX: #5F7B5A
RGB: (95,123,90)

Color info

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

RGB color model

#5F7B5A color RGB value is (95,123,90).

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

RGB channels and saturation

R 95 of 255 = 37%
G 123 of 255 = 48%
B 90 of 255 = 35%

95
123
90

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

Portions of RGB colors in percentages

R + G + B =
95 + 123 + 90 = 308 (100%)
R 95 of 308 ~ 30.84%
G 123 of 308 ~ 39.94%
B 90 of 308 ~ 29.22%

%30.84
%39.94
%29.22

CMYK color model

#5F7B5A color CMYK value is (23,0,27,52).

  • cyan value is 22.76%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 51.76%
CMYK:
(23,0,27,52)
C23M0Y27K52 
(23%,0%,27%,52%)
(0.23/0.00/0.27/0.52)	

CMYK percentages

%22.76
%0
%26.83
%51.76

Codes

Color #5F7B5A in popluar color models

5F7B5A
RGB9512390
HSL111°15.49%41.76%
HSB/HSV111°26.83%48.24%
CMYK22.76%0.00%26.83%
51.76%

Color #5F7B5A in popluar number systems.

HEX5F7B5A
Decimal9512390
Binary101111111110111011010
Octal137173132

Shades and tints

Shades of #5F7B5A

#5F7B5A
(95,123,90)
#577052
(87,112,82)
#4F654A
(79,101,74)
#475A42
(71,90,66)
#3F4F3A
(63,79,58)
#374432
(55,68,50)
#2F392A
(47,57,42)
#272E22
(39,46,34)
#1F231A
(31,35,26)
#171812
(23,24,18)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #5F7B5A

#5F7B5A
(95,123,90)
#6D8769
(109,135,105)
#7B9378
(123,147,120)
#899F87
(137,159,135)
#97AB96
(151,171,150)
#A5B7A5
(165,183,165)
#B3C3B4
(179,195,180)
#C1CFC3
(193,207,195)
#CFDBD2
(207,219,210)
#DDE7E1
(221,231,225)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7B5A; }

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

This text font color is #5F7B5A.


Background Color

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

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

This div background color is #5F7B5A.


Border color

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

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

This div border color is #5F7B5A.


Opacity

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

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

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

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

This text has shadow with #5F7B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7B5A on black background.


Color preview on white background

This text has color #5F7B5A on white background.



Black color preview on #5F7B5A background

This text has black color on #5F7B5A background.


White color preview on #5F7B5A background

This text has white color on #5F7B5A background.