COLOR #536230

HEX: #536230
RGB: (83,98,48)

Color info

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

RGB color model

#536230 color RGB value is (83,98,48).

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

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 48 of 255 = 19%

83
98
48

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

Portions of RGB colors in percentages

R + G + B =
83 + 98 + 48 = 229 (100%)
R 83 of 229 ~ 36.24%
G 98 of 229 ~ 42.79%
B 48 of 229 ~ 20.96%

%36.24
%42.79
%20.96

CMYK color model

#536230 color CMYK value is (15,0,51,62).

  • cyan value is 15.31%
  • magenta value is 0.00%
  • yellow value is 51.02%
  • key color value is 61.57%
CMYK:
(15,0,51,62)
C15M0Y51K62 
(15%,0%,51%,62%)
(0.15/0.00/0.51/0.62)	

CMYK percentages

%15.31
%0
%51.02
%61.57

Codes

Color #536230 in popluar color models

536230
RGB839848
HSL78°34.25%28.63%
HSB/HSV78°51.02%38.43%
CMYK15.31%0.00%51.02%
61.57%

Color #536230 in popluar number systems.

HEX536230
Decimal839848
Binary10100111100010110000
Octal12314260

Shades and tints

Shades of #536230

#536230
(83,98,48)
#4C5A2C
(76,90,44)
#455228
(69,82,40)
#3E4A24
(62,74,36)
#374220
(55,66,32)
#303A1C
(48,58,28)
#293218
(41,50,24)
#222A14
(34,42,20)
#1B2210
(27,34,16)
#141A0C
(20,26,12)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #536230

#536230
(83,98,48)
#627042
(98,112,66)
#717E54
(113,126,84)
#808C66
(128,140,102)
#8F9A78
(143,154,120)
#9EA88A
(158,168,138)
#ADB69C
(173,182,156)
#BCC4AE
(188,196,174)
#CBD2C0
(203,210,192)
#DAE0D2
(218,224,210)
#E9EEE4
(233,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536230; }

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

This text font color is #536230.


Background Color

.myBgColor { background-color: #536230; }

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

This div background color is #536230.


Border color

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

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

This div border color is #536230.


Opacity

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

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

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

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

This text has shadow with #536230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536230 on black background.


Color preview on white background

This text has color #536230 on white background.



Black color preview on #536230 background

This text has black color on #536230 background.


White color preview on #536230 background

This text has white color on #536230 background.