COLOR #7C0250

HEX: #7C0250
RGB: (124,2,80)

Color info

#7C0250 contains mainly red and blue colors. Web safe color of #7C0250 is #660066 (or #606).

RGB color model

#7C0250 color RGB value is (124,2,80).

  • red value is 124;
  • green value is 2;
  • blue value is 80.
RGB:
(124,2,80)
(49%,1%,31%)

RGB channels and saturation

R 124 of 255 = 49%
G 2 of 255 = 1%
B 80 of 255 = 31%

124
2
80

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

Portions of RGB colors in percentages

R + G + B =
124 + 2 + 80 = 206 (100%)
R 124 of 206 ~ 60.19%
G 2 of 206 ~ 0.97%
B 80 of 206 ~ 38.83%

%60.19
%38.83

CMYK color model

#7C0250 color CMYK value is (0,98,35,51).

  • cyan value is 0.00%
  • magenta value is 98.39%
  • yellow value is 35.48%
  • key color value is 51.37%
CMYK:
(0,98,35,51)
C0M98Y35K51 
(0%,98%,35%,51%)
(0.00/0.98/0.35/0.51)	

CMYK percentages

%0
%98.39
%35.48
%51.37

Codes

Color #7C0250 in popluar color models

7C0250
RGB124280
HSL322°96.83%24.71%
HSB/HSV322°98.39%48.63%
CMYK0.00%98.39%35.48%
51.37%

Color #7C0250 in popluar number systems.

HEX7C0250
Decimal124280
Binary1111100101010000
Octal1742120

Shades and tints

Shades of #7C0250

#7C0250
(124,2,80)
#710249
(113,2,73)
#660242
(102,2,66)
#5B023B
(91,2,59)
#500234
(80,2,52)
#45022D
(69,2,45)
#3A0226
(58,2,38)
#2F021F
(47,2,31)
#240218
(36,2,24)
#190211
(25,2,17)
#0E020A
(14,2,10)
#000000
(0,0,0)

Tints of #7C0250

#7C0250
(124,2,80)
#87195F
(135,25,95)
#92306E
(146,48,110)
#9D477D
(157,71,125)
#A85E8C
(168,94,140)
#B3759B
(179,117,155)
#BE8CAA
(190,140,170)
#C9A3B9
(201,163,185)
#D4BAC8
(212,186,200)
#DFD1D7
(223,209,215)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C0250 color. Also use rgb(124,2,80) instead hex code.

Text Font Color

.myTextColor { color: #7C0250; }

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

This text font color is #7C0250.


Background Color

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

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

This div background color is #7C0250.


Border color

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

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

This div border color is #7C0250.


Opacity

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

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

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

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

This text has shadow with #7C0250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C0250 on black background.


Color preview on white background

This text has color #7C0250 on white background.



Black color preview on #7C0250 background

This text has black color on #7C0250 background.


White color preview on #7C0250 background

This text has white color on #7C0250 background.