COLOR #534635

HEX: #534635
RGB: (83,70,53)

Color info

#534635 contains red, green and blue colors in about the same proportion. Web safe color of #534635 is #663333 (or #633).

RGB color model

#534635 color RGB value is (83,70,53).

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

RGB channels and saturation

R 83 of 255 = 33%
G 70 of 255 = 27%
B 53 of 255 = 21%

83
70
53

R + G + B ~ 27%. #534635 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 70 + 53 = 206 (100%)
R 83 of 206 ~ 40.29%
G 70 of 206 ~ 33.98%
B 53 of 206 ~ 25.73%

%40.29
%33.98
%25.73

CMYK color model

#534635 color CMYK value is (0,16,36,67).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK:
(0,16,36,67)
C0M16Y36K67 
(0%,16%,36%,67%)
(0.00/0.16/0.36/0.67)	

CMYK percentages

%0
%15.66
%36.14
%67.45

Codes

Color #534635 in popluar color models

534635
RGB837053
HSL34°22.06%26.67%
HSB/HSV34°36.14%32.55%
CMYK0.00%15.66%36.14%
67.45%

Color #534635 in popluar number systems.

HEX534635
Decimal837053
Binary10100111000110110101
Octal12310665

Shades and tints

Shades of #534635

#534635
(83,70,53)
#4C4031
(76,64,49)
#453A2D
(69,58,45)
#3E3429
(62,52,41)
#372E25
(55,46,37)
#302821
(48,40,33)
#29221D
(41,34,29)
#221C19
(34,28,25)
#1B1615
(27,22,21)
#141011
(20,16,17)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #534635

#534635
(83,70,53)
#625647
(98,86,71)
#716659
(113,102,89)
#80766B
(128,118,107)
#8F867D
(143,134,125)
#9E968F
(158,150,143)
#ADA6A1
(173,166,161)
#BCB6B3
(188,182,179)
#CBC6C5
(203,198,197)
#DAD6D7
(218,214,215)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534635; }

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

This text font color is #534635.


Background Color

.myBgColor { background-color: #534635; }

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

This div background color is #534635.


Border color

.myBorderColor { border: 1px solid #534635; }

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

This div border color is #534635.


Opacity

.myOpacity80 { color: #534635; opacity: 0.8; }

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

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

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

This text has shadow with #534635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534635 on black background.


Color preview on white background

This text has color #534635 on white background.



Black color preview on #534635 background

This text has black color on #534635 background.


White color preview on #534635 background

This text has white color on #534635 background.