COLOR #4A3B0B

HEX: #4A3B0B
RGB: (74,59,11)

Color info

#4A3B0B contains mainly red and green colors. Web safe color of #4A3B0B is #333300 (or #330).

RGB color model

#4A3B0B color RGB value is (74,59,11).

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

RGB channels and saturation

R 74 of 255 = 29%
G 59 of 255 = 23%
B 11 of 255 = 4%

74
59
11

R + G + B ~ 19%. #4A3B0B is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 59 + 11 = 144 (100%)
R 74 of 144 ~ 51.39%
G 59 of 144 ~ 40.97%
B 11 of 144 ~ 7.64%

%51.39
%40.97

CMYK color model

#4A3B0B color CMYK value is (0,20,85,71).

  • cyan value is 0.00%
  • magenta value is 20.27%
  • yellow value is 85.14%
  • key color value is 70.98%
CMYK:
(0,20,85,71)
C0M20Y85K71 
(0%,20%,85%,71%)
(0.00/0.20/0.85/0.71)	

CMYK percentages

%0
%20.27
%85.14
%70.98

Codes

Color #4A3B0B in popluar color models

4A3B0B
RGB745911
HSL46°74.12%16.67%
HSB/HSV46°85.14%29.02%
CMYK0.00%20.27%85.14%
70.98%

Color #4A3B0B in popluar number systems.

HEX4A3B0B
Decimal745911
Binary10010101110111011
Octal1127313

Shades and tints

Shades of #4A3B0B

#4A3B0B
(74,59,11)
#44360A
(68,54,10)
#3E3109
(62,49,9)
#382C08
(56,44,8)
#322707
(50,39,7)
#2C2206
(44,34,6)
#261D05
(38,29,5)
#201804
(32,24,4)
#1A1303
(26,19,3)
#140E02
(20,14,2)
#0E0901
(14,9,1)
#000000
(0,0,0)

Tints of #4A3B0B

#4A3B0B
(74,59,11)
#5A4C21
(90,76,33)
#6A5D37
(106,93,55)
#7A6E4D
(122,110,77)
#8A7F63
(138,127,99)
#9A9079
(154,144,121)
#AAA18F
(170,161,143)
#BAB2A5
(186,178,165)
#CAC3BB
(202,195,187)
#DAD4D1
(218,212,209)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3B0B color. Also use rgb(74,59,11) instead hex code.

Text Font Color

.myTextColor { color: #4A3B0B; }

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

This text font color is #4A3B0B.


Background Color

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

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

This div background color is #4A3B0B.


Border color

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

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

This div border color is #4A3B0B.


Opacity

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

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

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

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

This text has shadow with #4A3B0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3B0B on black background.


Color preview on white background

This text has color #4A3B0B on white background.



Black color preview on #4A3B0B background

This text has black color on #4A3B0B background.


White color preview on #4A3B0B background

This text has white color on #4A3B0B background.