COLOR #5B6452

HEX: #5B6452
RGB: (91,100,82)

Color info

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

RGB color model

#5B6452 color RGB value is (91,100,82).

  • red value is 91;
  • green value is 100;
  • blue value is 82.
RGB:
(91,100,82)
(36%,39%,32%)

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 82 of 255 = 32%

91
100
82

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

Portions of RGB colors in percentages

R + G + B =
91 + 100 + 82 = 273 (100%)
R 91 of 273 ~ 33.33%
G 100 of 273 ~ 36.63%
B 82 of 273 ~ 30.04%

%33.33
%36.63
%30.04

CMYK color model

#5B6452 color CMYK value is (9,0,18,61).

  • cyan value is 9.00%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 60.78%
CMYK:
(9,0,18,61)
C9M0Y18K61 
(9%,0%,18%,61%)
(0.09/0.00/0.18/0.61)	

CMYK percentages

%9
%0
%18
%60.78

Codes

Color #5B6452 in popluar color models

5B6452
RGB9110082
HSL90°9.89%35.69%
HSB/HSV90°18.00%39.22%
CMYK9.00%0.00%18.00%
60.78%

Color #5B6452 in popluar number systems.

HEX5B6452
Decimal9110082
Binary101101111001001010010
Octal133144122

Shades and tints

Shades of #5B6452

#5B6452
(91,100,82)
#535B4B
(83,91,75)
#4B5244
(75,82,68)
#43493D
(67,73,61)
#3B4036
(59,64,54)
#33372F
(51,55,47)
#2B2E28
(43,46,40)
#232521
(35,37,33)
#1B1C1A
(27,28,26)
#131313
(19,19,19)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #5B6452

#5B6452
(91,100,82)
#697261
(105,114,97)
#778070
(119,128,112)
#858E7F
(133,142,127)
#939C8E
(147,156,142)
#A1AA9D
(161,170,157)
#AFB8AC
(175,184,172)
#BDC6BB
(189,198,187)
#CBD4CA
(203,212,202)
#D9E2D9
(217,226,217)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6452 color. Also use rgb(91,100,82) instead hex code.

Text Font Color

.myTextColor { color: #5B6452; }

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

This text font color is #5B6452.


Background Color

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

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

This div background color is #5B6452.


Border color

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

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

This div border color is #5B6452.


Opacity

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

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

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

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

This text has shadow with #5B6452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6452 on black background.


Color preview on white background

This text has color #5B6452 on white background.



Black color preview on #5B6452 background

This text has black color on #5B6452 background.


White color preview on #5B6452 background

This text has white color on #5B6452 background.