COLOR #7C2355

HEX: #7C2355
RGB: (124,35,85)

Color info

#7C2355 contains mainly red and blue colors. Web safe color of #7C2355 is #663366 (or #636).

RGB color model

#7C2355 color RGB value is (124,35,85).

  • red value is 124;
  • green value is 35;
  • blue value is 85.
RGB:
(124,35,85)
(49%,14%,33%)

RGB channels and saturation

R 124 of 255 = 49%
G 35 of 255 = 14%
B 85 of 255 = 33%

124
35
85

R + G + B ~ 32%. #7C2355 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 35 + 85 = 244 (100%)
R 124 of 244 ~ 50.82%
G 35 of 244 ~ 14.34%
B 85 of 244 ~ 34.84%

%50.82
%14.34
%34.84

CMYK color model

#7C2355 color CMYK value is (0,72,31,51).

  • cyan value is 0.00%
  • magenta value is 71.77%
  • yellow value is 31.45%
  • key color value is 51.37%
CMYK:
(0,72,31,51)
C0M72Y31K51 
(0%,72%,31%,51%)
(0.00/0.72/0.31/0.51)	

CMYK percentages

%0
%71.77
%31.45
%51.37

Codes

Color #7C2355 in popluar color models

7C2355
RGB1243585
HSL326°55.97%31.18%
HSB/HSV326°71.77%48.63%
CMYK0.00%71.77%31.45%
51.37%

Color #7C2355 in popluar number systems.

HEX7C2355
Decimal1243585
Binary11111001000111010101
Octal17443125

Shades and tints

Shades of #7C2355

#7C2355
(124,35,85)
#71204E
(113,32,78)
#661D47
(102,29,71)
#5B1A40
(91,26,64)
#501739
(80,23,57)
#451432
(69,20,50)
#3A112B
(58,17,43)
#2F0E24
(47,14,36)
#240B1D
(36,11,29)
#190816
(25,8,22)
#0E050F
(14,5,15)
#000000
(0,0,0)

Tints of #7C2355

#7C2355
(124,35,85)
#873764
(135,55,100)
#924B73
(146,75,115)
#9D5F82
(157,95,130)
#A87391
(168,115,145)
#B387A0
(179,135,160)
#BE9BAF
(190,155,175)
#C9AFBE
(201,175,190)
#D4C3CD
(212,195,205)
#DFD7DC
(223,215,220)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C2355 color. Also use rgb(124,35,85) instead hex code.

Text Font Color

.myTextColor { color: #7C2355; }

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

This text font color is #7C2355.


Background Color

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

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

This div background color is #7C2355.


Border color

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

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

This div border color is #7C2355.


Opacity

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

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

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

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

This text has shadow with #7C2355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2355 on black background.


Color preview on white background

This text has color #7C2355 on white background.



Black color preview on #7C2355 background

This text has black color on #7C2355 background.


White color preview on #7C2355 background

This text has white color on #7C2355 background.