COLOR #5F786D

HEX: #5F786D RGB: (95,120,109)

Color info

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

RGB color model

#5F786D color RGB value is (95,120,109).

RGB: (95,120,109) (37%, 47%, 43%)

RGB channels and saturation

R 95 of 255 = 37%
G 120 of 255 = 47%
B 109 of 255 = 43%

95
120
109

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

Portions of RGB colors in percentages

R + G + B = 95 + 120 + 109 = 324 (100%)
R 95 of 324 ~ 29.32%
G 120 of 324 ~ 37.04%
B 109 of 324 ~ 33.64'%

%29.32
%37.04
%33.64

CMYK color model

#5F786D color CMYK value is (21,0,9,53).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 52.94%
CMYK: (21,0,9,53) C21M0Y9K53 (21%,0%,9%,53%) (0.21/0.00/0.09/0.53) 

CMYK percentages

%20.83
%0
%9.17
%52.94

Codes

Color #5F786D in popluar color models

5F 78 6D
RGB 95 120 109
HSL 154° 11.63% 42.16%
HSB/HSV 154° 20.83% 47.06%
CMYK 20.83% 0.00% 9.17%
52.94%

Color #5F786D in popluar number systems.

HEX 5F 78 6D
Decimal 95 120 109
Binary 1011111 1111000 1101101
Octal 137 170 155

Shades and tints

Shades of #5F786D

#5F786D
(95,120,109)
#576E64
(87,110,100)
#4F645B
(79,100,91)
#475A52
(71,90,82)
#3F5049
(63,80,73)
#374640
(55,70,64)
#2F3C37
(47,60,55)
#27322E
(39,50,46)
#1F2825
(31,40,37)
#171E1C
(23,30,28)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #5F786D

#5F786D
(95,120,109)
#6D847A
(109,132,122)
#7B9087
(123,144,135)
#899C94
(137,156,148)
#97A8A1
(151,168,161)
#A5B4AE
(165,180,174)
#B3C0BB
(179,192,187)
#C1CCC8
(193,204,200)
#CFD8D5
(207,216,213)
#DDE4E2
(221,228,226)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F786D color. Also use rgb(95,120,109) instead hex code.

Text Font Color

.myTextColor { color: #5F786D; }

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

This text font color is #5F786D.

Background Color

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

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

This div background color is #5F786D.

Border color

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

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

This div border color is #5F786D.

Opacity

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

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

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

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

This text has shadow with #5F786D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F786D.

Preview

Color preview on black background

This text has color #5F786D on black background.


Color preview on white background

This text has color #5F786D on white background.


Black color preview on #5F786D background

This text has black color on #5F786D background.


White color preview on #5F786D background

This text has white color on #5F786D background.


Related colors

Complementary color

Complementary color for #hex is #A08792.


I love getcolorcode.com

Triadic colors

1 #6D5F78 and #786D5F with #5F786D are triadic colors.

2 #6D785F and #785F6D with #5F786D are triadic colors.