COLOR #7D0C0E

HEX: #7D0C0E
RGB: (125,12,14)

Color info

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

RGB color model

#7D0C0E color RGB value is (125,12,14).

  • red value is 125;
  • green value is 12;
  • blue value is 14.
RGB:
(125,12,14)
(49%,5%,5%)

RGB channels and saturation

R 125 of 255 = 49%
G 12 of 255 = 5%
B 14 of 255 = 5%

125
12
14

R + G + B ~ 20%. #7D0C0E is dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 12 + 14 = 151 (100%)
R 125 of 151 ~ 82.78%
G 12 of 151 ~ 7.95%
B 14 of 151 ~ 9.27%

%82.78

CMYK color model

#7D0C0E color CMYK value is (0,90,89,51).

  • cyan value is 0.00%
  • magenta value is 90.40%
  • yellow value is 88.80%
  • key color value is 50.98%
CMYK:
(0,90,89,51)
C0M90Y89K51 
(0%,90%,89%,51%)
(0.00/0.90/0.89/0.51)	

CMYK percentages

%0
%90.4
%88.8
%50.98

Codes

Color #7D0C0E in popluar color models

7D0C0E
RGB1251214
HSL359°82.48%26.86%
HSB/HSV359°90.40%49.02%
CMYK0.00%90.40%88.80%
50.98%

Color #7D0C0E in popluar number systems.

HEX7D0C0E
Decimal1251214
Binary111110111001110
Octal1751416

Shades and tints

Shades of #7D0C0E

#7D0C0E
(125,12,14)
#720B0D
(114,11,13)
#670A0C
(103,10,12)
#5C090B
(92,9,11)
#51080A
(81,8,10)
#460709
(70,7,9)
#3B0608
(59,6,8)
#300507
(48,5,7)
#250406
(37,4,6)
#1A0305
(26,3,5)
#0F0204
(15,2,4)
#000000
(0,0,0)

Tints of #7D0C0E

#7D0C0E
(125,12,14)
#882223
(136,34,35)
#933838
(147,56,56)
#9E4E4D
(158,78,77)
#A96462
(169,100,98)
#B47A77
(180,122,119)
#BF908C
(191,144,140)
#CAA6A1
(202,166,161)
#D5BCB6
(213,188,182)
#E0D2CB
(224,210,203)
#EBE8E0
(235,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D0C0E color. Also use rgb(125,12,14) instead hex code.

Text Font Color

.myTextColor { color: #7D0C0E; }

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

This text font color is #7D0C0E.


Background Color

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

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

This div background color is #7D0C0E.


Border color

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

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

This div border color is #7D0C0E.


Opacity

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

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

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

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

This text has shadow with #7D0C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D0C0E on black background.


Color preview on white background

This text has color #7D0C0E on white background.



Black color preview on #7D0C0E background

This text has black color on #7D0C0E background.


White color preview on #7D0C0E background

This text has white color on #7D0C0E background.