COLOR #5F7764

HEX: #5F7764
RGB: (95,119,100)

Color info

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

RGB color model

#5F7764 color RGB value is (95,119,100).

  • red value is 95;
  • green value is 119;
  • blue value is 100.
RGB:
(95,119,100)
(37%,47%,39%)

RGB channels and saturation

R 95 of 255 = 37%
G 119 of 255 = 47%
B 100 of 255 = 39%

95
119
100

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

Portions of RGB colors in percentages

R + G + B =
95 + 119 + 100 = 314 (100%)
R 95 of 314 ~ 30.25%
G 119 of 314 ~ 37.9%
B 100 of 314 ~ 31.85%

%30.25
%37.9
%31.85

CMYK color model

#5F7764 color CMYK value is (20,0,16,53).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 53.33%
CMYK:
(20,0,16,53)
C20M0Y16K53 
(20%,0%,16%,53%)
(0.20/0.00/0.16/0.53)	

CMYK percentages

%20.17
%0
%15.97
%53.33

Codes

Color #5F7764 in popluar color models

5F7764
RGB95119100
HSL133°11.21%41.96%
HSB/HSV133°20.17%46.67%
CMYK20.17%0.00%15.97%
53.33%

Color #5F7764 in popluar number systems.

HEX5F7764
Decimal95119100
Binary101111111101111100100
Octal137167144

Shades and tints

Shades of #5F7764

#5F7764
(95,119,100)
#576D5B
(87,109,91)
#4F6352
(79,99,82)
#475949
(71,89,73)
#3F4F40
(63,79,64)
#374537
(55,69,55)
#2F3B2E
(47,59,46)
#273125
(39,49,37)
#1F271C
(31,39,28)
#171D13
(23,29,19)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #5F7764

#5F7764
(95,119,100)
#6D8372
(109,131,114)
#7B8F80
(123,143,128)
#899B8E
(137,155,142)
#97A79C
(151,167,156)
#A5B3AA
(165,179,170)
#B3BFB8
(179,191,184)
#C1CBC6
(193,203,198)
#CFD7D4
(207,215,212)
#DDE3E2
(221,227,226)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7764 color. Also use rgb(95,119,100) instead hex code.

Text Font Color

.myTextColor { color: #5F7764; }

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

This text font color is #5F7764.


Background Color

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

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

This div background color is #5F7764.


Border color

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

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

This div border color is #5F7764.


Opacity

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

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

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

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

This text has shadow with #5F7764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7764 on black background.


Color preview on white background

This text has color #5F7764 on white background.



Black color preview on #5F7764 background

This text has black color on #5F7764 background.


White color preview on #5F7764 background

This text has white color on #5F7764 background.