COLOR #535433

HEX: #535433
RGB: (83,84,51)

Color info

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

RGB color model

#535433 color RGB value is (83,84,51).

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

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 51 of 255 = 20%

83
84
51

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

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 51 = 218 (100%)
R 83 of 218 ~ 38.07%
G 84 of 218 ~ 38.53%
B 51 of 218 ~ 23.39%

%38.07
%38.53
%23.39

CMYK color model

#535433 color CMYK value is (1,0,39,67).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 67.06%
CMYK:
(1,0,39,67)
C1M0Y39K67 
(1%,0%,39%,67%)
(0.01/0.00/0.39/0.67)	

CMYK percentages

%1.19
%0
%39.29
%67.06

Codes

Color #535433 in popluar color models

535433
RGB838451
HSL62°24.44%26.47%
HSB/HSV62°39.29%32.94%
CMYK1.19%0.00%39.29%
67.06%

Color #535433 in popluar number systems.

HEX535433
Decimal838451
Binary10100111010100110011
Octal12312463

Shades and tints

Shades of #535433

#535433
(83,84,51)
#4C4D2F
(76,77,47)
#45462B
(69,70,43)
#3E3F27
(62,63,39)
#373823
(55,56,35)
#30311F
(48,49,31)
#292A1B
(41,42,27)
#222317
(34,35,23)
#1B1C13
(27,28,19)
#14150F
(20,21,15)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #535433

#535433
(83,84,51)
#626345
(98,99,69)
#717257
(113,114,87)
#808169
(128,129,105)
#8F907B
(143,144,123)
#9E9F8D
(158,159,141)
#ADAE9F
(173,174,159)
#BCBDB1
(188,189,177)
#CBCCC3
(203,204,195)
#DADBD5
(218,219,213)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535433; }

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

This text font color is #535433.


Background Color

.myBgColor { background-color: #535433; }

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

This div background color is #535433.


Border color

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

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

This div border color is #535433.


Opacity

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

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

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

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

This text has shadow with #535433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535433 on black background.


Color preview on white background

This text has color #535433 on white background.



Black color preview on #535433 background

This text has black color on #535433 background.


White color preview on #535433 background

This text has white color on #535433 background.