COLOR #535441

HEX: #535441
RGB: (83,84,65)

Color info

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

RGB color model

#535441 color RGB value is (83,84,65).

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

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 65 of 255 = 25%

83
84
65

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

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 65 = 232 (100%)
R 83 of 232 ~ 35.78%
G 84 of 232 ~ 36.21%
B 65 of 232 ~ 28.02%

%35.78
%36.21
%28.02

CMYK color model

#535441 color CMYK value is (1,0,23,67).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 67.06%
CMYK:
(1,0,23,67)
C1M0Y23K67 
(1%,0%,23%,67%)
(0.01/0.00/0.23/0.67)	

CMYK percentages

%1.19
%0
%22.62
%67.06

Codes

Color #535441 in popluar color models

535441
RGB838465
HSL63°12.75%29.22%
HSB/HSV63°22.62%32.94%
CMYK1.19%0.00%22.62%
67.06%

Color #535441 in popluar number systems.

HEX535441
Decimal838465
Binary101001110101001000001
Octal123124101

Shades and tints

Shades of #535441

#535441
(83,84,65)
#4C4D3C
(76,77,60)
#454637
(69,70,55)
#3E3F32
(62,63,50)
#37382D
(55,56,45)
#303128
(48,49,40)
#292A23
(41,42,35)
#22231E
(34,35,30)
#1B1C19
(27,28,25)
#141514
(20,21,20)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #535441

#535441
(83,84,65)
#626352
(98,99,82)
#717263
(113,114,99)
#808174
(128,129,116)
#8F9085
(143,144,133)
#9E9F96
(158,159,150)
#ADAEA7
(173,174,167)
#BCBDB8
(188,189,184)
#CBCCC9
(203,204,201)
#DADBDA
(218,219,218)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535441; }

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

This text font color is #535441.


Background Color

.myBgColor { background-color: #535441; }

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

This div background color is #535441.


Border color

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

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

This div border color is #535441.


Opacity

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

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

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

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

This text has shadow with #535441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535441 on black background.


Color preview on white background

This text has color #535441 on white background.



Black color preview on #535441 background

This text has black color on #535441 background.


White color preview on #535441 background

This text has white color on #535441 background.