COLOR #4B4A1D

HEX: #4B4A1D
RGB: (75,74,29)

Color info

#4B4A1D contains red, green and blue colors in about the same proportion. Web safe color of #4B4A1D is #333333 (or #333).

RGB color model

#4B4A1D color RGB value is (75,74,29).

  • red value is 75;
  • green value is 74;
  • blue value is 29.
RGB:
(75,74,29)
(29%,29%,11%)

RGB channels and saturation

R 75 of 255 = 29%
G 74 of 255 = 29%
B 29 of 255 = 11%

75
74
29

R + G + B ~ 23%. #4B4A1D is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 74 + 29 = 178 (100%)
R 75 of 178 ~ 42.13%
G 74 of 178 ~ 41.57%
B 29 of 178 ~ 16.29%

%42.13
%41.57
%16.29

CMYK color model

#4B4A1D color CMYK value is (0,1,61,71).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 61.33%
  • key color value is 70.59%
CMYK:
(0,1,61,71)
C0M1Y61K71 
(0%,1%,61%,71%)
(0.00/0.01/0.61/0.71)	

CMYK percentages

%0
%1.33
%61.33
%70.59

Codes

Color #4B4A1D in popluar color models

4B4A1D
RGB757429
HSL59°44.23%20.39%
HSB/HSV59°61.33%29.41%
CMYK0.00%1.33%61.33%
70.59%

Color #4B4A1D in popluar number systems.

HEX4B4A1D
Decimal757429
Binary1001011100101011101
Octal11311235

Shades and tints

Shades of #4B4A1D

#4B4A1D
(75,74,29)
#45441B
(69,68,27)
#3F3E19
(63,62,25)
#393817
(57,56,23)
#333215
(51,50,21)
#2D2C13
(45,44,19)
#272611
(39,38,17)
#21200F
(33,32,15)
#1B1A0D
(27,26,13)
#15140B
(21,20,11)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #4B4A1D

#4B4A1D
(75,74,29)
#5B5A31
(91,90,49)
#6B6A45
(107,106,69)
#7B7A59
(123,122,89)
#8B8A6D
(139,138,109)
#9B9A81
(155,154,129)
#ABAA95
(171,170,149)
#BBBAA9
(187,186,169)
#CBCABD
(203,202,189)
#DBDAD1
(219,218,209)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4A1D color. Also use rgb(75,74,29) instead hex code.

Text Font Color

.myTextColor { color: #4B4A1D; }

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

This text font color is #4B4A1D.


Background Color

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

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

This div background color is #4B4A1D.


Border color

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

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

This div border color is #4B4A1D.


Opacity

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

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

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

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

This text has shadow with #4B4A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4A1D on black background.


Color preview on white background

This text has color #4B4A1D on white background.



Black color preview on #4B4A1D background

This text has black color on #4B4A1D background.


White color preview on #4B4A1D background

This text has white color on #4B4A1D background.