COLOR #535318

HEX: #535318
RGB: (83,83,24)

Color info

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

RGB color model

#535318 color RGB value is (83,83,24).

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

RGB channels and saturation

R 83 of 255 = 33%
G 83 of 255 = 33%
B 24 of 255 = 9%

83
83
24

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

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 24 = 190 (100%)
R 83 of 190 ~ 43.68%
G 83 of 190 ~ 43.68%
B 24 of 190 ~ 12.63%

%43.68
%43.68
%12.63

CMYK color model

#535318 color CMYK value is (0,0,71,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 71.08%
  • key color value is 67.45%
CMYK:
(0,0,71,67)
C0M0Y71K67 
(0%,0%,71%,67%)
(0.00/0.00/0.71/0.67)	

CMYK percentages

%0
%0
%71.08
%67.45

Codes

Color #535318 in popluar color models

535318
RGB838324
HSL60°55.14%20.98%
HSB/HSV60°71.08%32.55%
CMYK0.00%0.00%71.08%
67.45%

Color #535318 in popluar number systems.

HEX535318
Decimal838324
Binary1010011101001111000
Octal12312330

Shades and tints

Shades of #535318

#535318
(83,83,24)
#4C4C16
(76,76,22)
#454514
(69,69,20)
#3E3E12
(62,62,18)
#373710
(55,55,16)
#30300E
(48,48,14)
#29290C
(41,41,12)
#22220A
(34,34,10)
#1B1B08
(27,27,8)
#141406
(20,20,6)
#0D0D04
(13,13,4)
#000000
(0,0,0)

Tints of #535318

#535318
(83,83,24)
#62622D
(98,98,45)
#717142
(113,113,66)
#808057
(128,128,87)
#8F8F6C
(143,143,108)
#9E9E81
(158,158,129)
#ADAD96
(173,173,150)
#BCBCAB
(188,188,171)
#CBCBC0
(203,203,192)
#DADAD5
(218,218,213)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535318; }

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

This text font color is #535318.


Background Color

.myBgColor { background-color: #535318; }

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

This div background color is #535318.


Border color

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

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

This div border color is #535318.


Opacity

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

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

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

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

This text has shadow with #535318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535318 on black background.


Color preview on white background

This text has color #535318 on white background.



Black color preview on #535318 background

This text has black color on #535318 background.


White color preview on #535318 background

This text has white color on #535318 background.