COLOR #5F6A54

HEX: #5F6A54
RGB: (95,106,84)

Color info

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

RGB color model

#5F6A54 color RGB value is (95,106,84).

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

RGB channels and saturation

R 95 of 255 = 37%
G 106 of 255 = 42%
B 84 of 255 = 33%

95
106
84

R + G + B ~ 37%. #5F6A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 106 + 84 = 285 (100%)
R 95 of 285 ~ 33.33%
G 106 of 285 ~ 37.19%
B 84 of 285 ~ 29.47%

%33.33
%37.19
%29.47

CMYK color model

#5F6A54 color CMYK value is (10,0,21,58).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 20.75%
  • key color value is 58.43%
CMYK:
(10,0,21,58)
C10M0Y21K58 
(10%,0%,21%,58%)
(0.10/0.00/0.21/0.58)	

CMYK percentages

%10.38
%0
%20.75
%58.43

Codes

Color #5F6A54 in popluar color models

5F6A54
RGB9510684
HSL90°11.58%37.25%
HSB/HSV90°20.75%41.57%
CMYK10.38%0.00%20.75%
58.43%

Color #5F6A54 in popluar number systems.

HEX5F6A54
Decimal9510684
Binary101111111010101010100
Octal137152124

Shades and tints

Shades of #5F6A54

#5F6A54
(95,106,84)
#57614D
(87,97,77)
#4F5846
(79,88,70)
#474F3F
(71,79,63)
#3F4638
(63,70,56)
#373D31
(55,61,49)
#2F342A
(47,52,42)
#272B23
(39,43,35)
#1F221C
(31,34,28)
#171915
(23,25,21)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #5F6A54

#5F6A54
(95,106,84)
#6D7763
(109,119,99)
#7B8472
(123,132,114)
#899181
(137,145,129)
#979E90
(151,158,144)
#A5AB9F
(165,171,159)
#B3B8AE
(179,184,174)
#C1C5BD
(193,197,189)
#CFD2CC
(207,210,204)
#DDDFDB
(221,223,219)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6A54; }

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

This text font color is #5F6A54.


Background Color

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

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

This div background color is #5F6A54.


Border color

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

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

This div border color is #5F6A54.


Opacity

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

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

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

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

This text has shadow with #5F6A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6A54 on black background.


Color preview on white background

This text has color #5F6A54 on white background.



Black color preview on #5F6A54 background

This text has black color on #5F6A54 background.


White color preview on #5F6A54 background

This text has white color on #5F6A54 background.