COLOR #7D0F26

HEX: #7D0F26
RGB: (125,15,38)

Color info

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

RGB color model

#7D0F26 color RGB value is (125,15,38).

  • red value is 125;
  • green value is 15;
  • blue value is 38.
RGB:
(125,15,38)
(49%,6%,15%)

RGB channels and saturation

R 125 of 255 = 49%
G 15 of 255 = 6%
B 38 of 255 = 15%

125
15
38

R + G + B ~ 23%. #7D0F26 is dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 15 + 38 = 178 (100%)
R 125 of 178 ~ 70.22%
G 15 of 178 ~ 8.43%
B 38 of 178 ~ 21.35%

%70.22
%21.35

CMYK color model

#7D0F26 color CMYK value is (0,88,70,51).

  • cyan value is 0.00%
  • magenta value is 88.00%
  • yellow value is 69.60%
  • key color value is 50.98%
CMYK:
(0,88,70,51)
C0M88Y70K51 
(0%,88%,70%,51%)
(0.00/0.88/0.70/0.51)	

CMYK percentages

%0
%88
%69.6
%50.98

Codes

Color #7D0F26 in popluar color models

7D0F26
RGB1251538
HSL347°78.57%27.45%
HSB/HSV347°88.00%49.02%
CMYK0.00%88.00%69.60%
50.98%

Color #7D0F26 in popluar number systems.

HEX7D0F26
Decimal1251538
Binary11111011111100110
Octal1751746

Shades and tints

Shades of #7D0F26

#7D0F26
(125,15,38)
#720E23
(114,14,35)
#670D20
(103,13,32)
#5C0C1D
(92,12,29)
#510B1A
(81,11,26)
#460A17
(70,10,23)
#3B0914
(59,9,20)
#300811
(48,8,17)
#25070E
(37,7,14)
#1A060B
(26,6,11)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #7D0F26

#7D0F26
(125,15,38)
#882439
(136,36,57)
#93394C
(147,57,76)
#9E4E5F
(158,78,95)
#A96372
(169,99,114)
#B47885
(180,120,133)
#BF8D98
(191,141,152)
#CAA2AB
(202,162,171)
#D5B7BE
(213,183,190)
#E0CCD1
(224,204,209)
#EBE1E4
(235,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D0F26 color. Also use rgb(125,15,38) instead hex code.

Text Font Color

.myTextColor { color: #7D0F26; }

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

This text font color is #7D0F26.


Background Color

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

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

This div background color is #7D0F26.


Border color

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

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

This div border color is #7D0F26.


Opacity

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

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

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

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

This text has shadow with #7D0F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D0F26 on black background.


Color preview on white background

This text has color #7D0F26 on white background.



Black color preview on #7D0F26 background

This text has black color on #7D0F26 background.


White color preview on #7D0F26 background

This text has white color on #7D0F26 background.