COLOR #5B7062

HEX: #5B7062
RGB: (91,112,98)

Color info

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

RGB color model

#5B7062 color RGB value is (91,112,98).

  • red value is 91;
  • green value is 112;
  • blue value is 98.
RGB:
(91,112,98)
(36%,44%,38%)

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 98 of 255 = 38%

91
112
98

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

Portions of RGB colors in percentages

R + G + B =
91 + 112 + 98 = 301 (100%)
R 91 of 301 ~ 30.23%
G 112 of 301 ~ 37.21%
B 98 of 301 ~ 32.56%

%30.23
%37.21
%32.56

CMYK color model

#5B7062 color CMYK value is (19,0,13,56).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 56.08%
CMYK:
(19,0,13,56)
C19M0Y13K56 
(19%,0%,13%,56%)
(0.19/0.00/0.13/0.56)	

CMYK percentages

%18.75
%0
%12.5
%56.08

Codes

Color #5B7062 in popluar color models

5B7062
RGB9111298
HSL140°10.34%39.80%
HSB/HSV140°18.75%43.92%
CMYK18.75%0.00%12.50%
56.08%

Color #5B7062 in popluar number systems.

HEX5B7062
Decimal9111298
Binary101101111100001100010
Octal133160142

Shades and tints

Shades of #5B7062

#5B7062
(91,112,98)
#53665A
(83,102,90)
#4B5C52
(75,92,82)
#43524A
(67,82,74)
#3B4842
(59,72,66)
#333E3A
(51,62,58)
#2B3432
(43,52,50)
#232A2A
(35,42,42)
#1B2022
(27,32,34)
#13161A
(19,22,26)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #5B7062

#5B7062
(91,112,98)
#697D70
(105,125,112)
#778A7E
(119,138,126)
#85978C
(133,151,140)
#93A49A
(147,164,154)
#A1B1A8
(161,177,168)
#AFBEB6
(175,190,182)
#BDCBC4
(189,203,196)
#CBD8D2
(203,216,210)
#D9E5E0
(217,229,224)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7062; }

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

This text font color is #5B7062.


Background Color

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

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

This div background color is #5B7062.


Border color

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

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

This div border color is #5B7062.


Opacity

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

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

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

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

This text has shadow with #5B7062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7062 on black background.


Color preview on white background

This text has color #5B7062 on white background.



Black color preview on #5B7062 background

This text has black color on #5B7062 background.


White color preview on #5B7062 background

This text has white color on #5B7062 background.