COLOR #5F6A6E

HEX: #5F6A6E RGB: (95,106,110)

Color info

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

RGB color model

#5F6A6E color RGB value is (95,106,110).

RGB: (95,106,110) (37%, 42%, 43%)

RGB channels and saturation

R 95 of 255 = 37%
G 106 of 255 = 42%
B 110 of 255 = 43%

95
106
110

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

Portions of RGB colors in percentages

R + G + B = 95 + 106 + 110 = 311 (100%)
R 95 of 311 ~ 30.55%
G 106 of 311 ~ 34.08%
B 110 of 311 ~ 35.37'%

%30.55
%34.08
%35.37

CMYK color model

#5F6A6E color CMYK value is (14,4,0,57).

  • cyan value is 13.64%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (14,4,0,57)
C14M4Y0K57 (14%, 4%, 0%, 57%)
(0.14 / 0.04 / 0.00 / 0.57)

CMYK percentages

%13.64
%3.64
%0
%56.86

Codes

Color #5F6A6E in popluar color models

5F 6A 6E
RGB 95 106 110
HSL 196° 7.32% 40.20%
HSB/HSV 196° 13.64% 43.14%
CMYK 13.64% 3.64% 0.00%
56.86%

Color #5F6A6E in popluar number systems.

HEX 5F 6A 6E
Decimal 95 106 110
Binary 1011111 1101010 1101110
Octal 137 152 156

Shades and tints

Shades of #5F6A6E

#5F6A6E
(95,106,110)
#576164
(87,97,100)
#4F585A
(79,88,90)
#474F50
(71,79,80)
#3F4646
(63,70,70)
#373D3C
(55,61,60)
#2F3432
(47,52,50)
#272B28
(39,43,40)
#1F221E
(31,34,30)
#171914
(23,25,20)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #5F6A6E

#5F6A6E
(95,106,110)
#6D777B
(109,119,123)
#7B8488
(123,132,136)
#899195
(137,145,149)
#979EA2
(151,158,162)
#A5ABAF
(165,171,175)
#B3B8BC
(179,184,188)
#C1C5C9
(193,197,201)
#CFD2D6
(207,210,214)
#DDDFE3
(221,223,227)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6A6E; }

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

This text font color is #5F6A6E.

Background Color

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

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

This div background color is #5F6A6E.

Border color

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

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

This div border color is #5F6A6E.

Opacity

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

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

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

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

This text has shadow with #5F6A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6A6E.

Preview

Color preview on black background

This text has color #5F6A6E on black background.


Color preview on white background

This text has color #5F6A6E on white background.


Black color preview on #5F6A6E background

This text has black color on #5F6A6E background.


White color preview on #5F6A6E background

This text has white color on #5F6A6E background.


Related colors

Complementary color

Complementary color for #hex is #A09591.


I love getcolorcode.com

Triadic colors

1 #6E5F6A and #6A6E5F with #5F6A6E are triadic colors.

2 #6E6A5F and #6A5F6E with #5F6A6E are triadic colors.