COLOR #5A6755

HEX: #5A6755 RGB: (90,103,85)

Color info

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

RGB color model

#5A6755 color RGB value is (90,103,85).

RGB: (90,103,85) (35%, 40%, 33%)

RGB channels and saturation

R 90 of 255 = 35%
G 103 of 255 = 40%
B 85 of 255 = 33%

90
103
85

R + G + B ~ 36%. #5A6755 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 103 + 85 = 278 (100%)
R 90 of 278 ~ 32.37%
G 103 of 278 ~ 37.05%
B 85 of 278 ~ 30.58'%

%32.37
%37.05
%30.58

CMYK color model

#5A6755 color CMYK value is (13,0,17,60).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 59.61%
CMYK: (13,0,17,60) C13M0Y17K60 (13%,0%,17%,60%) (0.13/0.00/0.17/0.60) 

CMYK percentages

%12.62
%0
%17.48
%59.61

Codes

Color #5A6755 in popluar color models

5A 67 55
RGB 90 103 85
HSL 103° 9.57% 36.86%
HSB/HSV 103° 17.48% 40.39%
CMYK 12.62% 0.00% 17.48%
59.61%

Color #5A6755 in popluar number systems.

HEX 5A 67 55
Decimal 90 103 85
Binary 1011010 1100111 1010101
Octal 132 147 125

Shades and tints

Shades of #5A6755

#5A6755
(90,103,85)
#525E4E
(82,94,78)
#4A5547
(74,85,71)
#424C40
(66,76,64)
#3A4339
(58,67,57)
#323A32
(50,58,50)
#2A312B
(42,49,43)
#222824
(34,40,36)
#1A1F1D
(26,31,29)
#121616
(18,22,22)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #5A6755

#5A6755
(90,103,85)
#697464
(105,116,100)
#788173
(120,129,115)
#878E82
(135,142,130)
#969B91
(150,155,145)
#A5A8A0
(165,168,160)
#B4B5AF
(180,181,175)
#C3C2BE
(195,194,190)
#D2CFCD
(210,207,205)
#E1DCDC
(225,220,220)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6755; }

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

This text font color is #5A6755.

Background Color

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

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

This div background color is #5A6755.

Border color

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

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

This div border color is #5A6755.

Opacity

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

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

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

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

This text has shadow with #5A6755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6755.

Preview

Color preview on black background

This text has color #5A6755 on black background.


Color preview on white background

This text has color #5A6755 on white background.


Black color preview on #5A6755 background

This text has black color on #5A6755 background.


White color preview on #5A6755 background

This text has white color on #5A6755 background.


Related colors

Complementary color

Complementary color for #hex is #A598AA.


I love getcolorcode.com

Triadic colors

1 #555A67 and #67555A with #5A6755 are triadic colors.

2 #55675A and #675A55 with #5A6755 are triadic colors.