COLOR #56752F

HEX: #56752F RGB: (86,117,47)

Color info

#56752F contains mainly red and green colors. Web safe color of #56752F is #666633 (or #663).

RGB color model

#56752F color RGB value is (86,117,47).

RGB: (86,117,47) (34%, 46%, 18%)

RGB channels and saturation

R 86 of 255 = 34%
G 117 of 255 = 46%
B 47 of 255 = 18%

86
117
47

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

Portions of RGB colors in percentages

R + G + B = 86 + 117 + 47 = 250 (100%)
R 86 of 250 ~ 34.4%
G 117 of 250 ~ 46.8%
B 47 of 250 ~ 18.8'%

%34.4
%46.8
%18.8

CMYK color model

#56752F color CMYK value is (26,0,60,54).

  • cyan value is 26.50%
  • magenta value is 0.00%
  • yellow value is 59.83%
  • key color value is 54.12%

CMYK: (26,0,60,54)
C26M0Y60K54 (26%, 0%, 60%, 54%)
(0.26 / 0.00 / 0.60 / 0.54)

CMYK percentages

%26.5
%0
%59.83
%54.12

Codes

Color #56752F in popluar color models

56 75 2F
RGB 86 117 47
HSL 87° 42.68% 32.16%
HSB/HSV 87° 59.83% 45.88%
CMYK 26.50% 0.00% 59.83%
54.12%

Color #56752F in popluar number systems.

HEX 56 75 2F
Decimal 86 117 47
Binary 1010110 1110101 101111
Octal 126 165 57

Shades and tints

Shades of #56752F

#56752F
(86,117,47)
#4F6B2B
(79,107,43)
#486127
(72,97,39)
#415723
(65,87,35)
#3A4D1F
(58,77,31)
#33431B
(51,67,27)
#2C3917
(44,57,23)
#252F13
(37,47,19)
#1E250F
(30,37,15)
#171B0B
(23,27,11)
#101107
(16,17,7)
#000000
(0,0,0)

Tints of #56752F

#56752F
(86,117,47)
#658141
(101,129,65)
#748D53
(116,141,83)
#839965
(131,153,101)
#92A577
(146,165,119)
#A1B189
(161,177,137)
#B0BD9B
(176,189,155)
#BFC9AD
(191,201,173)
#CED5BF
(206,213,191)
#DDE1D1
(221,225,209)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56752F color. Also use rgb(86,117,47) instead hex code.

Text Font Color

.myTextColor { color: #56752F; }

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

This text font color is #56752F.

Background Color

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

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

This div background color is #56752F.

Border color

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

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

This div border color is #56752F.

Opacity

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

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

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

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

This text has shadow with #56752F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56752F.

Preview

Color preview on black background

This text has color #56752F on black background.


Color preview on white background

This text has color #56752F on white background.


Black color preview on #56752F background

This text has black color on #56752F background.


White color preview on #56752F background

This text has white color on #56752F background.


Related colors

Complementary color

Complementary color for #hex is #A98AD0.


I love getcolorcode.com

Triadic colors

1 #2F5675 and #752F56 with #56752F are triadic colors.

2 #2F7556 and #75562F with #56752F are triadic colors.