COLOR #5A7875

HEX: #5A7875
RGB: (90,120,117)

Color info

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

RGB color model

#5A7875 color RGB value is (90,120,117).

  • red value is 90;
  • green value is 120;
  • blue value is 117.
RGB:
(90,120,117)
(35%,47%,46%)

RGB channels and saturation

R 90 of 255 = 35%
G 120 of 255 = 47%
B 117 of 255 = 46%

90
120
117

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

Portions of RGB colors in percentages

R + G + B =
90 + 120 + 117 = 327 (100%)
R 90 of 327 ~ 27.52%
G 120 of 327 ~ 36.7%
B 117 of 327 ~ 35.78%

%27.52
%36.7
%35.78

CMYK color model

#5A7875 color CMYK value is (25,0,3,53).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 52.94%
CMYK:
(25,0,3,53)
C25M0Y3K53 
(25%,0%,3%,53%)
(0.25/0.00/0.03/0.53)	

CMYK percentages

%25
%0
%2.5
%52.94

Codes

Color #5A7875 in popluar color models

5A7875
RGB90120117
HSL174°14.29%41.18%
HSB/HSV174°25.00%47.06%
CMYK25.00%0.00%2.50%
52.94%

Color #5A7875 in popluar number systems.

HEX5A7875
Decimal90120117
Binary101101011110001110101
Octal132170165

Shades and tints

Shades of #5A7875

#5A7875
(90,120,117)
#526E6B
(82,110,107)
#4A6461
(74,100,97)
#425A57
(66,90,87)
#3A504D
(58,80,77)
#324643
(50,70,67)
#2A3C39
(42,60,57)
#22322F
(34,50,47)
#1A2825
(26,40,37)
#121E1B
(18,30,27)
#0A1411
(10,20,17)
#000000
(0,0,0)

Tints of #5A7875

#5A7875
(90,120,117)
#698481
(105,132,129)
#78908D
(120,144,141)
#879C99
(135,156,153)
#96A8A5
(150,168,165)
#A5B4B1
(165,180,177)
#B4C0BD
(180,192,189)
#C3CCC9
(195,204,201)
#D2D8D5
(210,216,213)
#E1E4E1
(225,228,225)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7875 color. Also use rgb(90,120,117) instead hex code.

Text Font Color

.myTextColor { color: #5A7875; }

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

This text font color is #5A7875.


Background Color

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

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

This div background color is #5A7875.


Border color

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

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

This div border color is #5A7875.


Opacity

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

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

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

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

This text has shadow with #5A7875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7875 on black background.


Color preview on white background

This text has color #5A7875 on white background.



Black color preview on #5A7875 background

This text has black color on #5A7875 background.


White color preview on #5A7875 background

This text has white color on #5A7875 background.