COLOR #7D0C44

HEX: #7D0C44
RGB: (125,12,68)

Color info

#7D0C44 contains mainly red and blue colors. Web safe color of #7D0C44 is #660033 (or #603).

RGB color model

#7D0C44 color RGB value is (125,12,68).

  • red value is 125;
  • green value is 12;
  • blue value is 68.
RGB:
(125,12,68)
(49%,5%,27%)

RGB channels and saturation

R 125 of 255 = 49%
G 12 of 255 = 5%
B 68 of 255 = 27%

125
12
68

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

Portions of RGB colors in percentages

R + G + B =
125 + 12 + 68 = 205 (100%)
R 125 of 205 ~ 60.98%
G 12 of 205 ~ 5.85%
B 68 of 205 ~ 33.17%

%60.98
%33.17

CMYK color model

#7D0C44 color CMYK value is (0,90,46,51).

  • cyan value is 0.00%
  • magenta value is 90.40%
  • yellow value is 45.60%
  • key color value is 50.98%
CMYK:
(0,90,46,51)
C0M90Y46K51 
(0%,90%,46%,51%)
(0.00/0.90/0.46/0.51)	

CMYK percentages

%0
%90.4
%45.6
%50.98

Codes

Color #7D0C44 in popluar color models

7D0C44
RGB1251268
HSL330°82.48%26.86%
HSB/HSV330°90.40%49.02%
CMYK0.00%90.40%45.60%
50.98%

Color #7D0C44 in popluar number systems.

HEX7D0C44
Decimal1251268
Binary111110111001000100
Octal17514104

Shades and tints

Shades of #7D0C44

#7D0C44
(125,12,68)
#720B3E
(114,11,62)
#670A38
(103,10,56)
#5C0932
(92,9,50)
#51082C
(81,8,44)
#460726
(70,7,38)
#3B0620
(59,6,32)
#30051A
(48,5,26)
#250414
(37,4,20)
#1A030E
(26,3,14)
#0F0208
(15,2,8)
#000000
(0,0,0)

Tints of #7D0C44

#7D0C44
(125,12,68)
#882255
(136,34,85)
#933866
(147,56,102)
#9E4E77
(158,78,119)
#A96488
(169,100,136)
#B47A99
(180,122,153)
#BF90AA
(191,144,170)
#CAA6BB
(202,166,187)
#D5BCCC
(213,188,204)
#E0D2DD
(224,210,221)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D0C44 color. Also use rgb(125,12,68) instead hex code.

Text Font Color

.myTextColor { color: #7D0C44; }

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

This text font color is #7D0C44.


Background Color

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

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

This div background color is #7D0C44.


Border color

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

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

This div border color is #7D0C44.


Opacity

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

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

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

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

This text has shadow with #7D0C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D0C44 on black background.


Color preview on white background

This text has color #7D0C44 on white background.



Black color preview on #7D0C44 background

This text has black color on #7D0C44 background.


White color preview on #7D0C44 background

This text has white color on #7D0C44 background.