COLOR #536229

HEX: #536229
RGB: (83,98,41)

Color info

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

RGB color model

#536229 color RGB value is (83,98,41).

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

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 41 of 255 = 16%

83
98
41

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

Portions of RGB colors in percentages

R + G + B =
83 + 98 + 41 = 222 (100%)
R 83 of 222 ~ 37.39%
G 98 of 222 ~ 44.14%
B 41 of 222 ~ 18.47%

%37.39
%44.14
%18.47

CMYK color model

#536229 color CMYK value is (15,0,58,62).

  • cyan value is 15.31%
  • magenta value is 0.00%
  • yellow value is 58.16%
  • key color value is 61.57%
CMYK:
(15,0,58,62)
C15M0Y58K62 
(15%,0%,58%,62%)
(0.15/0.00/0.58/0.62)	

CMYK percentages

%15.31
%0
%58.16
%61.57

Codes

Color #536229 in popluar color models

536229
RGB839841
HSL76°41.01%27.25%
HSB/HSV76°58.16%38.43%
CMYK15.31%0.00%58.16%
61.57%

Color #536229 in popluar number systems.

HEX536229
Decimal839841
Binary10100111100010101001
Octal12314251

Shades and tints

Shades of #536229

#536229
(83,98,41)
#4C5A26
(76,90,38)
#455223
(69,82,35)
#3E4A20
(62,74,32)
#37421D
(55,66,29)
#303A1A
(48,58,26)
#293217
(41,50,23)
#222A14
(34,42,20)
#1B2211
(27,34,17)
#141A0E
(20,26,14)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #536229

#536229
(83,98,41)
#62703C
(98,112,60)
#717E4F
(113,126,79)
#808C62
(128,140,98)
#8F9A75
(143,154,117)
#9EA888
(158,168,136)
#ADB69B
(173,182,155)
#BCC4AE
(188,196,174)
#CBD2C1
(203,210,193)
#DAE0D4
(218,224,212)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536229; }

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

This text font color is #536229.


Background Color

.myBgColor { background-color: #536229; }

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

This div background color is #536229.


Border color

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

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

This div border color is #536229.


Opacity

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

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

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

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

This text has shadow with #536229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536229 on black background.


Color preview on white background

This text has color #536229 on white background.



Black color preview on #536229 background

This text has black color on #536229 background.


White color preview on #536229 background

This text has white color on #536229 background.