COLOR #533C1A

HEX: #533C1A
RGB: (83,60,26)

Color info

#533C1A contains red, green and blue colors in about the same proportion. Web safe color of #533C1A is #663300 (or #630).

RGB color model

#533C1A color RGB value is (83,60,26).

  • red value is 83;
  • green value is 60;
  • blue value is 26.
RGB:
(83,60,26)
(33%,24%,10%)

RGB channels and saturation

R 83 of 255 = 33%
G 60 of 255 = 24%
B 26 of 255 = 10%

83
60
26

R + G + B ~ 22%. #533C1A is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 60 + 26 = 169 (100%)
R 83 of 169 ~ 49.11%
G 60 of 169 ~ 35.5%
B 26 of 169 ~ 15.38%

%49.11
%35.5
%15.38

CMYK color model

#533C1A color CMYK value is (0,28,69,67).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 68.67%
  • key color value is 67.45%
CMYK:
(0,28,69,67)
C0M28Y69K67 
(0%,28%,69%,67%)
(0.00/0.28/0.69/0.67)	

CMYK percentages

%0
%27.71
%68.67
%67.45

Codes

Color #533C1A in popluar color models

533C1A
RGB836026
HSL36°52.29%21.37%
HSB/HSV36°68.67%32.55%
CMYK0.00%27.71%68.67%
67.45%

Color #533C1A in popluar number systems.

HEX533C1A
Decimal836026
Binary101001111110011010
Octal1237432

Shades and tints

Shades of #533C1A

#533C1A
(83,60,26)
#4C3718
(76,55,24)
#453216
(69,50,22)
#3E2D14
(62,45,20)
#372812
(55,40,18)
#302310
(48,35,16)
#291E0E
(41,30,14)
#22190C
(34,25,12)
#1B140A
(27,20,10)
#140F08
(20,15,8)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #533C1A

#533C1A
(83,60,26)
#624D2E
(98,77,46)
#715E42
(113,94,66)
#806F56
(128,111,86)
#8F806A
(143,128,106)
#9E917E
(158,145,126)
#ADA292
(173,162,146)
#BCB3A6
(188,179,166)
#CBC4BA
(203,196,186)
#DAD5CE
(218,213,206)
#E9E6E2
(233,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533C1A color. Also use rgb(83,60,26) instead hex code.

Text Font Color

.myTextColor { color: #533C1A; }

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

This text font color is #533C1A.


Background Color

.myBgColor { background-color: #533C1A; }

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

This div background color is #533C1A.


Border color

.myBorderColor { border: 1px solid #533C1A; }

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

This div border color is #533C1A.


Opacity

.myOpacity80 { color: #533C1A; opacity: 0.8; }

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

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

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

This text has shadow with #533C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533C1A on black background.


Color preview on white background

This text has color #533C1A on white background.



Black color preview on #533C1A background

This text has black color on #533C1A background.


White color preview on #533C1A background

This text has white color on #533C1A background.