COLOR #535033

HEX: #535033
RGB: (83,80,51)

Color info

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

RGB color model

#535033 color RGB value is (83,80,51).

  • red value is 83;
  • green value is 80;
  • blue value is 51.
RGB:
(83,80,51)
(33%,31%,20%)

RGB channels and saturation

R 83 of 255 = 33%
G 80 of 255 = 31%
B 51 of 255 = 20%

83
80
51

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

Portions of RGB colors in percentages

R + G + B =
83 + 80 + 51 = 214 (100%)
R 83 of 214 ~ 38.79%
G 80 of 214 ~ 37.38%
B 51 of 214 ~ 23.83%

%38.79
%37.38
%23.83

CMYK color model

#535033 color CMYK value is (0,4,39,67).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 38.55%
  • key color value is 67.45%
CMYK:
(0,4,39,67)
C0M4Y39K67 
(0%,4%,39%,67%)
(0.00/0.04/0.39/0.67)	

CMYK percentages

%0
%3.61
%38.55
%67.45

Codes

Color #535033 in popluar color models

535033
RGB838051
HSL54°23.88%26.27%
HSB/HSV54°38.55%32.55%
CMYK0.00%3.61%38.55%
67.45%

Color #535033 in popluar number systems.

HEX535033
Decimal838051
Binary10100111010000110011
Octal12312063

Shades and tints

Shades of #535033

#535033
(83,80,51)
#4C492F
(76,73,47)
#45422B
(69,66,43)
#3E3B27
(62,59,39)
#373423
(55,52,35)
#302D1F
(48,45,31)
#29261B
(41,38,27)
#221F17
(34,31,23)
#1B1813
(27,24,19)
#14110F
(20,17,15)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #535033

#535033
(83,80,51)
#625F45
(98,95,69)
#716E57
(113,110,87)
#807D69
(128,125,105)
#8F8C7B
(143,140,123)
#9E9B8D
(158,155,141)
#ADAA9F
(173,170,159)
#BCB9B1
(188,185,177)
#CBC8C3
(203,200,195)
#DAD7D5
(218,215,213)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535033 color. Also use rgb(83,80,51) instead hex code.

Text Font Color

.myTextColor { color: #535033; }

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

This text font color is #535033.


Background Color

.myBgColor { background-color: #535033; }

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

This div background color is #535033.


Border color

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

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

This div border color is #535033.


Opacity

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

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

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

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

This text has shadow with #535033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535033 on black background.


Color preview on white background

This text has color #535033 on white background.



Black color preview on #535033 background

This text has black color on #535033 background.


White color preview on #535033 background

This text has white color on #535033 background.