COLOR #536235

HEX: #536235
RGB: (83,98,53)

Color info

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

RGB color model

#536235 color RGB value is (83,98,53).

  • red value is 83;
  • green value is 98;
  • blue value is 53.
RGB:
(83,98,53)
(33%,38%,21%)

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 53 of 255 = 21%

83
98
53

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

Portions of RGB colors in percentages

R + G + B =
83 + 98 + 53 = 234 (100%)
R 83 of 234 ~ 35.47%
G 98 of 234 ~ 41.88%
B 53 of 234 ~ 22.65%

%35.47
%41.88
%22.65

CMYK color model

#536235 color CMYK value is (15,0,46,62).

  • cyan value is 15.31%
  • magenta value is 0.00%
  • yellow value is 45.92%
  • key color value is 61.57%
CMYK:
(15,0,46,62)
C15M0Y46K62 
(15%,0%,46%,62%)
(0.15/0.00/0.46/0.62)	

CMYK percentages

%15.31
%0
%45.92
%61.57

Codes

Color #536235 in popluar color models

536235
RGB839853
HSL80°29.80%29.61%
HSB/HSV80°45.92%38.43%
CMYK15.31%0.00%45.92%
61.57%

Color #536235 in popluar number systems.

HEX536235
Decimal839853
Binary10100111100010110101
Octal12314265

Shades and tints

Shades of #536235

#536235
(83,98,53)
#4C5A31
(76,90,49)
#45522D
(69,82,45)
#3E4A29
(62,74,41)
#374225
(55,66,37)
#303A21
(48,58,33)
#29321D
(41,50,29)
#222A19
(34,42,25)
#1B2215
(27,34,21)
#141A11
(20,26,17)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #536235

#536235
(83,98,53)
#627047
(98,112,71)
#717E59
(113,126,89)
#808C6B
(128,140,107)
#8F9A7D
(143,154,125)
#9EA88F
(158,168,143)
#ADB6A1
(173,182,161)
#BCC4B3
(188,196,179)
#CBD2C5
(203,210,197)
#DAE0D7
(218,224,215)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536235 color. Also use rgb(83,98,53) instead hex code.

Text Font Color

.myTextColor { color: #536235; }

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

This text font color is #536235.


Background Color

.myBgColor { background-color: #536235; }

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

This div background color is #536235.


Border color

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

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

This div border color is #536235.


Opacity

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

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

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

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

This text has shadow with #536235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536235 on black background.


Color preview on white background

This text has color #536235 on white background.



Black color preview on #536235 background

This text has black color on #536235 background.


White color preview on #536235 background

This text has white color on #536235 background.