COLOR #5F6153

HEX: #5F6153 RGB: (95,97,83)

Color info

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

RGB color model

#5F6153 color RGB value is (95,97,83).

RGB: (95,97,83) (37%, 38%, 33%)

RGB channels and saturation

R 95 of 255 = 37%
G 97 of 255 = 38%
B 83 of 255 = 33%

95
97
83

R + G + B ~ 36%. #5F6153 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 97 + 83 = 275 (100%)
R 95 of 275 ~ 34.55%
G 97 of 275 ~ 35.27%
B 83 of 275 ~ 30.18'%

%34.55
%35.27
%30.18

CMYK color model

#5F6153 color CMYK value is (2,0,14,62).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 61.96%

CMYK: (2,0,14,62)
C2M0Y14K62 (2%, 0%, 14%, 62%)
(0.02 / 0.00 / 0.14 / 0.62)

CMYK percentages

%2.06
%0
%14.43
%61.96

Codes

Color #5F6153 in popluar color models

5F 61 53
RGB 95 97 83
HSL 69° 7.78% 35.29%
HSB/HSV 69° 14.43% 38.04%
CMYK 2.06% 0.00% 14.43%
61.96%

Color #5F6153 in popluar number systems.

HEX 5F 61 53
Decimal 95 97 83
Binary 1011111 1100001 1010011
Octal 137 141 123

Shades and tints

Shades of #5F6153

#5F6153
(95,97,83)
#57594C
(87,89,76)
#4F5145
(79,81,69)
#47493E
(71,73,62)
#3F4137
(63,65,55)
#373930
(55,57,48)
#2F3129
(47,49,41)
#272922
(39,41,34)
#1F211B
(31,33,27)
#171914
(23,25,20)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #5F6153

#5F6153
(95,97,83)
#6D6F62
(109,111,98)
#7B7D71
(123,125,113)
#898B80
(137,139,128)
#97998F
(151,153,143)
#A5A79E
(165,167,158)
#B3B5AD
(179,181,173)
#C1C3BC
(193,195,188)
#CFD1CB
(207,209,203)
#DDDFDA
(221,223,218)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6153 color. Also use rgb(95,97,83) instead hex code.

Text Font Color

.myTextColor { color: #5F6153; }

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

This text font color is #5F6153.

Background Color

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

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

This div background color is #5F6153.

Border color

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

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

This div border color is #5F6153.

Opacity

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

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

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

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

This text has shadow with #5F6153 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6153.

Preview

Color preview on black background

This text has color #5F6153 on black background.


Color preview on white background

This text has color #5F6153 on white background.


Black color preview on #5F6153 background

This text has black color on #5F6153 background.


White color preview on #5F6153 background

This text has white color on #5F6153 background.


Related colors

Complementary color

Complementary color for #hex is #A09EAC.


I love getcolorcode.com

Triadic colors

1 #535F61 and #61535F with #5F6153 are triadic colors.

2 #53615F and #615F53 with #5F6153 are triadic colors.