COLOR #7D0430

HEX: #7D0430
RGB: (125,4,48)

Color info

#7D0430 contains mainly red color. Web safe color of #7D0430 is #660033 (or #603).

RGB color model

#7D0430 color RGB value is (125,4,48).

  • red value is 125;
  • green value is 4;
  • blue value is 48.
RGB:
(125,4,48)
(49%,2%,19%)

RGB channels and saturation

R 125 of 255 = 49%
G 4 of 255 = 2%
B 48 of 255 = 19%

125
4
48

R + G + B ~ 23%. #7D0430 is dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 4 + 48 = 177 (100%)
R 125 of 177 ~ 70.62%
G 4 of 177 ~ 2.26%
B 48 of 177 ~ 27.12%

%70.62
%27.12

CMYK color model

#7D0430 color CMYK value is (0,97,62,51).

  • cyan value is 0.00%
  • magenta value is 96.80%
  • yellow value is 61.60%
  • key color value is 50.98%
CMYK:
(0,97,62,51)
C0M97Y62K51 
(0%,97%,62%,51%)
(0.00/0.97/0.62/0.51)	

CMYK percentages

%0
%96.8
%61.6
%50.98

Codes

Color #7D0430 in popluar color models

7D0430
RGB125448
HSL338°93.80%25.29%
HSB/HSV338°96.80%49.02%
CMYK0.00%96.80%61.60%
50.98%

Color #7D0430 in popluar number systems.

HEX7D0430
Decimal125448
Binary1111101100110000
Octal175460

Shades and tints

Shades of #7D0430

#7D0430
(125,4,48)
#72042C
(114,4,44)
#670428
(103,4,40)
#5C0424
(92,4,36)
#510420
(81,4,32)
#46041C
(70,4,28)
#3B0418
(59,4,24)
#300414
(48,4,20)
#250410
(37,4,16)
#1A040C
(26,4,12)
#0F0408
(15,4,8)
#000000
(0,0,0)

Tints of #7D0430

#7D0430
(125,4,48)
#881A42
(136,26,66)
#933054
(147,48,84)
#9E4666
(158,70,102)
#A95C78
(169,92,120)
#B4728A
(180,114,138)
#BF889C
(191,136,156)
#CA9EAE
(202,158,174)
#D5B4C0
(213,180,192)
#E0CAD2
(224,202,210)
#EBE0E4
(235,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D0430 color. Also use rgb(125,4,48) instead hex code.

Text Font Color

.myTextColor { color: #7D0430; }

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

This text font color is #7D0430.


Background Color

.myBgColor { background-color: #7D0430; }

<div style="background-color:#7D0430">Inner text</div>

This div background color is #7D0430.


Border color

.myBorderColor { border: 1px solid #7D0430; }

<div style="border:3px solid #7D0430">Div</div>

This div border color is #7D0430.


Opacity

.myOpacity80 { color: #7D0430; opacity: 0.8; }

<p style="color:#7D0430;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D0430 color.

.textShadow {text-shadow: 3px 3px 1px #7D0430, 3px 3px 1px red;}

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

This text has shadow with #7D0430 primary color and red secondary color.


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

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

This text has shadow with #7D0430 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D0430 on black background.


Color preview on white background

This text has color #7D0430 on white background.



Black color preview on #7D0430 background

This text has black color on #7D0430 background.


White color preview on #7D0430 background

This text has white color on #7D0430 background.