COLOR #535047

HEX: #535047
RGB: (83,80,71)

Color info

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

RGB color model

#535047 color RGB value is (83,80,71).

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

RGB channels and saturation

R 83 of 255 = 33%
G 80 of 255 = 31%
B 71 of 255 = 28%

83
80
71

R + G + B ~ 31%. #535047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 80 + 71 = 234 (100%)
R 83 of 234 ~ 35.47%
G 80 of 234 ~ 34.19%
B 71 of 234 ~ 30.34%

%35.47
%34.19
%30.34

CMYK color model

#535047 color CMYK value is (0,4,14,67).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 14.46%
  • key color value is 67.45%
CMYK:
(0,4,14,67)
C0M4Y14K67 
(0%,4%,14%,67%)
(0.00/0.04/0.14/0.67)	

CMYK percentages

%0
%3.61
%14.46
%67.45

Codes

Color #535047 in popluar color models

535047
RGB838071
HSL45°7.79%30.20%
HSB/HSV45°14.46%32.55%
CMYK0.00%3.61%14.46%
67.45%

Color #535047 in popluar number systems.

HEX535047
Decimal838071
Binary101001110100001000111
Octal123120107

Shades and tints

Shades of #535047

#535047
(83,80,71)
#4C4941
(76,73,65)
#45423B
(69,66,59)
#3E3B35
(62,59,53)
#37342F
(55,52,47)
#302D29
(48,45,41)
#292623
(41,38,35)
#221F1D
(34,31,29)
#1B1817
(27,24,23)
#141111
(20,17,17)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #535047

#535047
(83,80,71)
#625F57
(98,95,87)
#716E67
(113,110,103)
#807D77
(128,125,119)
#8F8C87
(143,140,135)
#9E9B97
(158,155,151)
#ADAAA7
(173,170,167)
#BCB9B7
(188,185,183)
#CBC8C7
(203,200,199)
#DAD7D7
(218,215,215)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535047; }

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

This text font color is #535047.


Background Color

.myBgColor { background-color: #535047; }

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

This div background color is #535047.


Border color

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

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

This div border color is #535047.


Opacity

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

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

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

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

This text has shadow with #535047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535047 on black background.


Color preview on white background

This text has color #535047 on white background.



Black color preview on #535047 background

This text has black color on #535047 background.


White color preview on #535047 background

This text has white color on #535047 background.