COLOR #4C340A

HEX: #4C340A
RGB: (76,52,10)

Color info

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

RGB color model

#4C340A color RGB value is (76,52,10).

  • red value is 76;
  • green value is 52;
  • blue value is 10.
RGB:
(76,52,10)
(30%,20%,4%)

RGB channels and saturation

R 76 of 255 = 30%
G 52 of 255 = 20%
B 10 of 255 = 4%

76
52
10

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

Portions of RGB colors in percentages

R + G + B =
76 + 52 + 10 = 138 (100%)
R 76 of 138 ~ 55.07%
G 52 of 138 ~ 37.68%
B 10 of 138 ~ 7.25%

%55.07
%37.68

CMYK color model

#4C340A color CMYK value is (0,32,87,70).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 86.84%
  • key color value is 70.20%
CMYK:
(0,32,87,70)
C0M32Y87K70 
(0%,32%,87%,70%)
(0.00/0.32/0.87/0.70)	

CMYK percentages

%0
%31.58
%86.84
%70.2

Codes

Color #4C340A in popluar color models

4C340A
RGB765210
HSL38°76.74%16.86%
HSB/HSV38°86.84%29.80%
CMYK0.00%31.58%86.84%
70.20%

Color #4C340A in popluar number systems.

HEX4C340A
Decimal765210
Binary10011001101001010
Octal1146412

Shades and tints

Shades of #4C340A

#4C340A
(76,52,10)
#46300A
(70,48,10)
#402C0A
(64,44,10)
#3A280A
(58,40,10)
#34240A
(52,36,10)
#2E200A
(46,32,10)
#281C0A
(40,28,10)
#22180A
(34,24,10)
#1C140A
(28,20,10)
#16100A
(22,16,10)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #4C340A

#4C340A
(76,52,10)
#5C4620
(92,70,32)
#6C5836
(108,88,54)
#7C6A4C
(124,106,76)
#8C7C62
(140,124,98)
#9C8E78
(156,142,120)
#ACA08E
(172,160,142)
#BCB2A4
(188,178,164)
#CCC4BA
(204,196,186)
#DCD6D0
(220,214,208)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C340A color. Also use rgb(76,52,10) instead hex code.

Text Font Color

.myTextColor { color: #4C340A; }

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

This text font color is #4C340A.


Background Color

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

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

This div background color is #4C340A.


Border color

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

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

This div border color is #4C340A.


Opacity

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

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

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

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

This text has shadow with #4C340A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C340A on black background.


Color preview on white background

This text has color #4C340A on white background.



Black color preview on #4C340A background

This text has black color on #4C340A background.


White color preview on #4C340A background

This text has white color on #4C340A background.