COLOR #5BA075

HEX: #5BA075
RGB: (91,160,117)

Color info

#5BA075 contains mainly green and blue colors. Web safe color of #5BA075 is #669966 (or #696).

RGB color model

#5BA075 color RGB value is (91,160,117).

  • red value is 91;
  • green value is 160;
  • blue value is 117.
RGB:
(91,160,117)
(36%,63%,46%)

RGB channels and saturation

R 91 of 255 = 36%
G 160 of 255 = 63%
B 117 of 255 = 46%

91
160
117

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

Portions of RGB colors in percentages

R + G + B =
91 + 160 + 117 = 368 (100%)
R 91 of 368 ~ 24.73%
G 160 of 368 ~ 43.48%
B 117 of 368 ~ 31.79%

%24.73
%43.48
%31.79

CMYK color model

#5BA075 color CMYK value is (43,0,27,37).

  • cyan value is 43.13%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 37.25%
CMYK:
(43,0,27,37)
C43M0Y27K37 
(43%,0%,27%,37%)
(0.43/0.00/0.27/0.37)	

CMYK percentages

%43.13
%0
%26.88
%37.25

Codes

Color #5BA075 in popluar color models

5BA075
RGB91160117
HSL143°27.49%49.22%
HSB/HSV143°43.13%62.75%
CMYK43.13%0.00%26.88%
37.25%

Color #5BA075 in popluar number systems.

HEX5BA075
Decimal91160117
Binary1011011101000001110101
Octal133240165

Shades and tints

Shades of #5BA075

#5BA075
(91,160,117)
#53926B
(83,146,107)
#4B8461
(75,132,97)
#437657
(67,118,87)
#3B684D
(59,104,77)
#335A43
(51,90,67)
#2B4C39
(43,76,57)
#233E2F
(35,62,47)
#1B3025
(27,48,37)
#13221B
(19,34,27)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #5BA075

#5BA075
(91,160,117)
#69A881
(105,168,129)
#77B08D
(119,176,141)
#85B899
(133,184,153)
#93C0A5
(147,192,165)
#A1C8B1
(161,200,177)
#AFD0BD
(175,208,189)
#BDD8C9
(189,216,201)
#CBE0D5
(203,224,213)
#D9E8E1
(217,232,225)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA075 color. Also use rgb(91,160,117) instead hex code.

Text Font Color

.myTextColor { color: #5BA075; }

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

This text font color is #5BA075.


Background Color

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

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

This div background color is #5BA075.


Border color

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

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

This div border color is #5BA075.


Opacity

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

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

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

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

This text has shadow with #5BA075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA075 on black background.


Color preview on white background

This text has color #5BA075 on white background.



Black color preview on #5BA075 background

This text has black color on #5BA075 background.


White color preview on #5BA075 background

This text has white color on #5BA075 background.