COLOR #534F35

HEX: #534F35
RGB: (83,79,53)

Color info

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

RGB color model

#534F35 color RGB value is (83,79,53).

  • red value is 83;
  • green value is 79;
  • blue value is 53.
RGB:
(83,79,53)
(33%,31%,21%)

RGB channels and saturation

R 83 of 255 = 33%
G 79 of 255 = 31%
B 53 of 255 = 21%

83
79
53

R + G + B ~ 28%. #534F35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 79 + 53 = 215 (100%)
R 83 of 215 ~ 38.6%
G 79 of 215 ~ 36.74%
B 53 of 215 ~ 24.65%

%38.6
%36.74
%24.65

CMYK color model

#534F35 color CMYK value is (0,5,36,67).

  • cyan value is 0.00%
  • magenta value is 4.82%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK:
(0,5,36,67)
C0M5Y36K67 
(0%,5%,36%,67%)
(0.00/0.05/0.36/0.67)	

CMYK percentages

%0
%4.82
%36.14
%67.45

Codes

Color #534F35 in popluar color models

534F35
RGB837953
HSL52°22.06%26.67%
HSB/HSV52°36.14%32.55%
CMYK0.00%4.82%36.14%
67.45%

Color #534F35 in popluar number systems.

HEX534F35
Decimal837953
Binary10100111001111110101
Octal12311765

Shades and tints

Shades of #534F35

#534F35
(83,79,53)
#4C4831
(76,72,49)
#45412D
(69,65,45)
#3E3A29
(62,58,41)
#373325
(55,51,37)
#302C21
(48,44,33)
#29251D
(41,37,29)
#221E19
(34,30,25)
#1B1715
(27,23,21)
#141011
(20,16,17)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #534F35

#534F35
(83,79,53)
#625F47
(98,95,71)
#716F59
(113,111,89)
#807F6B
(128,127,107)
#8F8F7D
(143,143,125)
#9E9F8F
(158,159,143)
#ADAFA1
(173,175,161)
#BCBFB3
(188,191,179)
#CBCFC5
(203,207,197)
#DADFD7
(218,223,215)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534F35 color. Also use rgb(83,79,53) instead hex code.

Text Font Color

.myTextColor { color: #534F35; }

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

This text font color is #534F35.


Background Color

.myBgColor { background-color: #534F35; }

<div style="background-color:#534F35">Inner text</div>

This div background color is #534F35.


Border color

.myBorderColor { border: 1px solid #534F35; }

<div style="border:3px solid #534F35">Div</div>

This div border color is #534F35.


Opacity

.myOpacity80 { color: #534F35; opacity: 0.8; }

<p style="color:#534F35;opacity:0.8;">80%</p>

Text with #534F35 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 #534F35;}

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

This text has shadow with #534F35 color.

.textShadow {text-shadow: 3px 3px 1px #534F35, 3px 3px 1px red;}

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

This text has shadow with #534F35 primary color and red secondary color.


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

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

This text has shadow with #534F35 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534F35 on black background.


Color preview on white background

This text has color #534F35 on white background.



Black color preview on #534F35 background

This text has black color on #534F35 background.


White color preview on #534F35 background

This text has white color on #534F35 background.