COLOR #534C1E

HEX: #534C1E
RGB: (83,76,30)

Color info

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

RGB color model

#534C1E color RGB value is (83,76,30).

  • red value is 83;
  • green value is 76;
  • blue value is 30.
RGB:
(83,76,30)
(33%,30%,12%)

RGB channels and saturation

R 83 of 255 = 33%
G 76 of 255 = 30%
B 30 of 255 = 12%

83
76
30

R + G + B ~ 25%. #534C1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 76 + 30 = 189 (100%)
R 83 of 189 ~ 43.92%
G 76 of 189 ~ 40.21%
B 30 of 189 ~ 15.87%

%43.92
%40.21
%15.87

CMYK color model

#534C1E color CMYK value is (0,8,64,67).

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 63.86%
  • key color value is 67.45%
CMYK:
(0,8,64,67)
C0M8Y64K67 
(0%,8%,64%,67%)
(0.00/0.08/0.64/0.67)	

CMYK percentages

%0
%8.43
%63.86
%67.45

Codes

Color #534C1E in popluar color models

534C1E
RGB837630
HSL52°46.90%22.16%
HSB/HSV52°63.86%32.55%
CMYK0.00%8.43%63.86%
67.45%

Color #534C1E in popluar number systems.

HEX534C1E
Decimal837630
Binary1010011100110011110
Octal12311436

Shades and tints

Shades of #534C1E

#534C1E
(83,76,30)
#4C461C
(76,70,28)
#45401A
(69,64,26)
#3E3A18
(62,58,24)
#373416
(55,52,22)
#302E14
(48,46,20)
#292812
(41,40,18)
#222210
(34,34,16)
#1B1C0E
(27,28,14)
#14160C
(20,22,12)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #534C1E

#534C1E
(83,76,30)
#625C32
(98,92,50)
#716C46
(113,108,70)
#807C5A
(128,124,90)
#8F8C6E
(143,140,110)
#9E9C82
(158,156,130)
#ADAC96
(173,172,150)
#BCBCAA
(188,188,170)
#CBCCBE
(203,204,190)
#DADCD2
(218,220,210)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534C1E color. Also use rgb(83,76,30) instead hex code.

Text Font Color

.myTextColor { color: #534C1E; }

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

This text font color is #534C1E.


Background Color

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

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

This div background color is #534C1E.


Border color

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

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

This div border color is #534C1E.


Opacity

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

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

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

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

This text has shadow with #534C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534C1E on black background.


Color preview on white background

This text has color #534C1E on white background.



Black color preview on #534C1E background

This text has black color on #534C1E background.


White color preview on #534C1E background

This text has white color on #534C1E background.