COLOR #533507

HEX: #533507
RGB: (83,53,7)

Color info

#533507 contains mainly red and green colors. Web safe color of #533507 is #663300 (or #630).

RGB color model

#533507 color RGB value is (83,53,7).

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

RGB channels and saturation

R 83 of 255 = 33%
G 53 of 255 = 21%
B 7 of 255 = 3%

83
53
7

R + G + B ~ 19%. #533507 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 53 + 7 = 143 (100%)
R 83 of 143 ~ 58.04%
G 53 of 143 ~ 37.06%
B 7 of 143 ~ 4.9%

%58.04
%37.06

CMYK color model

#533507 color CMYK value is (0,36,92,67).

  • cyan value is 0.00%
  • magenta value is 36.14%
  • yellow value is 91.57%
  • key color value is 67.45%
CMYK:
(0,36,92,67)
C0M36Y92K67 
(0%,36%,92%,67%)
(0.00/0.36/0.92/0.67)	

CMYK percentages

%0
%36.14
%91.57
%67.45

Codes

Color #533507 in popluar color models

533507
RGB83537
HSL36°84.44%17.65%
HSB/HSV36°91.57%32.55%
CMYK0.00%36.14%91.57%
67.45%

Color #533507 in popluar number systems.

HEX533507
Decimal83537
Binary1010011110101111
Octal123657

Shades and tints

Shades of #533507

#533507
(83,53,7)
#4C3107
(76,49,7)
#452D07
(69,45,7)
#3E2907
(62,41,7)
#372507
(55,37,7)
#302107
(48,33,7)
#291D07
(41,29,7)
#221907
(34,25,7)
#1B1507
(27,21,7)
#141107
(20,17,7)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #533507

#533507
(83,53,7)
#62471D
(98,71,29)
#715933
(113,89,51)
#806B49
(128,107,73)
#8F7D5F
(143,125,95)
#9E8F75
(158,143,117)
#ADA18B
(173,161,139)
#BCB3A1
(188,179,161)
#CBC5B7
(203,197,183)
#DAD7CD
(218,215,205)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533507; }

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

This text font color is #533507.


Background Color

.myBgColor { background-color: #533507; }

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

This div background color is #533507.


Border color

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

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

This div border color is #533507.


Opacity

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

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

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

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

This text has shadow with #533507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533507 on black background.


Color preview on white background

This text has color #533507 on white background.



Black color preview on #533507 background

This text has black color on #533507 background.


White color preview on #533507 background

This text has white color on #533507 background.