COLOR #5B7053

HEX: #5B7053 RGB: (91,112,83)

Color info

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

RGB color model

#5B7053 color RGB value is (91,112,83).

RGB: (91,112,83) (36%, 44%, 33%)

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 83 of 255 = 33%

91
112
83

R + G + B ~ 38%. #5B7053 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 112 + 83 = 286 (100%)
R 91 of 286 ~ 31.82%
G 112 of 286 ~ 39.16%
B 83 of 286 ~ 29.02'%

%31.82
%39.16
%29.02

CMYK color model

#5B7053 color CMYK value is (19,0,26,56).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 25.89%
  • key color value is 56.08%

CMYK: (19,0,26,56)
C19M0Y26K56 (19%, 0%, 26%, 56%)
(0.19 / 0.00 / 0.26 / 0.56)

CMYK percentages

%18.75
%0
%25.89
%56.08

Codes

Color #5B7053 in popluar color models

5B 70 53
RGB 91 112 83
HSL 103° 14.87% 38.24%
HSB/HSV 103° 25.89% 43.92%
CMYK 18.75% 0.00% 25.89%
56.08%

Color #5B7053 in popluar number systems.

HEX 5B 70 53
Decimal 91 112 83
Binary 1011011 1110000 1010011
Octal 133 160 123

Shades and tints

Shades of #5B7053

#5B7053
(91,112,83)
#53664C
(83,102,76)
#4B5C45
(75,92,69)
#43523E
(67,82,62)
#3B4837
(59,72,55)
#333E30
(51,62,48)
#2B3429
(43,52,41)
#232A22
(35,42,34)
#1B201B
(27,32,27)
#131614
(19,22,20)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #5B7053

#5B7053
(91,112,83)
#697D62
(105,125,98)
#778A71
(119,138,113)
#859780
(133,151,128)
#93A48F
(147,164,143)
#A1B19E
(161,177,158)
#AFBEAD
(175,190,173)
#BDCBBC
(189,203,188)
#CBD8CB
(203,216,203)
#D9E5DA
(217,229,218)
#E7F2E9
(231,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7053 color. Also use rgb(91,112,83) instead hex code.

Text Font Color

.myTextColor { color: #5B7053; }

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

This text font color is #5B7053.

Background Color

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

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

This div background color is #5B7053.

Border color

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

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

This div border color is #5B7053.

Opacity

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

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

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

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

This text has shadow with #5B7053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7053.

Preview

Color preview on black background

This text has color #5B7053 on black background.


Color preview on white background

This text has color #5B7053 on white background.


Black color preview on #5B7053 background

This text has black color on #5B7053 background.


White color preview on #5B7053 background

This text has white color on #5B7053 background.


Related colors

Complementary color

Complementary color for #hex is #A48FAC.


I love getcolorcode.com

Triadic colors

1 #535B70 and #70535B with #5B7053 are triadic colors.

2 #53705B and #705B53 with #5B7053 are triadic colors.