COLOR #536655

HEX: #536655
RGB: (83,102,85)

Color info

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

RGB color model

#536655 color RGB value is (83,102,85).

  • red value is 83;
  • green value is 102;
  • blue value is 85.
RGB:
(83,102,85)
(33%,40%,33%)

RGB channels and saturation

R 83 of 255 = 33%
G 102 of 255 = 40%
B 85 of 255 = 33%

83
102
85

R + G + B ~ 35%. #536655 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 102 + 85 = 270 (100%)
R 83 of 270 ~ 30.74%
G 102 of 270 ~ 37.78%
B 85 of 270 ~ 31.48%

%30.74
%37.78
%31.48

CMYK color model

#536655 color CMYK value is (19,0,17,60).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK:
(19,0,17,60)
C19M0Y17K60 
(19%,0%,17%,60%)
(0.19/0.00/0.17/0.60)	

CMYK percentages

%18.63
%0
%16.67
%60

Codes

Color #536655 in popluar color models

536655
RGB8310285
HSL126°10.27%36.27%
HSB/HSV126°18.63%40.00%
CMYK18.63%0.00%16.67%
60.00%

Color #536655 in popluar number systems.

HEX536655
Decimal8310285
Binary101001111001101010101
Octal123146125

Shades and tints

Shades of #536655

#536655
(83,102,85)
#4C5D4E
(76,93,78)
#455447
(69,84,71)
#3E4B40
(62,75,64)
#374239
(55,66,57)
#303932
(48,57,50)
#29302B
(41,48,43)
#222724
(34,39,36)
#1B1E1D
(27,30,29)
#141516
(20,21,22)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #536655

#536655
(83,102,85)
#627364
(98,115,100)
#718073
(113,128,115)
#808D82
(128,141,130)
#8F9A91
(143,154,145)
#9EA7A0
(158,167,160)
#ADB4AF
(173,180,175)
#BCC1BE
(188,193,190)
#CBCECD
(203,206,205)
#DADBDC
(218,219,220)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536655 color. Also use rgb(83,102,85) instead hex code.

Text Font Color

.myTextColor { color: #536655; }

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

This text font color is #536655.


Background Color

.myBgColor { background-color: #536655; }

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

This div background color is #536655.


Border color

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

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

This div border color is #536655.


Opacity

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

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

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

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

This text has shadow with #536655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536655 on black background.


Color preview on white background

This text has color #536655 on white background.



Black color preview on #536655 background

This text has black color on #536655 background.


White color preview on #536655 background

This text has white color on #536655 background.