COLOR #7D1512

HEX: #7D1512
RGB: (125,21,18)

Color info

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

RGB color model

#7D1512 color RGB value is (125,21,18).

  • red value is 125;
  • green value is 21;
  • blue value is 18.
RGB:
(125,21,18)
(49%,8%,7%)

RGB channels and saturation

R 125 of 255 = 49%
G 21 of 255 = 8%
B 18 of 255 = 7%

125
21
18

R + G + B ~ 21%. #7D1512 is dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 21 + 18 = 164 (100%)
R 125 of 164 ~ 76.22%
G 21 of 164 ~ 12.8%
B 18 of 164 ~ 10.98%

%76.22
%12.8
%10.98

CMYK color model

#7D1512 color CMYK value is (0,83,86,51).

  • cyan value is 0.00%
  • magenta value is 83.20%
  • yellow value is 85.60%
  • key color value is 50.98%
CMYK:
(0,83,86,51)
C0M83Y86K51 
(0%,83%,86%,51%)
(0.00/0.83/0.86/0.51)	

CMYK percentages

%0
%83.2
%85.6
%50.98

Codes

Color #7D1512 in popluar color models

7D1512
RGB1252118
HSL74.83%28.04%
HSB/HSV85.60%49.02%
CMYK0.00%83.20%85.60%
50.98%

Color #7D1512 in popluar number systems.

HEX7D1512
Decimal1252118
Binary11111011010110010
Octal1752522

Shades and tints

Shades of #7D1512

#7D1512
(125,21,18)
#721411
(114,20,17)
#671310
(103,19,16)
#5C120F
(92,18,15)
#51110E
(81,17,14)
#46100D
(70,16,13)
#3B0F0C
(59,15,12)
#300E0B
(48,14,11)
#250D0A
(37,13,10)
#1A0C09
(26,12,9)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #7D1512

#7D1512
(125,21,18)
#882A27
(136,42,39)
#933F3C
(147,63,60)
#9E5451
(158,84,81)
#A96966
(169,105,102)
#B47E7B
(180,126,123)
#BF9390
(191,147,144)
#CAA8A5
(202,168,165)
#D5BDBA
(213,189,186)
#E0D2CF
(224,210,207)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1512 color. Also use rgb(125,21,18) instead hex code.

Text Font Color

.myTextColor { color: #7D1512; }

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

This text font color is #7D1512.


Background Color

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

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

This div background color is #7D1512.


Border color

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

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

This div border color is #7D1512.


Opacity

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

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

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

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

This text has shadow with #7D1512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1512 on black background.


Color preview on white background

This text has color #7D1512 on white background.



Black color preview on #7D1512 background

This text has black color on #7D1512 background.


White color preview on #7D1512 background

This text has white color on #7D1512 background.