COLOR #5B8F78

HEX: #5B8F78 RGB: (91,143,120)

Color info

#5B8F78 contains red, green and blue colors in about the same proportion. Web safe color of #5B8F78 is #669966 (or #696).

RGB color model

#5B8F78 color RGB value is (91,143,120).

RGB: (91,143,120) (36%, 56%, 47%)

RGB channels and saturation

R 91 of 255 = 36%
G 143 of 255 = 56%
B 120 of 255 = 47%

91
143
120

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

Portions of RGB colors in percentages

R + G + B = 91 + 143 + 120 = 354 (100%)
R 91 of 354 ~ 25.71%
G 143 of 354 ~ 40.4%
B 120 of 354 ~ 33.9'%

%25.71
%40.4
%33.9

CMYK color model

#5B8F78 color CMYK value is (36,0,16,44).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 43.92%

CMYK: (36,0,16,44)
C36M0Y16K44 (36%, 0%, 16%, 44%)
(0.36 / 0.00 / 0.16 / 0.44)

CMYK percentages

%36.36
%0
%16.08
%43.92

Codes

Color #5B8F78 in popluar color models

5B 8F 78
RGB 91 143 120
HSL 153° 22.22% 45.88%
HSB/HSV 153° 36.36% 56.08%
CMYK 36.36% 0.00% 16.08%
43.92%

Color #5B8F78 in popluar number systems.

HEX 5B 8F 78
Decimal 91 143 120
Binary 1011011 10001111 1111000
Octal 133 217 170

Shades and tints

Shades of #5B8F78

#5B8F78
(91,143,120)
#53826E
(83,130,110)
#4B7564
(75,117,100)
#43685A
(67,104,90)
#3B5B50
(59,91,80)
#334E46
(51,78,70)
#2B413C
(43,65,60)
#233432
(35,52,50)
#1B2728
(27,39,40)
#131A1E
(19,26,30)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #5B8F78

#5B8F78
(91,143,120)
#699984
(105,153,132)
#77A390
(119,163,144)
#85AD9C
(133,173,156)
#93B7A8
(147,183,168)
#A1C1B4
(161,193,180)
#AFCBC0
(175,203,192)
#BDD5CC
(189,213,204)
#CBDFD8
(203,223,216)
#D9E9E4
(217,233,228)
#E7F3F0
(231,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8F78 color. Also use rgb(91,143,120) instead hex code.

Text Font Color

.myTextColor { color: #5B8F78; }

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

This text font color is #5B8F78.

Background Color

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

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

This div background color is #5B8F78.

Border color

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

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

This div border color is #5B8F78.

Opacity

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

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

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

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

This text has shadow with #5B8F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B8F78.

Preview

Color preview on black background

This text has color #5B8F78 on black background.


Color preview on white background

This text has color #5B8F78 on white background.


Black color preview on #5B8F78 background

This text has black color on #5B8F78 background.


White color preview on #5B8F78 background

This text has white color on #5B8F78 background.


Related colors

Complementary color

Complementary color for #hex is #A47087.


I love getcolorcode.com

Triadic colors

1 #785B8F and #8F785B with #5B8F78 are triadic colors.

2 #788F5B and #8F5B78 with #5B8F78 are triadic colors.