COLOR #4B562F

HEX: #4B562F
RGB: (75,86,47)

Color info

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

RGB color model

#4B562F color RGB value is (75,86,47).

  • red value is 75;
  • green value is 86;
  • blue value is 47.
RGB:
(75,86,47)
(29%,34%,18%)

RGB channels and saturation

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

75
86
47

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

Portions of RGB colors in percentages

R + G + B =
75 + 86 + 47 = 208 (100%)
R 75 of 208 ~ 36.06%
G 86 of 208 ~ 41.35%
B 47 of 208 ~ 22.6%

%36.06
%41.35
%22.6

CMYK color model

#4B562F color CMYK value is (13,0,45,66).

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 45.35%
  • key color value is 66.27%
CMYK:
(13,0,45,66)
C13M0Y45K66 
(13%,0%,45%,66%)
(0.13/0.00/0.45/0.66)	

CMYK percentages

%12.79
%0
%45.35
%66.27

Codes

Color #4B562F in popluar color models

4B562F
RGB758647
HSL77°29.32%26.08%
HSB/HSV77°45.35%33.73%
CMYK12.79%0.00%45.35%
66.27%

Color #4B562F in popluar number systems.

HEX4B562F
Decimal758647
Binary10010111010110101111
Octal11312657

Shades and tints

Shades of #4B562F

#4B562F
(75,86,47)
#454F2B
(69,79,43)
#3F4827
(63,72,39)
#394123
(57,65,35)
#333A1F
(51,58,31)
#2D331B
(45,51,27)
#272C17
(39,44,23)
#212513
(33,37,19)
#1B1E0F
(27,30,15)
#15170B
(21,23,11)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #4B562F

#4B562F
(75,86,47)
#5B6541
(91,101,65)
#6B7453
(107,116,83)
#7B8365
(123,131,101)
#8B9277
(139,146,119)
#9BA189
(155,161,137)
#ABB09B
(171,176,155)
#BBBFAD
(187,191,173)
#CBCEBF
(203,206,191)
#DBDDD1
(219,221,209)
#EBECE3
(235,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B562F; }

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

This text font color is #4B562F.


Background Color

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

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

This div background color is #4B562F.


Border color

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

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

This div border color is #4B562F.


Opacity

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

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

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

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

This text has shadow with #4B562F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B562F on black background.


Color preview on white background

This text has color #4B562F on white background.



Black color preview on #4B562F background

This text has black color on #4B562F background.


White color preview on #4B562F background

This text has white color on #4B562F background.