COLOR #5D736F

HEX: #5D736F
RGB: (93,115,111)

Color info

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

RGB color model

#5D736F color RGB value is (93,115,111).

  • red value is 93;
  • green value is 115;
  • blue value is 111.
RGB:
(93,115,111)
(36%,45%,44%)

RGB channels and saturation

R 93 of 255 = 36%
G 115 of 255 = 45%
B 111 of 255 = 44%

93
115
111

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

Portions of RGB colors in percentages

R + G + B =
93 + 115 + 111 = 319 (100%)
R 93 of 319 ~ 29.15%
G 115 of 319 ~ 36.05%
B 111 of 319 ~ 34.8%

%29.15
%36.05
%34.8

CMYK color model

#5D736F color CMYK value is (19,0,3,55).

  • cyan value is 19.13%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK:
(19,0,3,55)
C19M0Y3K55 
(19%,0%,3%,55%)
(0.19/0.00/0.03/0.55)	

CMYK percentages

%19.13
%0
%3.48
%54.9

Codes

Color #5D736F in popluar color models

5D736F
RGB93115111
HSL169°10.58%40.78%
HSB/HSV169°19.13%45.10%
CMYK19.13%0.00%3.48%
54.90%

Color #5D736F in popluar number systems.

HEX5D736F
Decimal93115111
Binary101110111100111101111
Octal135163157

Shades and tints

Shades of #5D736F

#5D736F
(93,115,111)
#556965
(85,105,101)
#4D5F5B
(77,95,91)
#455551
(69,85,81)
#3D4B47
(61,75,71)
#35413D
(53,65,61)
#2D3733
(45,55,51)
#252D29
(37,45,41)
#1D231F
(29,35,31)
#151915
(21,25,21)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #5D736F

#5D736F
(93,115,111)
#6B7F7C
(107,127,124)
#798B89
(121,139,137)
#879796
(135,151,150)
#95A3A3
(149,163,163)
#A3AFB0
(163,175,176)
#B1BBBD
(177,187,189)
#BFC7CA
(191,199,202)
#CDD3D7
(205,211,215)
#DBDFE4
(219,223,228)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D736F color. Also use rgb(93,115,111) instead hex code.

Text Font Color

.myTextColor { color: #5D736F; }

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

This text font color is #5D736F.


Background Color

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

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

This div background color is #5D736F.


Border color

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

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

This div border color is #5D736F.


Opacity

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

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

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

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

This text has shadow with #5D736F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D736F on black background.


Color preview on white background

This text has color #5D736F on white background.



Black color preview on #5D736F background

This text has black color on #5D736F background.


White color preview on #5D736F background

This text has white color on #5D736F background.