COLOR #4D340A

HEX: #4D340A
RGB: (77,52,10)

Color info

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

RGB color model

#4D340A color RGB value is (77,52,10).

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

RGB channels and saturation

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

77
52
10

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

Portions of RGB colors in percentages

R + G + B =
77 + 52 + 10 = 139 (100%)
R 77 of 139 ~ 55.4%
G 52 of 139 ~ 37.41%
B 10 of 139 ~ 7.19%

%55.4
%37.41

CMYK color model

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

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

CMYK percentages

%0
%32.47
%87.01
%69.8

Codes

Color #4D340A in popluar color models

4D340A
RGB775210
HSL38°77.01%17.06%
HSB/HSV38°87.01%30.20%
CMYK0.00%32.47%87.01%
69.80%

Color #4D340A in popluar number systems.

HEX4D340A
Decimal775210
Binary10011011101001010
Octal1156412

Shades and tints

Shades of #4D340A

#4D340A
(77,52,10)
#46300A
(70,48,10)
#3F2C0A
(63,44,10)
#38280A
(56,40,10)
#31240A
(49,36,10)
#2A200A
(42,32,10)
#231C0A
(35,28,10)
#1C180A
(28,24,10)
#15140A
(21,20,10)
#0E100A
(14,16,10)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #4D340A

#4D340A
(77,52,10)
#5D4620
(93,70,32)
#6D5836
(109,88,54)
#7D6A4C
(125,106,76)
#8D7C62
(141,124,98)
#9D8E78
(157,142,120)
#ADA08E
(173,160,142)
#BDB2A4
(189,178,164)
#CDC4BA
(205,196,186)
#DDD6D0
(221,214,208)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D340A; }

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

This text font color is #4D340A.


Background Color

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

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

This div background color is #4D340A.


Border color

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

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

This div border color is #4D340A.


Opacity

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

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

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

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

This text has shadow with #4D340A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D340A on black background.


Color preview on white background

This text has color #4D340A on white background.



Black color preview on #4D340A background

This text has black color on #4D340A background.


White color preview on #4D340A background

This text has white color on #4D340A background.