COLOR #4D300A

HEX: #4D300A RGB: (77,48,10)

Color info

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

RGB color model

#4D300A color RGB value is (77,48,10).

RGB: (77,48,10) (30%, 19%, 4%)

RGB channels and saturation

R 77 of 255 = 30%
G 48 of 255 = 19%
B 10 of 255 = 4%

77
48
10

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

Portions of RGB colors in percentages

R + G + B = 77 + 48 + 10 = 135 (100%)
R 77 of 135 ~ 57.04%
G 48 of 135 ~ 35.56%
B 10 of 135 ~ 7.41'%

%57.04
%35.56

CMYK color model

#4D300A color CMYK value is (0,38,87,70).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 87.01%
  • key color value is 69.80%

CMYK: (0,38,87,70)
C0M38Y87K70 (0%, 38%, 87%, 70%)
(0.00 / 0.38 / 0.87 / 0.70)

CMYK percentages

%0
%37.66
%87.01
%69.8

Codes

Color #4D300A in popluar color models

4D 30 0A
RGB 77 48 10
HSL 34° 77.01% 17.06%
HSB/HSV 34° 87.01% 30.20%
CMYK 0.00% 37.66% 87.01%
69.80%

Color #4D300A in popluar number systems.

HEX 4D 30 0A
Decimal 77 48 10
Binary 1001101 110000 1010
Octal 115 60 12

Shades and tints

Shades of #4D300A

#4D300A
(77,48,10)
#462C0A
(70,44,10)
#3F280A
(63,40,10)
#38240A
(56,36,10)
#31200A
(49,32,10)
#2A1C0A
(42,28,10)
#23180A
(35,24,10)
#1C140A
(28,20,10)
#15100A
(21,16,10)
#0E0C0A
(14,12,10)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #4D300A

#4D300A
(77,48,10)
#5D4220
(93,66,32)
#6D5436
(109,84,54)
#7D664C
(125,102,76)
#8D7862
(141,120,98)
#9D8A78
(157,138,120)
#AD9C8E
(173,156,142)
#BDAEA4
(189,174,164)
#CDC0BA
(205,192,186)
#DDD2D0
(221,210,208)
#EDE4E6
(237,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D300A; }

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

This text font color is #4D300A.

Background Color

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

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

This div background color is #4D300A.

Border color

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

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

This div border color is #4D300A.

Opacity

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

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

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

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

This text has shadow with #4D300A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D300A.

Preview

Color preview on black background

This text has color #4D300A on black background.


Color preview on white background

This text has color #4D300A on white background.


Black color preview on #4D300A background

This text has black color on #4D300A background.


White color preview on #4D300A background

This text has white color on #4D300A background.


Related colors

Complementary color

Complementary color for #hex is #B2CFF5.


I love getcolorcode.com

Triadic colors

1 #0A4D30 and #300A4D with #4D300A are triadic colors.

2 #0A304D and #304D0A with #4D300A are triadic colors.