COLOR #7F082B

HEX: #7F082B
RGB: (127,8,43)

Color info

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

RGB color model

#7F082B color RGB value is (127,8,43).

  • red value is 127;
  • green value is 8;
  • blue value is 43.
RGB:
(127,8,43)
(50%,3%,17%)

RGB channels and saturation

R 127 of 255 = 50%
G 8 of 255 = 3%
B 43 of 255 = 17%

127
8
43

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

Portions of RGB colors in percentages

R + G + B =
127 + 8 + 43 = 178 (100%)
R 127 of 178 ~ 71.35%
G 8 of 178 ~ 4.49%
B 43 of 178 ~ 24.16%

%71.35
%24.16

CMYK color model

#7F082B color CMYK value is (0,94,66,50).

  • cyan value is 0.00%
  • magenta value is 93.70%
  • yellow value is 66.14%
  • key color value is 50.20%
CMYK:
(0,94,66,50)
C0M94Y66K50 
(0%,94%,66%,50%)
(0.00/0.94/0.66/0.50)	

CMYK percentages

%0
%93.7
%66.14
%50.2

Codes

Color #7F082B in popluar color models

7F082B
RGB127843
HSL342°88.15%26.47%
HSB/HSV342°93.70%49.80%
CMYK0.00%93.70%66.14%
50.20%

Color #7F082B in popluar number systems.

HEX7F082B
Decimal127843
Binary11111111000101011
Octal1771053

Shades and tints

Shades of #7F082B

#7F082B
(127,8,43)
#740828
(116,8,40)
#690825
(105,8,37)
#5E0822
(94,8,34)
#53081F
(83,8,31)
#48081C
(72,8,28)
#3D0819
(61,8,25)
#320816
(50,8,22)
#270813
(39,8,19)
#1C0810
(28,8,16)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #7F082B

#7F082B
(127,8,43)
#8A1E3E
(138,30,62)
#953451
(149,52,81)
#A04A64
(160,74,100)
#AB6077
(171,96,119)
#B6768A
(182,118,138)
#C18C9D
(193,140,157)
#CCA2B0
(204,162,176)
#D7B8C3
(215,184,195)
#E2CED6
(226,206,214)
#EDE4E9
(237,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F082B color. Also use rgb(127,8,43) instead hex code.

Text Font Color

.myTextColor { color: #7F082B; }

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

This text font color is #7F082B.


Background Color

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

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

This div background color is #7F082B.


Border color

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

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

This div border color is #7F082B.


Opacity

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

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

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

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

This text has shadow with #7F082B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F082B on black background.


Color preview on white background

This text has color #7F082B on white background.



Black color preview on #7F082B background

This text has black color on #7F082B background.


White color preview on #7F082B background

This text has white color on #7F082B background.