COLOR #5B958A

HEX: #5B958A
RGB: (91,149,138)

Color info

#5B958A contains red, green and blue colors in about the same proportion. Web safe color of #5B958A is #669999 (or #699).

RGB color model

#5B958A color RGB value is (91,149,138).

  • red value is 91;
  • green value is 149;
  • blue value is 138.
RGB:
(91,149,138)
(36%,58%,54%)

RGB channels and saturation

R 91 of 255 = 36%
G 149 of 255 = 58%
B 138 of 255 = 54%

91
149
138

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

Portions of RGB colors in percentages

R + G + B =
91 + 149 + 138 = 378 (100%)
R 91 of 378 ~ 24.07%
G 149 of 378 ~ 39.42%
B 138 of 378 ~ 36.51%

%24.07
%39.42
%36.51

CMYK color model

#5B958A color CMYK value is (39,0,7,42).

  • cyan value is 38.93%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(39,0,7,42)
C39M0Y7K42 
(39%,0%,7%,42%)
(0.39/0.00/0.07/0.42)	

CMYK percentages

%38.93
%0
%7.38
%41.57

Codes

Color #5B958A in popluar color models

5B958A
RGB91149138
HSL169°24.17%47.06%
HSB/HSV169°38.93%58.43%
CMYK38.93%0.00%7.38%
41.57%

Color #5B958A in popluar number systems.

HEX5B958A
Decimal91149138
Binary10110111001010110001010
Octal133225212

Shades and tints

Shades of #5B958A

#5B958A
(91,149,138)
#53887E
(83,136,126)
#4B7B72
(75,123,114)
#436E66
(67,110,102)
#3B615A
(59,97,90)
#33544E
(51,84,78)
#2B4742
(43,71,66)
#233A36
(35,58,54)
#1B2D2A
(27,45,42)
#13201E
(19,32,30)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #5B958A

#5B958A
(91,149,138)
#699E94
(105,158,148)
#77A79E
(119,167,158)
#85B0A8
(133,176,168)
#93B9B2
(147,185,178)
#A1C2BC
(161,194,188)
#AFCBC6
(175,203,198)
#BDD4D0
(189,212,208)
#CBDDDA
(203,221,218)
#D9E6E4
(217,230,228)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B958A color. Also use rgb(91,149,138) instead hex code.

Text Font Color

.myTextColor { color: #5B958A; }

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

This text font color is #5B958A.


Background Color

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

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

This div background color is #5B958A.


Border color

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

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

This div border color is #5B958A.


Opacity

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

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

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

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

This text has shadow with #5B958A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B958A on black background.


Color preview on white background

This text has color #5B958A on white background.



Black color preview on #5B958A background

This text has black color on #5B958A background.


White color preview on #5B958A background

This text has white color on #5B958A background.