COLOR #4A3B08

HEX: #4A3B08 RGB: (74,59,8)

Color info

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

RGB color model

#4A3B08 color RGB value is (74,59,8).

RGB: (74,59,8) (29%, 23%, 3%)

RGB channels and saturation

R 74 of 255 = 29%
G 59 of 255 = 23%
B 8 of 255 = 3%

74
59
8

R + G + B ~ 18%. #4A3B08 is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 59 + 8 = 141 (100%)
R 74 of 141 ~ 52.48%
G 59 of 141 ~ 41.84%
B 8 of 141 ~ 5.67'%

%52.48
%41.84

CMYK color model

#4A3B08 color CMYK value is (0,20,89,71).

  • cyan value is 0.00%
  • magenta value is 20.27%
  • yellow value is 89.19%
  • key color value is 70.98%

CMYK: (0,20,89,71)
C0M20Y89K71 (0%, 20%, 89%, 71%)
(0.00 / 0.20 / 0.89 / 0.71)

CMYK percentages

%0
%20.27
%89.19
%70.98

Codes

Color #4A3B08 in popluar color models

4A 3B 08
RGB 74 59 8
HSL 46° 80.49% 16.08%
HSB/HSV 46° 89.19% 29.02%
CMYK 0.00% 20.27% 89.19%
70.98%

Color #4A3B08 in popluar number systems.

HEX 4A 3B 08
Decimal 74 59 8
Binary 1001010 111011 1000
Octal 112 73 10

Shades and tints

Shades of #4A3B08

#4A3B08
(74,59,8)
#443608
(68,54,8)
#3E3108
(62,49,8)
#382C08
(56,44,8)
#322708
(50,39,8)
#2C2208
(44,34,8)
#261D08
(38,29,8)
#201808
(32,24,8)
#1A1308
(26,19,8)
#140E08
(20,14,8)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #4A3B08

#4A3B08
(74,59,8)
#5A4C1E
(90,76,30)
#6A5D34
(106,93,52)
#7A6E4A
(122,110,74)
#8A7F60
(138,127,96)
#9A9076
(154,144,118)
#AAA18C
(170,161,140)
#BAB2A2
(186,178,162)
#CAC3B8
(202,195,184)
#DAD4CE
(218,212,206)
#EAE5E4
(234,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3B08; }

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

This text font color is #4A3B08.

Background Color

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

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

This div background color is #4A3B08.

Border color

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

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

This div border color is #4A3B08.

Opacity

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

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

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

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

This text has shadow with #4A3B08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3B08.

Preview

Color preview on black background

This text has color #4A3B08 on black background.


Color preview on white background

This text has color #4A3B08 on white background.


Black color preview on #4A3B08 background

This text has black color on #4A3B08 background.


White color preview on #4A3B08 background

This text has white color on #4A3B08 background.


Related colors

Complementary color

Complementary color for #hex is #B5C4F7.


I love getcolorcode.com

Triadic colors

1 #084A3B and #3B084A with #4A3B08 are triadic colors.

2 #083B4A and #3B4A08 with #4A3B08 are triadic colors.