COLOR #536243

HEX: #536243
RGB: (83,98,67)

Color info

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

RGB color model

#536243 color RGB value is (83,98,67).

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

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 67 of 255 = 26%

83
98
67

R + G + B ~ 32%. #536243 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 98 + 67 = 248 (100%)
R 83 of 248 ~ 33.47%
G 98 of 248 ~ 39.52%
B 67 of 248 ~ 27.02%

%33.47
%39.52
%27.02

CMYK color model

#536243 color CMYK value is (15,0,32,62).

  • cyan value is 15.31%
  • magenta value is 0.00%
  • yellow value is 31.63%
  • key color value is 61.57%
CMYK:
(15,0,32,62)
C15M0Y32K62 
(15%,0%,32%,62%)
(0.15/0.00/0.32/0.62)	

CMYK percentages

%15.31
%0
%31.63
%61.57

Codes

Color #536243 in popluar color models

536243
RGB839867
HSL89°18.79%32.35%
HSB/HSV89°31.63%38.43%
CMYK15.31%0.00%31.63%
61.57%

Color #536243 in popluar number systems.

HEX536243
Decimal839867
Binary101001111000101000011
Octal123142103

Shades and tints

Shades of #536243

#536243
(83,98,67)
#4C5A3D
(76,90,61)
#455237
(69,82,55)
#3E4A31
(62,74,49)
#37422B
(55,66,43)
#303A25
(48,58,37)
#29321F
(41,50,31)
#222A19
(34,42,25)
#1B2213
(27,34,19)
#141A0D
(20,26,13)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #536243

#536243
(83,98,67)
#627054
(98,112,84)
#717E65
(113,126,101)
#808C76
(128,140,118)
#8F9A87
(143,154,135)
#9EA898
(158,168,152)
#ADB6A9
(173,182,169)
#BCC4BA
(188,196,186)
#CBD2CB
(203,210,203)
#DAE0DC
(218,224,220)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536243; }

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

This text font color is #536243.


Background Color

.myBgColor { background-color: #536243; }

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

This div background color is #536243.


Border color

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

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

This div border color is #536243.


Opacity

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

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

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

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

This text has shadow with #536243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536243 on black background.


Color preview on white background

This text has color #536243 on white background.



Black color preview on #536243 background

This text has black color on #536243 background.


White color preview on #536243 background

This text has white color on #536243 background.