COLOR #535138

HEX: #535138
RGB: (83,81,56)

Color info

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

RGB color model

#535138 color RGB value is (83,81,56).

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

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 56 of 255 = 22%

83
81
56

R + G + B ~ 29%. #535138 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 56 = 220 (100%)
R 83 of 220 ~ 37.73%
G 81 of 220 ~ 36.82%
B 56 of 220 ~ 25.45%

%37.73
%36.82
%25.45

CMYK color model

#535138 color CMYK value is (0,2,33,67).

  • cyan value is 0.00%
  • magenta value is 2.41%
  • yellow value is 32.53%
  • key color value is 67.45%
CMYK:
(0,2,33,67)
C0M2Y33K67 
(0%,2%,33%,67%)
(0.00/0.02/0.33/0.67)	

CMYK percentages

%0
%2.41
%32.53
%67.45

Codes

Color #535138 in popluar color models

535138
RGB838156
HSL56°19.42%27.25%
HSB/HSV56°32.53%32.55%
CMYK0.00%2.41%32.53%
67.45%

Color #535138 in popluar number systems.

HEX535138
Decimal838156
Binary10100111010001111000
Octal12312170

Shades and tints

Shades of #535138

#535138
(83,81,56)
#4C4A33
(76,74,51)
#45432E
(69,67,46)
#3E3C29
(62,60,41)
#373524
(55,53,36)
#302E1F
(48,46,31)
#29271A
(41,39,26)
#222015
(34,32,21)
#1B1910
(27,25,16)
#14120B
(20,18,11)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #535138

#535138
(83,81,56)
#62604A
(98,96,74)
#716F5C
(113,111,92)
#807E6E
(128,126,110)
#8F8D80
(143,141,128)
#9E9C92
(158,156,146)
#ADABA4
(173,171,164)
#BCBAB6
(188,186,182)
#CBC9C8
(203,201,200)
#DAD8DA
(218,216,218)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535138; }

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

This text font color is #535138.


Background Color

.myBgColor { background-color: #535138; }

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

This div background color is #535138.


Border color

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

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

This div border color is #535138.


Opacity

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

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

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

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

This text has shadow with #535138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535138 on black background.


Color preview on white background

This text has color #535138 on white background.



Black color preview on #535138 background

This text has black color on #535138 background.


White color preview on #535138 background

This text has white color on #535138 background.