COLOR #5F7455

HEX: #5F7455
RGB: (95,116,85)

Color info

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

RGB color model

#5F7455 color RGB value is (95,116,85).

  • red value is 95;
  • green value is 116;
  • blue value is 85.
RGB:
(95,116,85)
(37%,45%,33%)

RGB channels and saturation

R 95 of 255 = 37%
G 116 of 255 = 45%
B 85 of 255 = 33%

95
116
85

R + G + B ~ 38%. #5F7455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 116 + 85 = 296 (100%)
R 95 of 296 ~ 32.09%
G 116 of 296 ~ 39.19%
B 85 of 296 ~ 28.72%

%32.09
%39.19
%28.72

CMYK color model

#5F7455 color CMYK value is (18,0,27,55).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 26.72%
  • key color value is 54.51%
CMYK:
(18,0,27,55)
C18M0Y27K55 
(18%,0%,27%,55%)
(0.18/0.00/0.27/0.55)	

CMYK percentages

%18.1
%0
%26.72
%54.51

Codes

Color #5F7455 in popluar color models

5F7455
RGB9511685
HSL101°15.42%39.41%
HSB/HSV101°26.72%45.49%
CMYK18.10%0.00%26.72%
54.51%

Color #5F7455 in popluar number systems.

HEX5F7455
Decimal9511685
Binary101111111101001010101
Octal137164125

Shades and tints

Shades of #5F7455

#5F7455
(95,116,85)
#576A4E
(87,106,78)
#4F6047
(79,96,71)
#475640
(71,86,64)
#3F4C39
(63,76,57)
#374232
(55,66,50)
#2F382B
(47,56,43)
#272E24
(39,46,36)
#1F241D
(31,36,29)
#171A16
(23,26,22)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #5F7455

#5F7455
(95,116,85)
#6D8064
(109,128,100)
#7B8C73
(123,140,115)
#899882
(137,152,130)
#97A491
(151,164,145)
#A5B0A0
(165,176,160)
#B3BCAF
(179,188,175)
#C1C8BE
(193,200,190)
#CFD4CD
(207,212,205)
#DDE0DC
(221,224,220)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7455 color. Also use rgb(95,116,85) instead hex code.

Text Font Color

.myTextColor { color: #5F7455; }

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

This text font color is #5F7455.


Background Color

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

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

This div background color is #5F7455.


Border color

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

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

This div border color is #5F7455.


Opacity

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

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

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

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

This text has shadow with #5F7455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7455 on black background.


Color preview on white background

This text has color #5F7455 on white background.



Black color preview on #5F7455 background

This text has black color on #5F7455 background.


White color preview on #5F7455 background

This text has white color on #5F7455 background.