COLOR #535741

HEX: #535741
RGB: (83,87,65)

Color info

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

RGB color model

#535741 color RGB value is (83,87,65).

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

RGB channels and saturation

R 83 of 255 = 33%
G 87 of 255 = 34%
B 65 of 255 = 25%

83
87
65

R + G + B ~ 31%. #535741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 87 + 65 = 235 (100%)
R 83 of 235 ~ 35.32%
G 87 of 235 ~ 37.02%
B 65 of 235 ~ 27.66%

%35.32
%37.02
%27.66

CMYK color model

#535741 color CMYK value is (5,0,25,66).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 65.88%
CMYK:
(5,0,25,66)
C5M0Y25K66 
(5%,0%,25%,66%)
(0.05/0.00/0.25/0.66)	

CMYK percentages

%4.6
%0
%25.29
%65.88

Codes

Color #535741 in popluar color models

535741
RGB838765
HSL71°14.47%29.80%
HSB/HSV71°25.29%34.12%
CMYK4.60%0.00%25.29%
65.88%

Color #535741 in popluar number systems.

HEX535741
Decimal838765
Binary101001110101111000001
Octal123127101

Shades and tints

Shades of #535741

#535741
(83,87,65)
#4C503C
(76,80,60)
#454937
(69,73,55)
#3E4232
(62,66,50)
#373B2D
(55,59,45)
#303428
(48,52,40)
#292D23
(41,45,35)
#22261E
(34,38,30)
#1B1F19
(27,31,25)
#141814
(20,24,20)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #535741

#535741
(83,87,65)
#626652
(98,102,82)
#717563
(113,117,99)
#808474
(128,132,116)
#8F9385
(143,147,133)
#9EA296
(158,162,150)
#ADB1A7
(173,177,167)
#BCC0B8
(188,192,184)
#CBCFC9
(203,207,201)
#DADEDA
(218,222,218)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535741; }

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

This text font color is #535741.


Background Color

.myBgColor { background-color: #535741; }

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

This div background color is #535741.


Border color

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

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

This div border color is #535741.


Opacity

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

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

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

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

This text has shadow with #535741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535741 on black background.


Color preview on white background

This text has color #535741 on white background.



Black color preview on #535741 background

This text has black color on #535741 background.


White color preview on #535741 background

This text has white color on #535741 background.