COLOR #535C3A

HEX: #535C3A RGB: (83,92,58)

Color info

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

RGB color model

#535C3A color RGB value is (83,92,58).

RGB: (83,92,58) (33%, 36%, 23%)

RGB channels and saturation

R 83 of 255 = 33%
G 92 of 255 = 36%
B 58 of 255 = 23%

83
92
58

R + G + B ~ 31%. #535C3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 92 + 58 = 233 (100%)
R 83 of 233 ~ 35.62%
G 92 of 233 ~ 39.48%
B 58 of 233 ~ 24.89'%

%35.62
%39.48
%24.89

CMYK color model

#535C3A color CMYK value is (10,0,37,64).

  • cyan value is 9.78%
  • magenta value is 0.00%
  • yellow value is 36.96%
  • key color value is 63.92%
CMYK: (10,0,37,64) C10M0Y37K64 (10%,0%,37%,64%) (0.10/0.00/0.37/0.64) 

CMYK percentages

%9.78
%0
%36.96
%63.92

Codes

Color #535C3A in popluar color models

53 5C 3A
RGB 83 92 58
HSL 76° 22.67% 29.41%
HSB/HSV 76° 36.96% 36.08%
CMYK 9.78% 0.00% 36.96%
63.92%

Color #535C3A in popluar number systems.

HEX 53 5C 3A
Decimal 83 92 58
Binary 1010011 1011100 111010
Octal 123 134 72

Shades and tints

Shades of #535C3A

#535C3A
(83,92,58)
#4C5435
(76,84,53)
#454C30
(69,76,48)
#3E442B
(62,68,43)
#373C26
(55,60,38)
#303421
(48,52,33)
#292C1C
(41,44,28)
#222417
(34,36,23)
#1B1C12
(27,28,18)
#14140D
(20,20,13)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #535C3A

#535C3A
(83,92,58)
#626A4B
(98,106,75)
#71785C
(113,120,92)
#80866D
(128,134,109)
#8F947E
(143,148,126)
#9EA28F
(158,162,143)
#ADB0A0
(173,176,160)
#BCBEB1
(188,190,177)
#CBCCC2
(203,204,194)
#DADAD3
(218,218,211)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535C3A color. Also use rgb(83,92,58) instead hex code.

Text Font Color

.myTextColor { color: #535C3A; }

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

This text font color is #535C3A.

Background Color

.myBgColor { background-color: #535C3A; }

<div style="background-color:#535C3A">Inner text</div>

This div background color is #535C3A.

Border color

.myBorderColor { border: 1px solid #535C3A; }

<div style="border:3px solid #535C3A">Div</div>

This div border color is #535C3A.

Opacity

.myOpacity80 { color: #535C3A; opacity: 0.8; }

<p style="color:#535C3A;opacity:0.8;">80%</p>

Text with #535C3A 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 #535C3A;}

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

This text has shadow with #535C3A color.


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

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

This text has shadow with #535C3A primary color and red secondary color.


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

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

This text has shadow with #535C3A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #535C3A.

Preview

Color preview on black background

This text has color #535C3A on black background.


Color preview on white background

This text has color #535C3A on white background.


Black color preview on #535C3A background

This text has black color on #535C3A background.


White color preview on #535C3A background

This text has white color on #535C3A background.


Related colors

Complementary color

Complementary color for #hex is #ACA3C5.


I love getcolorcode.com

Triadic colors

1 #3A535C and #5C3A53 with #535C3A are triadic colors.

2 #3A5C53 and #5C533A with #535C3A are triadic colors.