COLOR #535E27

HEX: #535E27
RGB: (83,94,39)

Color info

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

RGB color model

#535E27 color RGB value is (83,94,39).

  • red value is 83;
  • green value is 94;
  • blue value is 39.
RGB:
(83,94,39)
(33%,37%,15%)

RGB channels and saturation

R 83 of 255 = 33%
G 94 of 255 = 37%
B 39 of 255 = 15%

83
94
39

R + G + B ~ 28%. #535E27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 94 + 39 = 216 (100%)
R 83 of 216 ~ 38.43%
G 94 of 216 ~ 43.52%
B 39 of 216 ~ 18.06%

%38.43
%43.52
%18.06

CMYK color model

#535E27 color CMYK value is (12,0,59,63).

  • cyan value is 11.70%
  • magenta value is 0.00%
  • yellow value is 58.51%
  • key color value is 63.14%
CMYK:
(12,0,59,63)
C12M0Y59K63 
(12%,0%,59%,63%)
(0.12/0.00/0.59/0.63)	

CMYK percentages

%11.7
%0
%58.51
%63.14

Codes

Color #535E27 in popluar color models

535E27
RGB839439
HSL72°41.35%26.08%
HSB/HSV72°58.51%36.86%
CMYK11.70%0.00%58.51%
63.14%

Color #535E27 in popluar number systems.

HEX535E27
Decimal839439
Binary10100111011110100111
Octal12313647

Shades and tints

Shades of #535E27

#535E27
(83,94,39)
#4C5624
(76,86,36)
#454E21
(69,78,33)
#3E461E
(62,70,30)
#373E1B
(55,62,27)
#303618
(48,54,24)
#292E15
(41,46,21)
#222612
(34,38,18)
#1B1E0F
(27,30,15)
#14160C
(20,22,12)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #535E27

#535E27
(83,94,39)
#626C3A
(98,108,58)
#717A4D
(113,122,77)
#808860
(128,136,96)
#8F9673
(143,150,115)
#9EA486
(158,164,134)
#ADB299
(173,178,153)
#BCC0AC
(188,192,172)
#CBCEBF
(203,206,191)
#DADCD2
(218,220,210)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535E27 color. Also use rgb(83,94,39) instead hex code.

Text Font Color

.myTextColor { color: #535E27; }

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

This text font color is #535E27.


Background Color

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

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

This div background color is #535E27.


Border color

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

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

This div border color is #535E27.


Opacity

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

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

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

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

This text has shadow with #535E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535E27 on black background.


Color preview on white background

This text has color #535E27 on white background.



Black color preview on #535E27 background

This text has black color on #535E27 background.


White color preview on #535E27 background

This text has white color on #535E27 background.