COLOR #535019

HEX: #535019
RGB: (83,80,25)

Color info

#535019 contains red, green and blue colors in about the same proportion. Web safe color of #535019 is #666600 (or #660).

RGB color model

#535019 color RGB value is (83,80,25).

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

RGB channels and saturation

R 83 of 255 = 33%
G 80 of 255 = 31%
B 25 of 255 = 10%

83
80
25

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

Portions of RGB colors in percentages

R + G + B =
83 + 80 + 25 = 188 (100%)
R 83 of 188 ~ 44.15%
G 80 of 188 ~ 42.55%
B 25 of 188 ~ 13.3%

%44.15
%42.55
%13.3

CMYK color model

#535019 color CMYK value is (0,4,70,67).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 69.88%
  • key color value is 67.45%
CMYK:
(0,4,70,67)
C0M4Y70K67 
(0%,4%,70%,67%)
(0.00/0.04/0.70/0.67)	

CMYK percentages

%0
%3.61
%69.88
%67.45

Codes

Color #535019 in popluar color models

535019
RGB838025
HSL57°53.70%21.18%
HSB/HSV57°69.88%32.55%
CMYK0.00%3.61%69.88%
67.45%

Color #535019 in popluar number systems.

HEX535019
Decimal838025
Binary1010011101000011001
Octal12312031

Shades and tints

Shades of #535019

#535019
(83,80,25)
#4C4917
(76,73,23)
#454215
(69,66,21)
#3E3B13
(62,59,19)
#373411
(55,52,17)
#302D0F
(48,45,15)
#29260D
(41,38,13)
#221F0B
(34,31,11)
#1B1809
(27,24,9)
#141107
(20,17,7)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #535019

#535019
(83,80,25)
#625F2D
(98,95,45)
#716E41
(113,110,65)
#807D55
(128,125,85)
#8F8C69
(143,140,105)
#9E9B7D
(158,155,125)
#ADAA91
(173,170,145)
#BCB9A5
(188,185,165)
#CBC8B9
(203,200,185)
#DAD7CD
(218,215,205)
#E9E6E1
(233,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535019; }

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

This text font color is #535019.


Background Color

.myBgColor { background-color: #535019; }

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

This div background color is #535019.


Border color

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

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

This div border color is #535019.


Opacity

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

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

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

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

This text has shadow with #535019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535019 on black background.


Color preview on white background

This text has color #535019 on white background.



Black color preview on #535019 background

This text has black color on #535019 background.


White color preview on #535019 background

This text has white color on #535019 background.