COLOR #56693F

HEX: #56693F
RGB: (86,105,63)

Color info

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

RGB color model

#56693F color RGB value is (86,105,63).

  • red value is 86;
  • green value is 105;
  • blue value is 63.
RGB:
(86,105,63)
(34%,41%,25%)

RGB channels and saturation

R 86 of 255 = 34%
G 105 of 255 = 41%
B 63 of 255 = 25%

86
105
63

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

Portions of RGB colors in percentages

R + G + B =
86 + 105 + 63 = 254 (100%)
R 86 of 254 ~ 33.86%
G 105 of 254 ~ 41.34%
B 63 of 254 ~ 24.8%

%33.86
%41.34
%24.8

CMYK color model

#56693F color CMYK value is (18,0,40,59).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 58.82%
CMYK:
(18,0,40,59)
C18M0Y40K59 
(18%,0%,40%,59%)
(0.18/0.00/0.40/0.59)	

CMYK percentages

%18.1
%0
%40
%58.82

Codes

Color #56693F in popluar color models

56693F
RGB8610563
HSL87°25.00%32.94%
HSB/HSV87°40.00%41.18%
CMYK18.10%0.00%40.00%
58.82%

Color #56693F in popluar number systems.

HEX56693F
Decimal8610563
Binary10101101101001111111
Octal12615177

Shades and tints

Shades of #56693F

#56693F
(86,105,63)
#4F603A
(79,96,58)
#485735
(72,87,53)
#414E30
(65,78,48)
#3A452B
(58,69,43)
#333C26
(51,60,38)
#2C3321
(44,51,33)
#252A1C
(37,42,28)
#1E2117
(30,33,23)
#171812
(23,24,18)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #56693F

#56693F
(86,105,63)
#657650
(101,118,80)
#748361
(116,131,97)
#839072
(131,144,114)
#929D83
(146,157,131)
#A1AA94
(161,170,148)
#B0B7A5
(176,183,165)
#BFC4B6
(191,196,182)
#CED1C7
(206,209,199)
#DDDED8
(221,222,216)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56693F color. Also use rgb(86,105,63) instead hex code.

Text Font Color

.myTextColor { color: #56693F; }

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

This text font color is #56693F.


Background Color

.myBgColor { background-color: #56693F; }

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

This div background color is #56693F.


Border color

.myBorderColor { border: 1px solid #56693F; }

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

This div border color is #56693F.


Opacity

.myOpacity80 { color: #56693F; opacity: 0.8; }

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

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

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

This text has shadow with #56693F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56693F on black background.


Color preview on white background

This text has color #56693F on white background.



Black color preview on #56693F background

This text has black color on #56693F background.


White color preview on #56693F background

This text has white color on #56693F background.