COLOR #535300

HEX: #535300
RGB: (83,83,0)

Color info

#535300 contains only red and green colors. Web safe color of #535300 is #666600 (or #660).

RGB color model

#535300 color RGB value is (83,83,0).

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

RGB channels and saturation

R 83 of 255 = 33%
G 83 of 255 = 33%
B 0 of 255 = 0%

83
83
0

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

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 0 = 166 (100%)
R 83 of 166 ~ 50%
G 83 of 166 ~ 50%
B 0 of 166 ~ 0%

%50
%50

CMYK color model

#535300 color CMYK value is (0,0,100,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 67.45%
CMYK:
(0,0,100,67)
C0M0Y100K67 
(0%,0%,100%,67%)
(0.00/0.00/1.00/0.67)	

CMYK percentages

%0
%0
%100
%67.45

Codes

Color #535300 in popluar color models

535300
RGB83830
HSL60°100.00%16.27%
HSB/HSV60°100.00%32.55%
CMYK0.00%0.00%100.00%
67.45%

Color #535300 in popluar number systems.

HEX535300
Decimal83830
Binary101001110100110
Octal1231230

Shades and tints

Shades of #535300

#535300
(83,83,0)
#4C4C00
(76,76,0)
#454500
(69,69,0)
#3E3E00
(62,62,0)
#373700
(55,55,0)
#303000
(48,48,0)
#292900
(41,41,0)
#222200
(34,34,0)
#1B1B00
(27,27,0)
#141400
(20,20,0)
#0D0D00
(13,13,0)
#000000
(0,0,0)

Tints of #535300

#535300
(83,83,0)
#626217
(98,98,23)
#71712E
(113,113,46)
#808045
(128,128,69)
#8F8F5C
(143,143,92)
#9E9E73
(158,158,115)
#ADAD8A
(173,173,138)
#BCBCA1
(188,188,161)
#CBCBB8
(203,203,184)
#DADACF
(218,218,207)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535300; }

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

This text font color is #535300.


Background Color

.myBgColor { background-color: #535300; }

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

This div background color is #535300.


Border color

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

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

This div border color is #535300.


Opacity

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

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

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

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

This text has shadow with #535300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535300 on black background.


Color preview on white background

This text has color #535300 on white background.



Black color preview on #535300 background

This text has black color on #535300 background.


White color preview on #535300 background

This text has white color on #535300 background.