COLOR #7D0D3C

HEX: #7D0D3C RGB: (125,13,60)

Color info

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

RGB color model

#7D0D3C color RGB value is (125,13,60).

RGB: (125,13,60) (49%, 5%, 24%)

RGB channels and saturation

R 125 of 255 = 49%
G 13 of 255 = 5%
B 60 of 255 = 24%

125
13
60

R + G + B ~ 26%. #7D0D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 13 + 60 = 198 (100%)
R 125 of 198 ~ 63.13%
G 13 of 198 ~ 6.57%
B 60 of 198 ~ 30.3'%

%63.13
%30.3

CMYK color model

#7D0D3C color CMYK value is (0,90,52,51).

  • cyan value is 0.00%
  • magenta value is 89.60%
  • yellow value is 52.00%
  • key color value is 50.98%

CMYK: (0,90,52,51)
C0M90Y52K51 (0%, 90%, 52%, 51%)
(0.00 / 0.90 / 0.52 / 0.51)

CMYK percentages

%0
%89.6
%52
%50.98

Codes

Color #7D0D3C in popluar color models

7D 0D 3C
RGB 125 13 60
HSL 335° 81.16% 27.06%
HSB/HSV 335° 89.60% 49.02%
CMYK 0.00% 89.60% 52.00%
50.98%

Color #7D0D3C in popluar number systems.

HEX 7D 0D 3C
Decimal 125 13 60
Binary 1111101 1101 111100
Octal 175 15 74

Shades and tints

Shades of #7D0D3C

#7D0D3C
(125,13,60)
#720C37
(114,12,55)
#670B32
(103,11,50)
#5C0A2D
(92,10,45)
#510928
(81,9,40)
#460823
(70,8,35)
#3B071E
(59,7,30)
#300619
(48,6,25)
#250514
(37,5,20)
#1A040F
(26,4,15)
#0F030A
(15,3,10)
#000000
(0,0,0)

Tints of #7D0D3C

#7D0D3C
(125,13,60)
#88234D
(136,35,77)
#93395E
(147,57,94)
#9E4F6F
(158,79,111)
#A96580
(169,101,128)
#B47B91
(180,123,145)
#BF91A2
(191,145,162)
#CAA7B3
(202,167,179)
#D5BDC4
(213,189,196)
#E0D3D5
(224,211,213)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D0D3C color. Also use rgb(125,13,60) instead hex code.

Text Font Color

.myTextColor { color: #7D0D3C; }

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

This text font color is #7D0D3C.

Background Color

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

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

This div background color is #7D0D3C.

Border color

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

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

This div border color is #7D0D3C.

Opacity

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

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

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

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

This text has shadow with #7D0D3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D0D3C.

Preview

Color preview on black background

This text has color #7D0D3C on black background.


Color preview on white background

This text has color #7D0D3C on white background.


Black color preview on #7D0D3C background

This text has black color on #7D0D3C background.


White color preview on #7D0D3C background

This text has white color on #7D0D3C background.


Related colors

Complementary color

Complementary color for #hex is #82F2C3.


I love getcolorcode.com

Triadic colors

1 #3C7D0D and #0D3C7D with #7D0D3C are triadic colors.

2 #3C0D7D and #0D7D3C with #7D0D3C are triadic colors.