COLOR #535845

HEX: #535845
RGB: (83,88,69)

Color info

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

RGB color model

#535845 color RGB value is (83,88,69).

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

RGB channels and saturation

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

83
88
69

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

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 69 = 240 (100%)
R 83 of 240 ~ 34.58%
G 88 of 240 ~ 36.67%
B 69 of 240 ~ 28.75%

%34.58
%36.67
%28.75

CMYK color model

#535845 color CMYK value is (6,0,22,65).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 65.49%
CMYK:
(6,0,22,65)
C6M0Y22K65 
(6%,0%,22%,65%)
(0.06/0.00/0.22/0.65)	

CMYK percentages

%5.68
%0
%21.59
%65.49

Codes

Color #535845 in popluar color models

535845
RGB838869
HSL76°12.10%30.78%
HSB/HSV76°21.59%34.51%
CMYK5.68%0.00%21.59%
65.49%

Color #535845 in popluar number systems.

HEX535845
Decimal838869
Binary101001110110001000101
Octal123130105

Shades and tints

Shades of #535845

#535845
(83,88,69)
#4C503F
(76,80,63)
#454839
(69,72,57)
#3E4033
(62,64,51)
#37382D
(55,56,45)
#303027
(48,48,39)
#292821
(41,40,33)
#22201B
(34,32,27)
#1B1815
(27,24,21)
#14100F
(20,16,15)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #535845

#535845
(83,88,69)
#626755
(98,103,85)
#717665
(113,118,101)
#808575
(128,133,117)
#8F9485
(143,148,133)
#9EA395
(158,163,149)
#ADB2A5
(173,178,165)
#BCC1B5
(188,193,181)
#CBD0C5
(203,208,197)
#DADFD5
(218,223,213)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535845; }

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

This text font color is #535845.


Background Color

.myBgColor { background-color: #535845; }

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

This div background color is #535845.


Border color

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

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

This div border color is #535845.


Opacity

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

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

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

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

This text has shadow with #535845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535845 on black background.


Color preview on white background

This text has color #535845 on white background.



Black color preview on #535845 background

This text has black color on #535845 background.


White color preview on #535845 background

This text has white color on #535845 background.