COLOR #7D0E3E

HEX: #7D0E3E
RGB: (125,14,62)

Color info

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

RGB color model

#7D0E3E color RGB value is (125,14,62).

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

RGB channels and saturation

R 125 of 255 = 49%
G 14 of 255 = 5%
B 62 of 255 = 24%

125
14
62

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

Portions of RGB colors in percentages

R + G + B =
125 + 14 + 62 = 201 (100%)
R 125 of 201 ~ 62.19%
G 14 of 201 ~ 6.97%
B 62 of 201 ~ 30.85%

%62.19
%30.85

CMYK color model

#7D0E3E color CMYK value is (0,89,50,51).

  • cyan value is 0.00%
  • magenta value is 88.80%
  • yellow value is 50.40%
  • key color value is 50.98%
CMYK:
(0,89,50,51)
C0M89Y50K51 
(0%,89%,50%,51%)
(0.00/0.89/0.50/0.51)	

CMYK percentages

%0
%88.8
%50.4
%50.98

Codes

Color #7D0E3E in popluar color models

7D0E3E
RGB1251462
HSL334°79.86%27.25%
HSB/HSV334°88.80%49.02%
CMYK0.00%88.80%50.40%
50.98%

Color #7D0E3E in popluar number systems.

HEX7D0E3E
Decimal1251462
Binary11111011110111110
Octal1751676

Shades and tints

Shades of #7D0E3E

#7D0E3E
(125,14,62)
#720D39
(114,13,57)
#670C34
(103,12,52)
#5C0B2F
(92,11,47)
#510A2A
(81,10,42)
#460925
(70,9,37)
#3B0820
(59,8,32)
#30071B
(48,7,27)
#250616
(37,6,22)
#1A0511
(26,5,17)
#0F040C
(15,4,12)
#000000
(0,0,0)

Tints of #7D0E3E

#7D0E3E
(125,14,62)
#88234F
(136,35,79)
#933860
(147,56,96)
#9E4D71
(158,77,113)
#A96282
(169,98,130)
#B47793
(180,119,147)
#BF8CA4
(191,140,164)
#CAA1B5
(202,161,181)
#D5B6C6
(213,182,198)
#E0CBD7
(224,203,215)
#EBE0E8
(235,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D0E3E; }

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

This text font color is #7D0E3E.


Background Color

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

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

This div background color is #7D0E3E.


Border color

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

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

This div border color is #7D0E3E.


Opacity

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

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

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

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

This text has shadow with #7D0E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D0E3E on black background.


Color preview on white background

This text has color #7D0E3E on white background.



Black color preview on #7D0E3E background

This text has black color on #7D0E3E background.


White color preview on #7D0E3E background

This text has white color on #7D0E3E background.