COLOR #536941

HEX: #536941
RGB: (83,105,65)

Color info

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

RGB color model

#536941 color RGB value is (83,105,65).

  • red value is 83;
  • green value is 105;
  • blue value is 65.
RGB:
(83,105,65)
(33%,41%,25%)

RGB channels and saturation

R 83 of 255 = 33%
G 105 of 255 = 41%
B 65 of 255 = 25%

83
105
65

R + G + B ~ 33%. #536941 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 105 + 65 = 253 (100%)
R 83 of 253 ~ 32.81%
G 105 of 253 ~ 41.5%
B 65 of 253 ~ 25.69%

%32.81
%41.5
%25.69

CMYK color model

#536941 color CMYK value is (21,0,38,59).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 58.82%
CMYK:
(21,0,38,59)
C21M0Y38K59 
(21%,0%,38%,59%)
(0.21/0.00/0.38/0.59)	

CMYK percentages

%20.95
%0
%38.1
%58.82

Codes

Color #536941 in popluar color models

536941
RGB8310565
HSL93°23.53%33.33%
HSB/HSV93°38.10%41.18%
CMYK20.95%0.00%38.10%
58.82%

Color #536941 in popluar number systems.

HEX536941
Decimal8310565
Binary101001111010011000001
Octal123151101

Shades and tints

Shades of #536941

#536941
(83,105,65)
#4C603C
(76,96,60)
#455737
(69,87,55)
#3E4E32
(62,78,50)
#37452D
(55,69,45)
#303C28
(48,60,40)
#293323
(41,51,35)
#222A1E
(34,42,30)
#1B2119
(27,33,25)
#141814
(20,24,20)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #536941

#536941
(83,105,65)
#627652
(98,118,82)
#718363
(113,131,99)
#809074
(128,144,116)
#8F9D85
(143,157,133)
#9EAA96
(158,170,150)
#ADB7A7
(173,183,167)
#BCC4B8
(188,196,184)
#CBD1C9
(203,209,201)
#DADEDA
(218,222,218)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536941 color. Also use rgb(83,105,65) instead hex code.

Text Font Color

.myTextColor { color: #536941; }

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

This text font color is #536941.


Background Color

.myBgColor { background-color: #536941; }

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

This div background color is #536941.


Border color

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

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

This div border color is #536941.


Opacity

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

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

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

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

This text has shadow with #536941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536941 on black background.


Color preview on white background

This text has color #536941 on white background.



Black color preview on #536941 background

This text has black color on #536941 background.


White color preview on #536941 background

This text has white color on #536941 background.