COLOR #4A513D

HEX: #4A513D
RGB: (74,81,61)

Color info

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

RGB color model

#4A513D color RGB value is (74,81,61).

  • red value is 74;
  • green value is 81;
  • blue value is 61.
RGB:
(74,81,61)
(29%,32%,24%)

RGB channels and saturation

R 74 of 255 = 29%
G 81 of 255 = 32%
B 61 of 255 = 24%

74
81
61

R + G + B ~ 28%. #4A513D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 81 + 61 = 216 (100%)
R 74 of 216 ~ 34.26%
G 81 of 216 ~ 37.5%
B 61 of 216 ~ 28.24%

%34.26
%37.5
%28.24

CMYK color model

#4A513D color CMYK value is (9,0,25,68).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 68.24%
CMYK:
(9,0,25,68)
C9M0Y25K68 
(9%,0%,25%,68%)
(0.09/0.00/0.25/0.68)	

CMYK percentages

%8.64
%0
%24.69
%68.24

Codes

Color #4A513D in popluar color models

4A513D
RGB748161
HSL81°14.08%27.84%
HSB/HSV81°24.69%31.76%
CMYK8.64%0.00%24.69%
68.24%

Color #4A513D in popluar number systems.

HEX4A513D
Decimal748161
Binary10010101010001111101
Octal11212175

Shades and tints

Shades of #4A513D

#4A513D
(74,81,61)
#444A38
(68,74,56)
#3E4333
(62,67,51)
#383C2E
(56,60,46)
#323529
(50,53,41)
#2C2E24
(44,46,36)
#26271F
(38,39,31)
#20201A
(32,32,26)
#1A1915
(26,25,21)
#141210
(20,18,16)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #4A513D

#4A513D
(74,81,61)
#5A604E
(90,96,78)
#6A6F5F
(106,111,95)
#7A7E70
(122,126,112)
#8A8D81
(138,141,129)
#9A9C92
(154,156,146)
#AAABA3
(170,171,163)
#BABAB4
(186,186,180)
#CAC9C5
(202,201,197)
#DAD8D6
(218,216,214)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A513D color. Also use rgb(74,81,61) instead hex code.

Text Font Color

.myTextColor { color: #4A513D; }

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

This text font color is #4A513D.


Background Color

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

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

This div background color is #4A513D.


Border color

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

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

This div border color is #4A513D.


Opacity

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

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

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

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

This text has shadow with #4A513D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A513D on black background.


Color preview on white background

This text has color #4A513D on white background.



Black color preview on #4A513D background

This text has black color on #4A513D background.


White color preview on #4A513D background

This text has white color on #4A513D background.