COLOR #536F4C

HEX: #536F4C
RGB: (83,111,76)

Color info

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

RGB color model

#536F4C color RGB value is (83,111,76).

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

RGB channels and saturation

R 83 of 255 = 33%
G 111 of 255 = 44%
B 76 of 255 = 30%

83
111
76

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

Portions of RGB colors in percentages

R + G + B =
83 + 111 + 76 = 270 (100%)
R 83 of 270 ~ 30.74%
G 111 of 270 ~ 41.11%
B 76 of 270 ~ 28.15%

%30.74
%41.11
%28.15

CMYK color model

#536F4C color CMYK value is (25,0,32,56).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 31.53%
  • key color value is 56.47%
CMYK:
(25,0,32,56)
C25M0Y32K56 
(25%,0%,32%,56%)
(0.25/0.00/0.32/0.56)	

CMYK percentages

%25.23
%0
%31.53
%56.47

Codes

Color #536F4C in popluar color models

536F4C
RGB8311176
HSL108°18.72%36.67%
HSB/HSV108°31.53%43.53%
CMYK25.23%0.00%31.53%
56.47%

Color #536F4C in popluar number systems.

HEX536F4C
Decimal8311176
Binary101001111011111001100
Octal123157114

Shades and tints

Shades of #536F4C

#536F4C
(83,111,76)
#4C6546
(76,101,70)
#455B40
(69,91,64)
#3E513A
(62,81,58)
#374734
(55,71,52)
#303D2E
(48,61,46)
#293328
(41,51,40)
#222922
(34,41,34)
#1B1F1C
(27,31,28)
#141516
(20,21,22)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #536F4C

#536F4C
(83,111,76)
#627C5C
(98,124,92)
#71896C
(113,137,108)
#80967C
(128,150,124)
#8FA38C
(143,163,140)
#9EB09C
(158,176,156)
#ADBDAC
(173,189,172)
#BCCABC
(188,202,188)
#CBD7CC
(203,215,204)
#DAE4DC
(218,228,220)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536F4C; }

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

This text font color is #536F4C.


Background Color

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

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

This div background color is #536F4C.


Border color

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

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

This div border color is #536F4C.


Opacity

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

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

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

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

This text has shadow with #536F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536F4C on black background.


Color preview on white background

This text has color #536F4C on white background.



Black color preview on #536F4C background

This text has black color on #536F4C background.


White color preview on #536F4C background

This text has white color on #536F4C background.