COLOR #4C3B09

HEX: #4C3B09 RGB: (76,59,9)

Color info

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

RGB color model

#4C3B09 color RGB value is (76,59,9).

RGB: (76,59,9) (30%, 23%, 4%)

RGB channels and saturation

R 76 of 255 = 30%
G 59 of 255 = 23%
B 9 of 255 = 4%

76
59
9

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

Portions of RGB colors in percentages

R + G + B = 76 + 59 + 9 = 144 (100%)
R 76 of 144 ~ 52.78%
G 59 of 144 ~ 40.97%
B 9 of 144 ~ 6.25'%

%52.78
%40.97

CMYK color model

#4C3B09 color CMYK value is (0,22,88,70).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 88.16%
  • key color value is 70.20%

CMYK: (0,22,88,70)
C0M22Y88K70 (0%, 22%, 88%, 70%)
(0.00 / 0.22 / 0.88 / 0.70)

CMYK percentages

%0
%22.37
%88.16
%70.2

Codes

Color #4C3B09 in popluar color models

4C 3B 09
RGB 76 59 9
HSL 45° 78.82% 16.67%
HSB/HSV 45° 88.16% 29.80%
CMYK 0.00% 22.37% 88.16%
70.20%

Color #4C3B09 in popluar number systems.

HEX 4C 3B 09
Decimal 76 59 9
Binary 1001100 111011 1001
Octal 114 73 11

Shades and tints

Shades of #4C3B09

#4C3B09
(76,59,9)
#463609
(70,54,9)
#403109
(64,49,9)
#3A2C09
(58,44,9)
#342709
(52,39,9)
#2E2209
(46,34,9)
#281D09
(40,29,9)
#221809
(34,24,9)
#1C1309
(28,19,9)
#160E09
(22,14,9)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #4C3B09

#4C3B09
(76,59,9)
#5C4C1F
(92,76,31)
#6C5D35
(108,93,53)
#7C6E4B
(124,110,75)
#8C7F61
(140,127,97)
#9C9077
(156,144,119)
#ACA18D
(172,161,141)
#BCB2A3
(188,178,163)
#CCC3B9
(204,195,185)
#DCD4CF
(220,212,207)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3B09 color. Also use rgb(76,59,9) instead hex code.

Text Font Color

.myTextColor { color: #4C3B09; }

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

This text font color is #4C3B09.

Background Color

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

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

This div background color is #4C3B09.

Border color

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

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

This div border color is #4C3B09.

Opacity

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

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

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

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

This text has shadow with #4C3B09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3B09.

Preview

Color preview on black background

This text has color #4C3B09 on black background.


Color preview on white background

This text has color #4C3B09 on white background.


Black color preview on #4C3B09 background

This text has black color on #4C3B09 background.


White color preview on #4C3B09 background

This text has white color on #4C3B09 background.


Related colors

Complementary color

Complementary color for #hex is #B3C4F6.


I love getcolorcode.com

Triadic colors

1 #094C3B and #3B094C with #4C3B09 are triadic colors.

2 #093B4C and #3B4C09 with #4C3B09 are triadic colors.