COLOR #535945

HEX: #535945
RGB: (83,89,69)

Color info

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

RGB color model

#535945 color RGB value is (83,89,69).

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

RGB channels and saturation

R 83 of 255 = 33%
G 89 of 255 = 35%
B 69 of 255 = 27%

83
89
69

R + G + B ~ 32%. #535945 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 89 + 69 = 241 (100%)
R 83 of 241 ~ 34.44%
G 89 of 241 ~ 36.93%
B 69 of 241 ~ 28.63%

%34.44
%36.93
%28.63

CMYK color model

#535945 color CMYK value is (7,0,22,65).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 22.47%
  • key color value is 65.10%
CMYK:
(7,0,22,65)
C7M0Y22K65 
(7%,0%,22%,65%)
(0.07/0.00/0.22/0.65)	

CMYK percentages

%6.74
%0
%22.47
%65.1

Codes

Color #535945 in popluar color models

535945
RGB838969
HSL78°12.66%30.98%
HSB/HSV78°22.47%34.90%
CMYK6.74%0.00%22.47%
65.10%

Color #535945 in popluar number systems.

HEX535945
Decimal838969
Binary101001110110011000101
Octal123131105

Shades and tints

Shades of #535945

#535945
(83,89,69)
#4C513F
(76,81,63)
#454939
(69,73,57)
#3E4133
(62,65,51)
#37392D
(55,57,45)
#303127
(48,49,39)
#292921
(41,41,33)
#22211B
(34,33,27)
#1B1915
(27,25,21)
#14110F
(20,17,15)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #535945

#535945
(83,89,69)
#626855
(98,104,85)
#717765
(113,119,101)
#808675
(128,134,117)
#8F9585
(143,149,133)
#9EA495
(158,164,149)
#ADB3A5
(173,179,165)
#BCC2B5
(188,194,181)
#CBD1C5
(203,209,197)
#DAE0D5
(218,224,213)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535945; }

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

This text font color is #535945.


Background Color

.myBgColor { background-color: #535945; }

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

This div background color is #535945.


Border color

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

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

This div border color is #535945.


Opacity

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

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

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

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

This text has shadow with #535945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535945 on black background.


Color preview on white background

This text has color #535945 on white background.



Black color preview on #535945 background

This text has black color on #535945 background.


White color preview on #535945 background

This text has white color on #535945 background.