COLOR #7F0D0F

HEX: #7F0D0F RGB: (127,13,15)

Color info

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

RGB color model

#7F0D0F color RGB value is (127,13,15).

RGB: (127,13,15) (50%, 5%, 6%)

RGB channels and saturation

R 127 of 255 = 50%
G 13 of 255 = 5%
B 15 of 255 = 6%

127
13
15

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

Portions of RGB colors in percentages

R + G + B = 127 + 13 + 15 = 155 (100%)
R 127 of 155 ~ 81.94%
G 13 of 155 ~ 8.39%
B 15 of 155 ~ 9.68'%

%81.94
%9.68

CMYK color model

#7F0D0F color CMYK value is (0,90,88,50).

  • cyan value is 0.00%
  • magenta value is 89.76%
  • yellow value is 88.19%
  • key color value is 50.20%
CMYK: (0,90,88,50) C0M90Y88K50 (0%,90%,88%,50%) (0.00/0.90/0.88/0.50) 

CMYK percentages

%0
%89.76
%88.19
%50.2

Codes

Color #7F0D0F in popluar color models

7F 0D 0F
RGB 127 13 15
HSL 359° 81.43% 27.45%
HSB/HSV 359° 89.76% 49.80%
CMYK 0.00% 89.76% 88.19%
50.20%

Color #7F0D0F in popluar number systems.

HEX 7F 0D 0F
Decimal 127 13 15
Binary 1111111 1101 1111
Octal 177 15 17

Shades and tints

Shades of #7F0D0F

#7F0D0F
(127,13,15)
#740C0E
(116,12,14)
#690B0D
(105,11,13)
#5E0A0C
(94,10,12)
#53090B
(83,9,11)
#48080A
(72,8,10)
#3D0709
(61,7,9)
#320608
(50,6,8)
#270507
(39,5,7)
#1C0406
(28,4,6)
#110305
(17,3,5)
#000000
(0,0,0)

Tints of #7F0D0F

#7F0D0F
(127,13,15)
#8A2324
(138,35,36)
#953939
(149,57,57)
#A04F4E
(160,79,78)
#AB6563
(171,101,99)
#B67B78
(182,123,120)
#C1918D
(193,145,141)
#CCA7A2
(204,167,162)
#D7BDB7
(215,189,183)
#E2D3CC
(226,211,204)
#EDE9E1
(237,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F0D0F color. Also use rgb(127,13,15) instead hex code.

Text Font Color

.myTextColor { color: #7F0D0F; }

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

This text font color is #7F0D0F.

Background Color

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

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

This div background color is #7F0D0F.

Border color

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

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

This div border color is #7F0D0F.

Opacity

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

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

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

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

This text has shadow with #7F0D0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F0D0F.

Preview

Color preview on black background

This text has color #7F0D0F on black background.


Color preview on white background

This text has color #7F0D0F on white background.


Black color preview on #7F0D0F background

This text has black color on #7F0D0F background.


White color preview on #7F0D0F background

This text has white color on #7F0D0F background.


Related colors

Complementary color

Complementary color for #hex is #80F2F0.


I love getcolorcode.com

Triadic colors

1 #0F7F0D and #0D0F7F with #7F0D0F are triadic colors.

2 #0F0D7F and #0D7F0F with #7F0D0F are triadic colors.