COLOR #5A674B

HEX: #5A674B
RGB: (90,103,75)

Color info

#5A674B contains red, green and blue colors in about the same proportion. Web safe color of #5A674B is #666633 (or #663).

RGB color model

#5A674B color RGB value is (90,103,75).

  • red value is 90;
  • green value is 103;
  • blue value is 75.
RGB:
(90,103,75)
(35%,40%,29%)

RGB channels and saturation

R 90 of 255 = 35%
G 103 of 255 = 40%
B 75 of 255 = 29%

90
103
75

R + G + B ~ 35%. #5A674B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 103 + 75 = 268 (100%)
R 90 of 268 ~ 33.58%
G 103 of 268 ~ 38.43%
B 75 of 268 ~ 27.99%

%33.58
%38.43
%27.99

CMYK color model

#5A674B color CMYK value is (13,0,27,60).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 59.61%
CMYK:
(13,0,27,60)
C13M0Y27K60 
(13%,0%,27%,60%)
(0.13/0.00/0.27/0.60)	

CMYK percentages

%12.62
%0
%27.18
%59.61

Codes

Color #5A674B in popluar color models

5A674B
RGB9010375
HSL88°15.73%34.90%
HSB/HSV88°27.18%40.39%
CMYK12.62%0.00%27.18%
59.61%

Color #5A674B in popluar number systems.

HEX5A674B
Decimal9010375
Binary101101011001111001011
Octal132147113

Shades and tints

Shades of #5A674B

#5A674B
(90,103,75)
#525E45
(82,94,69)
#4A553F
(74,85,63)
#424C39
(66,76,57)
#3A4333
(58,67,51)
#323A2D
(50,58,45)
#2A3127
(42,49,39)
#222821
(34,40,33)
#1A1F1B
(26,31,27)
#121615
(18,22,21)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #5A674B

#5A674B
(90,103,75)
#69745B
(105,116,91)
#78816B
(120,129,107)
#878E7B
(135,142,123)
#969B8B
(150,155,139)
#A5A89B
(165,168,155)
#B4B5AB
(180,181,171)
#C3C2BB
(195,194,187)
#D2CFCB
(210,207,203)
#E1DCDB
(225,220,219)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A674B color. Also use rgb(90,103,75) instead hex code.

Text Font Color

.myTextColor { color: #5A674B; }

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

This text font color is #5A674B.


Background Color

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

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

This div background color is #5A674B.


Border color

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

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

This div border color is #5A674B.


Opacity

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

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

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

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

This text has shadow with #5A674B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A674B on black background.


Color preview on white background

This text has color #5A674B on white background.



Black color preview on #5A674B background

This text has black color on #5A674B background.


White color preview on #5A674B background

This text has white color on #5A674B background.