COLOR #4B562E

HEX: #4B562E RGB: (75,86,46)

Color info

#4B562E contains red, green and blue colors in about the same proportion. Web safe color of #4B562E is #336633 (or #363).

RGB color model

#4B562E color RGB value is (75,86,46).

RGB: (75,86,46) (29%, 34%, 18%)

RGB channels and saturation

R 75 of 255 = 29%
G 86 of 255 = 34%
B 46 of 255 = 18%

75
86
46

R + G + B ~ 27%. #4B562E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 86 + 46 = 207 (100%)
R 75 of 207 ~ 36.23%
G 86 of 207 ~ 41.55%
B 46 of 207 ~ 22.22'%

%36.23
%41.55
%22.22

CMYK color model

#4B562E color CMYK value is (13,0,47,66).

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 46.51%
  • key color value is 66.27%

CMYK: (13,0,47,66)
C13M0Y47K66 (13%, 0%, 47%, 66%)
(0.13 / 0.00 / 0.47 / 0.66)

CMYK percentages

%12.79
%0
%46.51
%66.27

Codes

Color #4B562E in popluar color models

4B 56 2E
RGB 75 86 46
HSL 77° 30.30% 25.88%
HSB/HSV 77° 46.51% 33.73%
CMYK 12.79% 0.00% 46.51%
66.27%

Color #4B562E in popluar number systems.

HEX 4B 56 2E
Decimal 75 86 46
Binary 1001011 1010110 101110
Octal 113 126 56

Shades and tints

Shades of #4B562E

#4B562E
(75,86,46)
#454F2A
(69,79,42)
#3F4826
(63,72,38)
#394122
(57,65,34)
#333A1E
(51,58,30)
#2D331A
(45,51,26)
#272C16
(39,44,22)
#212512
(33,37,18)
#1B1E0E
(27,30,14)
#15170A
(21,23,10)
#0F1006
(15,16,6)
#000000
(0,0,0)

Tints of #4B562E

#4B562E
(75,86,46)
#5B6541
(91,101,65)
#6B7454
(107,116,84)
#7B8367
(123,131,103)
#8B927A
(139,146,122)
#9BA18D
(155,161,141)
#ABB0A0
(171,176,160)
#BBBFB3
(187,191,179)
#CBCEC6
(203,206,198)
#DBDDD9
(219,221,217)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B562E color. Also use rgb(75,86,46) instead hex code.

Text Font Color

.myTextColor { color: #4B562E; }

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

This text font color is #4B562E.

Background Color

.myBgColor { background-color: #4B562E; }

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

This div background color is #4B562E.

Border color

.myBorderColor { border: 1px solid #4B562E; }

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

This div border color is #4B562E.

Opacity

.myOpacity80 { color: #4B562E; opacity: 0.8; }

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

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

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

This text has shadow with #4B562E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B562E.

Preview

Color preview on black background

This text has color #4B562E on black background.


Color preview on white background

This text has color #4B562E on white background.


Black color preview on #4B562E background

This text has black color on #4B562E background.


White color preview on #4B562E background

This text has white color on #4B562E background.


Related colors

Complementary color

Complementary color for #hex is #B4A9D1.


I love getcolorcode.com

Triadic colors

1 #2E4B56 and #562E4B with #4B562E are triadic colors.

2 #2E564B and #564B2E with #4B562E are triadic colors.