COLOR #535F34

HEX: #535F34
RGB: (83,95,52)

Color info

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

RGB color model

#535F34 color RGB value is (83,95,52).

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

RGB channels and saturation

R 83 of 255 = 33%
G 95 of 255 = 37%
B 52 of 255 = 20%

83
95
52

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

Portions of RGB colors in percentages

R + G + B =
83 + 95 + 52 = 230 (100%)
R 83 of 230 ~ 36.09%
G 95 of 230 ~ 41.3%
B 52 of 230 ~ 22.61%

%36.09
%41.3
%22.61

CMYK color model

#535F34 color CMYK value is (13,0,45,63).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 45.26%
  • key color value is 62.75%
CMYK:
(13,0,45,63)
C13M0Y45K63 
(13%,0%,45%,63%)
(0.13/0.00/0.45/0.63)	

CMYK percentages

%12.63
%0
%45.26
%62.75

Codes

Color #535F34 in popluar color models

535F34
RGB839552
HSL77°29.25%28.82%
HSB/HSV77°45.26%37.25%
CMYK12.63%0.00%45.26%
62.75%

Color #535F34 in popluar number systems.

HEX535F34
Decimal839552
Binary10100111011111110100
Octal12313764

Shades and tints

Shades of #535F34

#535F34
(83,95,52)
#4C5730
(76,87,48)
#454F2C
(69,79,44)
#3E4728
(62,71,40)
#373F24
(55,63,36)
#303720
(48,55,32)
#292F1C
(41,47,28)
#222718
(34,39,24)
#1B1F14
(27,31,20)
#141710
(20,23,16)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #535F34

#535F34
(83,95,52)
#626D46
(98,109,70)
#717B58
(113,123,88)
#80896A
(128,137,106)
#8F977C
(143,151,124)
#9EA58E
(158,165,142)
#ADB3A0
(173,179,160)
#BCC1B2
(188,193,178)
#CBCFC4
(203,207,196)
#DADDD6
(218,221,214)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535F34; }

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

This text font color is #535F34.


Background Color

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

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

This div background color is #535F34.


Border color

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

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

This div border color is #535F34.


Opacity

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

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

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

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

This text has shadow with #535F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535F34 on black background.


Color preview on white background

This text has color #535F34 on white background.



Black color preview on #535F34 background

This text has black color on #535F34 background.


White color preview on #535F34 background

This text has white color on #535F34 background.