COLOR #7D0503

HEX: #7D0503 RGB: (125,5,3)

Color info

#7D0503 contains mainly red color. Web safe color of #7D0503 is #660000 (or #600).

RGB color model

#7D0503 color RGB value is (125,5,3).

RGB: (125,5,3) (49%, 2%, 1%)

RGB channels and saturation

R 125 of 255 = 49%
G 5 of 255 = 2%
B 3 of 255 = 1%

125
5
3

R + G + B ~ 17%. #7D0503 is dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 5 + 3 = 133 (100%)
R 125 of 133 ~ 93.98%
G 5 of 133 ~ 3.76%
B 3 of 133 ~ 2.26'%

%93.98

CMYK color model

#7D0503 color CMYK value is (0,96,98,51).

  • cyan value is 0.00%
  • magenta value is 96.00%
  • yellow value is 97.60%
  • key color value is 50.98%

CMYK: (0,96,98,51)
C0M96Y98K51 (0%, 96%, 98%, 51%)
(0.00 / 0.96 / 0.98 / 0.51)

CMYK percentages

%0
%96
%97.6
%50.98

Codes

Color #7D0503 in popluar color models

7D 05 03
RGB 125 5 3
HSL 95.31% 25.10%
HSB/HSV 97.60% 49.02%
CMYK 0.00% 96.00% 97.60%
50.98%

Color #7D0503 in popluar number systems.

HEX 7D 05 03
Decimal 125 5 3
Binary 1111101 101 11
Octal 175 5 3

Shades and tints

Shades of #7D0503

#7D0503
(125,5,3)
#720503
(114,5,3)
#670503
(103,5,3)
#5C0503
(92,5,3)
#510503
(81,5,3)
#460503
(70,5,3)
#3B0503
(59,5,3)
#300503
(48,5,3)
#250503
(37,5,3)
#1A0503
(26,5,3)
#0F0503
(15,5,3)
#000000
(0,0,0)

Tints of #7D0503

#7D0503
(125,5,3)
#881B19
(136,27,25)
#93312F
(147,49,47)
#9E4745
(158,71,69)
#A95D5B
(169,93,91)
#B47371
(180,115,113)
#BF8987
(191,137,135)
#CA9F9D
(202,159,157)
#D5B5B3
(213,181,179)
#E0CBC9
(224,203,201)
#EBE1DF
(235,225,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D0503 color. Also use rgb(125,5,3) instead hex code.

Text Font Color

.myTextColor { color: #7D0503; }

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

This text font color is #7D0503.

Background Color

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

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

This div background color is #7D0503.

Border color

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

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

This div border color is #7D0503.

Opacity

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

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

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

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

This text has shadow with #7D0503 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D0503.

Preview

Color preview on black background

This text has color #7D0503 on black background.


Color preview on white background

This text has color #7D0503 on white background.


Black color preview on #7D0503 background

This text has black color on #7D0503 background.


White color preview on #7D0503 background

This text has white color on #7D0503 background.


Related colors

Complementary color

Complementary color for #hex is #82FAFC.


I love getcolorcode.com

Triadic colors

1 #037D05 and #05037D with #7D0503 are triadic colors.

2 #03057D and #057D03 with #7D0503 are triadic colors.