COLOR #7D163E

HEX: #7D163E
RGB: (125,22,62)

Color info

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

RGB color model

#7D163E color RGB value is (125,22,62).

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

RGB channels and saturation

R 125 of 255 = 49%
G 22 of 255 = 9%
B 62 of 255 = 24%

125
22
62

R + G + B ~ 27%. #7D163E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 22 + 62 = 209 (100%)
R 125 of 209 ~ 59.81%
G 22 of 209 ~ 10.53%
B 62 of 209 ~ 29.67%

%59.81
%10.53
%29.67

CMYK color model

#7D163E color CMYK value is (0,82,50,51).

  • cyan value is 0.00%
  • magenta value is 82.40%
  • yellow value is 50.40%
  • key color value is 50.98%
CMYK:
(0,82,50,51)
C0M82Y50K51 
(0%,82%,50%,51%)
(0.00/0.82/0.50/0.51)	

CMYK percentages

%0
%82.4
%50.4
%50.98

Codes

Color #7D163E in popluar color models

7D163E
RGB1252262
HSL337°70.07%28.82%
HSB/HSV337°82.40%49.02%
CMYK0.00%82.40%50.40%
50.98%

Color #7D163E in popluar number systems.

HEX7D163E
Decimal1252262
Binary111110110110111110
Octal1752676

Shades and tints

Shades of #7D163E

#7D163E
(125,22,62)
#721439
(114,20,57)
#671234
(103,18,52)
#5C102F
(92,16,47)
#510E2A
(81,14,42)
#460C25
(70,12,37)
#3B0A20
(59,10,32)
#30081B
(48,8,27)
#250616
(37,6,22)
#1A0411
(26,4,17)
#0F020C
(15,2,12)
#000000
(0,0,0)

Tints of #7D163E

#7D163E
(125,22,62)
#882B4F
(136,43,79)
#934060
(147,64,96)
#9E5571
(158,85,113)
#A96A82
(169,106,130)
#B47F93
(180,127,147)
#BF94A4
(191,148,164)
#CAA9B5
(202,169,181)
#D5BEC6
(213,190,198)
#E0D3D7
(224,211,215)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D163E; }

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

This text font color is #7D163E.


Background Color

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

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

This div background color is #7D163E.


Border color

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

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

This div border color is #7D163E.


Opacity

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

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

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

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

This text has shadow with #7D163E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D163E on black background.


Color preview on white background

This text has color #7D163E on white background.



Black color preview on #7D163E background

This text has black color on #7D163E background.


White color preview on #7D163E background

This text has white color on #7D163E background.