COLOR #4B563D

HEX: #4B563D RGB: (75,86,61)

Color info

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

RGB color model

#4B563D color RGB value is (75,86,61).

RGB: (75,86,61) (29%, 34%, 24%)

RGB channels and saturation

R 75 of 255 = 29%
G 86 of 255 = 34%
B 61 of 255 = 24%

75
86
61

R + G + B ~ 29%. #4B563D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 86 + 61 = 222 (100%)
R 75 of 222 ~ 33.78%
G 86 of 222 ~ 38.74%
B 61 of 222 ~ 27.48'%

%33.78
%38.74
%27.48

CMYK color model

#4B563D color CMYK value is (13,0,29,66).

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

CMYK: (13,0,29,66)
C13M0Y29K66 (13%, 0%, 29%, 66%)
(0.13 / 0.00 / 0.29 / 0.66)

CMYK percentages

%12.79
%0
%29.07
%66.27

Codes

Color #4B563D in popluar color models

4B 56 3D
RGB 75 86 61
HSL 86° 17.01% 28.82%
HSB/HSV 86° 29.07% 33.73%
CMYK 12.79% 0.00% 29.07%
66.27%

Color #4B563D in popluar number systems.

HEX 4B 56 3D
Decimal 75 86 61
Binary 1001011 1010110 111101
Octal 113 126 75

Shades and tints

Shades of #4B563D

#4B563D
(75,86,61)
#454F38
(69,79,56)
#3F4833
(63,72,51)
#39412E
(57,65,46)
#333A29
(51,58,41)
#2D3324
(45,51,36)
#272C1F
(39,44,31)
#21251A
(33,37,26)
#1B1E15
(27,30,21)
#151710
(21,23,16)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #4B563D

#4B563D
(75,86,61)
#5B654E
(91,101,78)
#6B745F
(107,116,95)
#7B8370
(123,131,112)
#8B9281
(139,146,129)
#9BA192
(155,161,146)
#ABB0A3
(171,176,163)
#BBBFB4
(187,191,180)
#CBCEC5
(203,206,197)
#DBDDD6
(219,221,214)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B563D; }

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

This text font color is #4B563D.

Background Color

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

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

This div background color is #4B563D.

Border color

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

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

This div border color is #4B563D.

Opacity

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

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

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

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

This text has shadow with #4B563D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B563D.

Preview

Color preview on black background

This text has color #4B563D on black background.


Color preview on white background

This text has color #4B563D on white background.


Black color preview on #4B563D background

This text has black color on #4B563D background.


White color preview on #4B563D background

This text has white color on #4B563D background.


Related colors

Complementary color

Complementary color for #hex is #B4A9C2.


I love getcolorcode.com

Triadic colors

1 #3D4B56 and #563D4B with #4B563D are triadic colors.

2 #3D564B and #564B3D with #4B563D are triadic colors.