COLOR #535045

HEX: #535045
RGB: (83,80,69)

Color info

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

RGB color model

#535045 color RGB value is (83,80,69).

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

RGB channels and saturation

R 83 of 255 = 33%
G 80 of 255 = 31%
B 69 of 255 = 27%

83
80
69

R + G + B ~ 30%. #535045 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 80 + 69 = 232 (100%)
R 83 of 232 ~ 35.78%
G 80 of 232 ~ 34.48%
B 69 of 232 ~ 29.74%

%35.78
%34.48
%29.74

CMYK color model

#535045 color CMYK value is (0,4,17,67).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 16.87%
  • key color value is 67.45%
CMYK:
(0,4,17,67)
C0M4Y17K67 
(0%,4%,17%,67%)
(0.00/0.04/0.17/0.67)	

CMYK percentages

%0
%3.61
%16.87
%67.45

Codes

Color #535045 in popluar color models

535045
RGB838069
HSL47°9.21%29.80%
HSB/HSV47°16.87%32.55%
CMYK0.00%3.61%16.87%
67.45%

Color #535045 in popluar number systems.

HEX535045
Decimal838069
Binary101001110100001000101
Octal123120105

Shades and tints

Shades of #535045

#535045
(83,80,69)
#4C493F
(76,73,63)
#454239
(69,66,57)
#3E3B33
(62,59,51)
#37342D
(55,52,45)
#302D27
(48,45,39)
#292621
(41,38,33)
#221F1B
(34,31,27)
#1B1815
(27,24,21)
#14110F
(20,17,15)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #535045

#535045
(83,80,69)
#625F55
(98,95,85)
#716E65
(113,110,101)
#807D75
(128,125,117)
#8F8C85
(143,140,133)
#9E9B95
(158,155,149)
#ADAAA5
(173,170,165)
#BCB9B5
(188,185,181)
#CBC8C5
(203,200,197)
#DAD7D5
(218,215,213)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535045; }

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

This text font color is #535045.


Background Color

.myBgColor { background-color: #535045; }

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

This div background color is #535045.


Border color

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

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

This div border color is #535045.


Opacity

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

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

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

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

This text has shadow with #535045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535045 on black background.


Color preview on white background

This text has color #535045 on white background.



Black color preview on #535045 background

This text has black color on #535045 background.


White color preview on #535045 background

This text has white color on #535045 background.