COLOR #4D0702

HEX: #4D0702
RGB: (77,7,2)

Color info

#4D0702 contains mainly red color. Web safe color of #4D0702 is #330000 (or #300).

RGB color model

#4D0702 color RGB value is (77,7,2).

  • red value is 77;
  • green value is 7;
  • blue value is 2.
RGB:
(77,7,2)
(30%,3%,1%)

RGB channels and saturation

R 77 of 255 = 30%
G 7 of 255 = 3%
B 2 of 255 = 1%

77
7
2

R + G + B ~ 11%. #4D0702 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 7 + 2 = 86 (100%)
R 77 of 86 ~ 89.53%
G 7 of 86 ~ 8.14%
B 2 of 86 ~ 2.33%

%89.53

CMYK color model

#4D0702 color CMYK value is (0,91,97,70).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 97.40%
  • key color value is 69.80%
CMYK:
(0,91,97,70)
C0M91Y97K70 
(0%,91%,97%,70%)
(0.00/0.91/0.97/0.70)	

CMYK percentages

%0
%90.91
%97.4
%69.8

Codes

Color #4D0702 in popluar color models

4D0702
RGB7772
HSL94.94%15.49%
HSB/HSV97.40%30.20%
CMYK0.00%90.91%97.40%
69.80%

Color #4D0702 in popluar number systems.

HEX4D0702
Decimal7772
Binary100110111110
Octal11572

Shades and tints

Shades of #4D0702

#4D0702
(77,7,2)
#460702
(70,7,2)
#3F0702
(63,7,2)
#380702
(56,7,2)
#310702
(49,7,2)
#2A0702
(42,7,2)
#230702
(35,7,2)
#1C0702
(28,7,2)
#150702
(21,7,2)
#0E0702
(14,7,2)
#070702
(7,7,2)
#000000
(0,0,0)

Tints of #4D0702

#4D0702
(77,7,2)
#5D1D19
(93,29,25)
#6D3330
(109,51,48)
#7D4947
(125,73,71)
#8D5F5E
(141,95,94)
#9D7575
(157,117,117)
#AD8B8C
(173,139,140)
#BDA1A3
(189,161,163)
#CDB7BA
(205,183,186)
#DDCDD1
(221,205,209)
#EDE3E8
(237,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D0702 color. Also use rgb(77,7,2) instead hex code.

Text Font Color

.myTextColor { color: #4D0702; }

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

This text font color is #4D0702.


Background Color

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

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

This div background color is #4D0702.


Border color

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

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

This div border color is #4D0702.


Opacity

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

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

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

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

This text has shadow with #4D0702 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0702 on black background.


Color preview on white background

This text has color #4D0702 on white background.



Black color preview on #4D0702 background

This text has black color on #4D0702 background.


White color preview on #4D0702 background

This text has white color on #4D0702 background.