COLOR #7C2340

HEX: #7C2340
RGB: (124,35,64)

Color info

#7C2340 contains mainly red color. Web safe color of #7C2340 is #663333 (or #633).

RGB color model

#7C2340 color RGB value is (124,35,64).

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

RGB channels and saturation

R 124 of 255 = 49%
G 35 of 255 = 14%
B 64 of 255 = 25%

124
35
64

R + G + B ~ 29%. #7C2340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 35 + 64 = 223 (100%)
R 124 of 223 ~ 55.61%
G 35 of 223 ~ 15.7%
B 64 of 223 ~ 28.7%

%55.61
%15.7
%28.7

CMYK color model

#7C2340 color CMYK value is (0,72,48,51).

  • cyan value is 0.00%
  • magenta value is 71.77%
  • yellow value is 48.39%
  • key color value is 51.37%
CMYK:
(0,72,48,51)
C0M72Y48K51 
(0%,72%,48%,51%)
(0.00/0.72/0.48/0.51)	

CMYK percentages

%0
%71.77
%48.39
%51.37

Codes

Color #7C2340 in popluar color models

7C2340
RGB1243564
HSL340°55.97%31.18%
HSB/HSV340°71.77%48.63%
CMYK0.00%71.77%48.39%
51.37%

Color #7C2340 in popluar number systems.

HEX7C2340
Decimal1243564
Binary11111001000111000000
Octal17443100

Shades and tints

Shades of #7C2340

#7C2340
(124,35,64)
#71203B
(113,32,59)
#661D36
(102,29,54)
#5B1A31
(91,26,49)
#50172C
(80,23,44)
#451427
(69,20,39)
#3A1122
(58,17,34)
#2F0E1D
(47,14,29)
#240B18
(36,11,24)
#190813
(25,8,19)
#0E050E
(14,5,14)
#000000
(0,0,0)

Tints of #7C2340

#7C2340
(124,35,64)
#873751
(135,55,81)
#924B62
(146,75,98)
#9D5F73
(157,95,115)
#A87384
(168,115,132)
#B38795
(179,135,149)
#BE9BA6
(190,155,166)
#C9AFB7
(201,175,183)
#D4C3C8
(212,195,200)
#DFD7D9
(223,215,217)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C2340; }

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

This text font color is #7C2340.


Background Color

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

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

This div background color is #7C2340.


Border color

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

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

This div border color is #7C2340.


Opacity

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

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

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

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

This text has shadow with #7C2340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2340 on black background.


Color preview on white background

This text has color #7C2340 on white background.



Black color preview on #7C2340 background

This text has black color on #7C2340 background.


White color preview on #7C2340 background

This text has white color on #7C2340 background.