COLOR #5D6A67

HEX: #5D6A67
RGB: (93,106,103)

Color info

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

RGB color model

#5D6A67 color RGB value is (93,106,103).

  • red value is 93;
  • green value is 106;
  • blue value is 103.
RGB:
(93,106,103)
(36%,42%,40%)

RGB channels and saturation

R 93 of 255 = 36%
G 106 of 255 = 42%
B 103 of 255 = 40%

93
106
103

R + G + B ~ 39%. #5D6A67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 106 + 103 = 302 (100%)
R 93 of 302 ~ 30.79%
G 106 of 302 ~ 35.1%
B 103 of 302 ~ 34.11%

%30.79
%35.1
%34.11

CMYK color model

#5D6A67 color CMYK value is (12,0,3,58).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 2.83%
  • key color value is 58.43%
CMYK:
(12,0,3,58)
C12M0Y3K58 
(12%,0%,3%,58%)
(0.12/0.00/0.03/0.58)	

CMYK percentages

%12.26
%0
%2.83
%58.43

Codes

Color #5D6A67 in popluar color models

5D6A67
RGB93106103
HSL166°6.53%39.02%
HSB/HSV166°12.26%41.57%
CMYK12.26%0.00%2.83%
58.43%

Color #5D6A67 in popluar number systems.

HEX5D6A67
Decimal93106103
Binary101110111010101100111
Octal135152147

Shades and tints

Shades of #5D6A67

#5D6A67
(93,106,103)
#55615E
(85,97,94)
#4D5855
(77,88,85)
#454F4C
(69,79,76)
#3D4643
(61,70,67)
#353D3A
(53,61,58)
#2D3431
(45,52,49)
#252B28
(37,43,40)
#1D221F
(29,34,31)
#151916
(21,25,22)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #5D6A67

#5D6A67
(93,106,103)
#6B7774
(107,119,116)
#798481
(121,132,129)
#87918E
(135,145,142)
#959E9B
(149,158,155)
#A3ABA8
(163,171,168)
#B1B8B5
(177,184,181)
#BFC5C2
(191,197,194)
#CDD2CF
(205,210,207)
#DBDFDC
(219,223,220)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6A67 color. Also use rgb(93,106,103) instead hex code.

Text Font Color

.myTextColor { color: #5D6A67; }

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

This text font color is #5D6A67.


Background Color

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

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

This div background color is #5D6A67.


Border color

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

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

This div border color is #5D6A67.


Opacity

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

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

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

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

This text has shadow with #5D6A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6A67 on black background.


Color preview on white background

This text has color #5D6A67 on white background.



Black color preview on #5D6A67 background

This text has black color on #5D6A67 background.


White color preview on #5D6A67 background

This text has white color on #5D6A67 background.