COLOR #535B38

HEX: #535B38
RGB: (83,91,56)

Color info

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

RGB color model

#535B38 color RGB value is (83,91,56).

  • red value is 83;
  • green value is 91;
  • blue value is 56.
RGB:
(83,91,56)
(33%,36%,22%)

RGB channels and saturation

R 83 of 255 = 33%
G 91 of 255 = 36%
B 56 of 255 = 22%

83
91
56

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

Portions of RGB colors in percentages

R + G + B =
83 + 91 + 56 = 230 (100%)
R 83 of 230 ~ 36.09%
G 91 of 230 ~ 39.57%
B 56 of 230 ~ 24.35%

%36.09
%39.57
%24.35

CMYK color model

#535B38 color CMYK value is (9,0,38,64).

  • cyan value is 8.79%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 64.31%
CMYK:
(9,0,38,64)
C9M0Y38K64 
(9%,0%,38%,64%)
(0.09/0.00/0.38/0.64)	

CMYK percentages

%8.79
%0
%38.46
%64.31

Codes

Color #535B38 in popluar color models

535B38
RGB839156
HSL74°23.81%28.82%
HSB/HSV74°38.46%35.69%
CMYK8.79%0.00%38.46%
64.31%

Color #535B38 in popluar number systems.

HEX535B38
Decimal839156
Binary10100111011011111000
Octal12313370

Shades and tints

Shades of #535B38

#535B38
(83,91,56)
#4C5333
(76,83,51)
#454B2E
(69,75,46)
#3E4329
(62,67,41)
#373B24
(55,59,36)
#30331F
(48,51,31)
#292B1A
(41,43,26)
#222315
(34,35,21)
#1B1B10
(27,27,16)
#14130B
(20,19,11)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #535B38

#535B38
(83,91,56)
#62694A
(98,105,74)
#71775C
(113,119,92)
#80856E
(128,133,110)
#8F9380
(143,147,128)
#9EA192
(158,161,146)
#ADAFA4
(173,175,164)
#BCBDB6
(188,189,182)
#CBCBC8
(203,203,200)
#DAD9DA
(218,217,218)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535B38 color. Also use rgb(83,91,56) instead hex code.

Text Font Color

.myTextColor { color: #535B38; }

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

This text font color is #535B38.


Background Color

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

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

This div background color is #535B38.


Border color

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

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

This div border color is #535B38.


Opacity

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

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

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

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

This text has shadow with #535B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535B38 on black background.


Color preview on white background

This text has color #535B38 on white background.



Black color preview on #535B38 background

This text has black color on #535B38 background.


White color preview on #535B38 background

This text has white color on #535B38 background.