COLOR #5F7A54

HEX: #5F7A54
RGB: (95,122,84)

Color info

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

RGB color model

#5F7A54 color RGB value is (95,122,84).

  • red value is 95;
  • green value is 122;
  • blue value is 84.
RGB:
(95,122,84)
(37%,48%,33%)

RGB channels and saturation

R 95 of 255 = 37%
G 122 of 255 = 48%
B 84 of 255 = 33%

95
122
84

R + G + B ~ 39%. #5F7A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 122 + 84 = 301 (100%)
R 95 of 301 ~ 31.56%
G 122 of 301 ~ 40.53%
B 84 of 301 ~ 27.91%

%31.56
%40.53
%27.91

CMYK color model

#5F7A54 color CMYK value is (22,0,31,52).

  • cyan value is 22.13%
  • magenta value is 0.00%
  • yellow value is 31.15%
  • key color value is 52.16%
CMYK:
(22,0,31,52)
C22M0Y31K52 
(22%,0%,31%,52%)
(0.22/0.00/0.31/0.52)	

CMYK percentages

%22.13
%0
%31.15
%52.16

Codes

Color #5F7A54 in popluar color models

5F7A54
RGB9512284
HSL103°18.45%40.39%
HSB/HSV103°31.15%47.84%
CMYK22.13%0.00%31.15%
52.16%

Color #5F7A54 in popluar number systems.

HEX5F7A54
Decimal9512284
Binary101111111110101010100
Octal137172124

Shades and tints

Shades of #5F7A54

#5F7A54
(95,122,84)
#576F4D
(87,111,77)
#4F6446
(79,100,70)
#47593F
(71,89,63)
#3F4E38
(63,78,56)
#374331
(55,67,49)
#2F382A
(47,56,42)
#272D23
(39,45,35)
#1F221C
(31,34,28)
#171715
(23,23,21)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #5F7A54

#5F7A54
(95,122,84)
#6D8663
(109,134,99)
#7B9272
(123,146,114)
#899E81
(137,158,129)
#97AA90
(151,170,144)
#A5B69F
(165,182,159)
#B3C2AE
(179,194,174)
#C1CEBD
(193,206,189)
#CFDACC
(207,218,204)
#DDE6DB
(221,230,219)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7A54 color. Also use rgb(95,122,84) instead hex code.

Text Font Color

.myTextColor { color: #5F7A54; }

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

This text font color is #5F7A54.


Background Color

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

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

This div background color is #5F7A54.


Border color

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

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

This div border color is #5F7A54.


Opacity

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

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

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

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

This text has shadow with #5F7A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7A54 on black background.


Color preview on white background

This text has color #5F7A54 on white background.



Black color preview on #5F7A54 background

This text has black color on #5F7A54 background.


White color preview on #5F7A54 background

This text has white color on #5F7A54 background.