COLOR #535933

HEX: #535933
RGB: (83,89,51)

Color info

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

RGB color model

#535933 color RGB value is (83,89,51).

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

RGB channels and saturation

R 83 of 255 = 33%
G 89 of 255 = 35%
B 51 of 255 = 20%

83
89
51

R + G + B ~ 29%. #535933 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 89 + 51 = 223 (100%)
R 83 of 223 ~ 37.22%
G 89 of 223 ~ 39.91%
B 51 of 223 ~ 22.87%

%37.22
%39.91
%22.87

CMYK color model

#535933 color CMYK value is (7,0,43,65).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 42.70%
  • key color value is 65.10%
CMYK:
(7,0,43,65)
C7M0Y43K65 
(7%,0%,43%,65%)
(0.07/0.00/0.43/0.65)	

CMYK percentages

%6.74
%0
%42.7
%65.1

Codes

Color #535933 in popluar color models

535933
RGB838951
HSL69°27.14%27.45%
HSB/HSV69°42.70%34.90%
CMYK6.74%0.00%42.70%
65.10%

Color #535933 in popluar number systems.

HEX535933
Decimal838951
Binary10100111011001110011
Octal12313163

Shades and tints

Shades of #535933

#535933
(83,89,51)
#4C512F
(76,81,47)
#45492B
(69,73,43)
#3E4127
(62,65,39)
#373923
(55,57,35)
#30311F
(48,49,31)
#29291B
(41,41,27)
#222117
(34,33,23)
#1B1913
(27,25,19)
#14110F
(20,17,15)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #535933

#535933
(83,89,51)
#626845
(98,104,69)
#717757
(113,119,87)
#808669
(128,134,105)
#8F957B
(143,149,123)
#9EA48D
(158,164,141)
#ADB39F
(173,179,159)
#BCC2B1
(188,194,177)
#CBD1C3
(203,209,195)
#DAE0D5
(218,224,213)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535933; }

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

This text font color is #535933.


Background Color

.myBgColor { background-color: #535933; }

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

This div background color is #535933.


Border color

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

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

This div border color is #535933.


Opacity

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

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

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

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

This text has shadow with #535933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535933 on black background.


Color preview on white background

This text has color #535933 on white background.



Black color preview on #535933 background

This text has black color on #535933 background.


White color preview on #535933 background

This text has white color on #535933 background.