COLOR #5B7065

HEX: #5B7065 RGB: (91,112,101)

Color info

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

RGB color model

#5B7065 color RGB value is (91,112,101).

RGB: (91,112,101) (36%, 44%, 40%)

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 101 of 255 = 40%

91
112
101

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

Portions of RGB colors in percentages

R + G + B = 91 + 112 + 101 = 304 (100%)
R 91 of 304 ~ 29.93%
G 112 of 304 ~ 36.84%
B 101 of 304 ~ 33.22'%

%29.93
%36.84
%33.22

CMYK color model

#5B7065 color CMYK value is (19,0,10,56).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 9.82%
  • key color value is 56.08%
CMYK: (19,0,10,56) C19M0Y10K56 (19%,0%,10%,56%) (0.19/0.00/0.10/0.56) 

CMYK percentages

%18.75
%0
%9.82
%56.08

Codes

Color #5B7065 in popluar color models

5B 70 65
RGB 91 112 101
HSL 149° 10.34% 39.80%
HSB/HSV 149° 18.75% 43.92%
CMYK 18.75% 0.00% 9.82%
56.08%

Color #5B7065 in popluar number systems.

HEX 5B 70 65
Decimal 91 112 101
Binary 1011011 1110000 1100101
Octal 133 160 145

Shades and tints

Shades of #5B7065

#5B7065
(91,112,101)
#53665C
(83,102,92)
#4B5C53
(75,92,83)
#43524A
(67,82,74)
#3B4841
(59,72,65)
#333E38
(51,62,56)
#2B342F
(43,52,47)
#232A26
(35,42,38)
#1B201D
(27,32,29)
#131614
(19,22,20)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #5B7065

#5B7065
(91,112,101)
#697D73
(105,125,115)
#778A81
(119,138,129)
#85978F
(133,151,143)
#93A49D
(147,164,157)
#A1B1AB
(161,177,171)
#AFBEB9
(175,190,185)
#BDCBC7
(189,203,199)
#CBD8D5
(203,216,213)
#D9E5E3
(217,229,227)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7065; }

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

This text font color is #5B7065.

Background Color

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

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

This div background color is #5B7065.

Border color

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

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

This div border color is #5B7065.

Opacity

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

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

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

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

This text has shadow with #5B7065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7065.

Preview

Color preview on black background

This text has color #5B7065 on black background.


Color preview on white background

This text has color #5B7065 on white background.


Black color preview on #5B7065 background

This text has black color on #5B7065 background.


White color preview on #5B7065 background

This text has white color on #5B7065 background.


Related colors

Complementary color

Complementary color for #hex is #A48F9A.


I love getcolorcode.com

Triadic colors

1 #655B70 and #70655B with #5B7065 are triadic colors.

2 #65705B and #705B65 with #5B7065 are triadic colors.