COLOR #535F41

HEX: #535F41
RGB: (83,95,65)

Color info

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

RGB color model

#535F41 color RGB value is (83,95,65).

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

RGB channels and saturation

R 83 of 255 = 33%
G 95 of 255 = 37%
B 65 of 255 = 25%

83
95
65

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

Portions of RGB colors in percentages

R + G + B =
83 + 95 + 65 = 243 (100%)
R 83 of 243 ~ 34.16%
G 95 of 243 ~ 39.09%
B 65 of 243 ~ 26.75%

%34.16
%39.09
%26.75

CMYK color model

#535F41 color CMYK value is (13,0,32,63).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 62.75%
CMYK:
(13,0,32,63)
C13M0Y32K63 
(13%,0%,32%,63%)
(0.13/0.00/0.32/0.63)	

CMYK percentages

%12.63
%0
%31.58
%62.75

Codes

Color #535F41 in popluar color models

535F41
RGB839565
HSL84°18.75%31.37%
HSB/HSV84°31.58%37.25%
CMYK12.63%0.00%31.58%
62.75%

Color #535F41 in popluar number systems.

HEX535F41
Decimal839565
Binary101001110111111000001
Octal123137101

Shades and tints

Shades of #535F41

#535F41
(83,95,65)
#4C573C
(76,87,60)
#454F37
(69,79,55)
#3E4732
(62,71,50)
#373F2D
(55,63,45)
#303728
(48,55,40)
#292F23
(41,47,35)
#22271E
(34,39,30)
#1B1F19
(27,31,25)
#141714
(20,23,20)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #535F41

#535F41
(83,95,65)
#626D52
(98,109,82)
#717B63
(113,123,99)
#808974
(128,137,116)
#8F9785
(143,151,133)
#9EA596
(158,165,150)
#ADB3A7
(173,179,167)
#BCC1B8
(188,193,184)
#CBCFC9
(203,207,201)
#DADDDA
(218,221,218)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535F41; }

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

This text font color is #535F41.


Background Color

.myBgColor { background-color: #535F41; }

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

This div background color is #535F41.


Border color

.myBorderColor { border: 1px solid #535F41; }

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

This div border color is #535F41.


Opacity

.myOpacity80 { color: #535F41; opacity: 0.8; }

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

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

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

This text has shadow with #535F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535F41 on black background.


Color preview on white background

This text has color #535F41 on white background.



Black color preview on #535F41 background

This text has black color on #535F41 background.


White color preview on #535F41 background

This text has white color on #535F41 background.