COLOR #535C34

HEX: #535C34
RGB: (83,92,52)

Color info

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

RGB color model

#535C34 color RGB value is (83,92,52).

  • red value is 83;
  • green value is 92;
  • blue value is 52.
RGB:
(83,92,52)
(33%,36%,20%)

RGB channels and saturation

R 83 of 255 = 33%
G 92 of 255 = 36%
B 52 of 255 = 20%

83
92
52

R + G + B ~ 30%. #535C34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 92 + 52 = 227 (100%)
R 83 of 227 ~ 36.56%
G 92 of 227 ~ 40.53%
B 52 of 227 ~ 22.91%

%36.56
%40.53
%22.91

CMYK color model

#535C34 color CMYK value is (10,0,43,64).

  • cyan value is 9.78%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 63.92%
CMYK:
(10,0,43,64)
C10M0Y43K64 
(10%,0%,43%,64%)
(0.10/0.00/0.43/0.64)	

CMYK percentages

%9.78
%0
%43.48
%63.92

Codes

Color #535C34 in popluar color models

535C34
RGB839252
HSL74°27.78%28.24%
HSB/HSV74°43.48%36.08%
CMYK9.78%0.00%43.48%
63.92%

Color #535C34 in popluar number systems.

HEX535C34
Decimal839252
Binary10100111011100110100
Octal12313464

Shades and tints

Shades of #535C34

#535C34
(83,92,52)
#4C5430
(76,84,48)
#454C2C
(69,76,44)
#3E4428
(62,68,40)
#373C24
(55,60,36)
#303420
(48,52,32)
#292C1C
(41,44,28)
#222418
(34,36,24)
#1B1C14
(27,28,20)
#141410
(20,20,16)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #535C34

#535C34
(83,92,52)
#626A46
(98,106,70)
#717858
(113,120,88)
#80866A
(128,134,106)
#8F947C
(143,148,124)
#9EA28E
(158,162,142)
#ADB0A0
(173,176,160)
#BCBEB2
(188,190,178)
#CBCCC4
(203,204,196)
#DADAD6
(218,218,214)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535C34; }

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

This text font color is #535C34.


Background Color

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

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

This div background color is #535C34.


Border color

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

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

This div border color is #535C34.


Opacity

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

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

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

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

This text has shadow with #535C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535C34 on black background.


Color preview on white background

This text has color #535C34 on white background.



Black color preview on #535C34 background

This text has black color on #535C34 background.


White color preview on #535C34 background

This text has white color on #535C34 background.