COLOR #536F4E

HEX: #536F4E
RGB: (83,111,78)

Color info

#536F4E contains red, green and blue colors in about the same proportion. Web safe color of #536F4E is #666666 (or #666).

RGB color model

#536F4E color RGB value is (83,111,78).

  • red value is 83;
  • green value is 111;
  • blue value is 78.
RGB:
(83,111,78)
(33%,44%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 111 of 255 = 44%
B 78 of 255 = 31%

83
111
78

R + G + B ~ 36%. #536F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 111 + 78 = 272 (100%)
R 83 of 272 ~ 30.51%
G 111 of 272 ~ 40.81%
B 78 of 272 ~ 28.68%

%30.51
%40.81
%28.68

CMYK color model

#536F4E color CMYK value is (25,0,30,56).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 56.47%
CMYK:
(25,0,30,56)
C25M0Y30K56 
(25%,0%,30%,56%)
(0.25/0.00/0.30/0.56)	

CMYK percentages

%25.23
%0
%29.73
%56.47

Codes

Color #536F4E in popluar color models

536F4E
RGB8311178
HSL111°17.46%37.06%
HSB/HSV111°29.73%43.53%
CMYK25.23%0.00%29.73%
56.47%

Color #536F4E in popluar number systems.

HEX536F4E
Decimal8311178
Binary101001111011111001110
Octal123157116

Shades and tints

Shades of #536F4E

#536F4E
(83,111,78)
#4C6547
(76,101,71)
#455B40
(69,91,64)
#3E5139
(62,81,57)
#374732
(55,71,50)
#303D2B
(48,61,43)
#293324
(41,51,36)
#22291D
(34,41,29)
#1B1F16
(27,31,22)
#14150F
(20,21,15)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #536F4E

#536F4E
(83,111,78)
#627C5E
(98,124,94)
#71896E
(113,137,110)
#80967E
(128,150,126)
#8FA38E
(143,163,142)
#9EB09E
(158,176,158)
#ADBDAE
(173,189,174)
#BCCABE
(188,202,190)
#CBD7CE
(203,215,206)
#DAE4DE
(218,228,222)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536F4E color. Also use rgb(83,111,78) instead hex code.

Text Font Color

.myTextColor { color: #536F4E; }

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

This text font color is #536F4E.


Background Color

.myBgColor { background-color: #536F4E; }

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

This div background color is #536F4E.


Border color

.myBorderColor { border: 1px solid #536F4E; }

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

This div border color is #536F4E.


Opacity

.myOpacity80 { color: #536F4E; opacity: 0.8; }

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

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

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

This text has shadow with #536F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536F4E on black background.


Color preview on white background

This text has color #536F4E on white background.



Black color preview on #536F4E background

This text has black color on #536F4E background.


White color preview on #536F4E background

This text has white color on #536F4E background.