COLOR #535439

HEX: #535439
RGB: (83,84,57)

Color info

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

RGB color model

#535439 color RGB value is (83,84,57).

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

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 57 of 255 = 22%

83
84
57

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

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 57 = 224 (100%)
R 83 of 224 ~ 37.05%
G 84 of 224 ~ 37.5%
B 57 of 224 ~ 25.45%

%37.05
%37.5
%25.45

CMYK color model

#535439 color CMYK value is (1,0,32,67).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 67.06%
CMYK:
(1,0,32,67)
C1M0Y32K67 
(1%,0%,32%,67%)
(0.01/0.00/0.32/0.67)	

CMYK percentages

%1.19
%0
%32.14
%67.06

Codes

Color #535439 in popluar color models

535439
RGB838457
HSL62°19.15%27.65%
HSB/HSV62°32.14%32.94%
CMYK1.19%0.00%32.14%
67.06%

Color #535439 in popluar number systems.

HEX535439
Decimal838457
Binary10100111010100111001
Octal12312471

Shades and tints

Shades of #535439

#535439
(83,84,57)
#4C4D34
(76,77,52)
#45462F
(69,70,47)
#3E3F2A
(62,63,42)
#373825
(55,56,37)
#303120
(48,49,32)
#292A1B
(41,42,27)
#222316
(34,35,22)
#1B1C11
(27,28,17)
#14150C
(20,21,12)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #535439

#535439
(83,84,57)
#62634B
(98,99,75)
#71725D
(113,114,93)
#80816F
(128,129,111)
#8F9081
(143,144,129)
#9E9F93
(158,159,147)
#ADAEA5
(173,174,165)
#BCBDB7
(188,189,183)
#CBCCC9
(203,204,201)
#DADBDB
(218,219,219)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535439; }

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

This text font color is #535439.


Background Color

.myBgColor { background-color: #535439; }

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

This div background color is #535439.


Border color

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

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

This div border color is #535439.


Opacity

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

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

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

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

This text has shadow with #535439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535439 on black background.


Color preview on white background

This text has color #535439 on white background.



Black color preview on #535439 background

This text has black color on #535439 background.


White color preview on #535439 background

This text has white color on #535439 background.