COLOR #5B725D

HEX: #5B725D
RGB: (91,114,93)

Color info

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

RGB color model

#5B725D color RGB value is (91,114,93).

  • red value is 91;
  • green value is 114;
  • blue value is 93.
RGB:
(91,114,93)
(36%,45%,36%)

RGB channels and saturation

R 91 of 255 = 36%
G 114 of 255 = 45%
B 93 of 255 = 36%

91
114
93

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

Portions of RGB colors in percentages

R + G + B =
91 + 114 + 93 = 298 (100%)
R 91 of 298 ~ 30.54%
G 114 of 298 ~ 38.26%
B 93 of 298 ~ 31.21%

%30.54
%38.26
%31.21

CMYK color model

#5B725D color CMYK value is (20,0,18,55).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 55.29%
CMYK:
(20,0,18,55)
C20M0Y18K55 
(20%,0%,18%,55%)
(0.20/0.00/0.18/0.55)	

CMYK percentages

%20.18
%0
%18.42
%55.29

Codes

Color #5B725D in popluar color models

5B725D
RGB9111493
HSL125°11.22%40.20%
HSB/HSV125°20.18%44.71%
CMYK20.18%0.00%18.42%
55.29%

Color #5B725D in popluar number systems.

HEX5B725D
Decimal9111493
Binary101101111100101011101
Octal133162135

Shades and tints

Shades of #5B725D

#5B725D
(91,114,93)
#536855
(83,104,85)
#4B5E4D
(75,94,77)
#435445
(67,84,69)
#3B4A3D
(59,74,61)
#334035
(51,64,53)
#2B362D
(43,54,45)
#232C25
(35,44,37)
#1B221D
(27,34,29)
#131815
(19,24,21)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #5B725D

#5B725D
(91,114,93)
#697E6B
(105,126,107)
#778A79
(119,138,121)
#859687
(133,150,135)
#93A295
(147,162,149)
#A1AEA3
(161,174,163)
#AFBAB1
(175,186,177)
#BDC6BF
(189,198,191)
#CBD2CD
(203,210,205)
#D9DEDB
(217,222,219)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B725D color. Also use rgb(91,114,93) instead hex code.

Text Font Color

.myTextColor { color: #5B725D; }

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

This text font color is #5B725D.


Background Color

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

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

This div background color is #5B725D.


Border color

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

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

This div border color is #5B725D.


Opacity

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

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

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

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

This text has shadow with #5B725D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B725D on black background.


Color preview on white background

This text has color #5B725D on white background.



Black color preview on #5B725D background

This text has black color on #5B725D background.


White color preview on #5B725D background

This text has white color on #5B725D background.