COLOR #7C395D

HEX: #7C395D
RGB: (124,57,93)

Color info

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

RGB color model

#7C395D color RGB value is (124,57,93).

  • red value is 124;
  • green value is 57;
  • blue value is 93.
RGB:
(124,57,93)
(49%,22%,36%)

RGB channels and saturation

R 124 of 255 = 49%
G 57 of 255 = 22%
B 93 of 255 = 36%

124
57
93

R + G + B ~ 36%. #7C395D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 57 + 93 = 274 (100%)
R 124 of 274 ~ 45.26%
G 57 of 274 ~ 20.8%
B 93 of 274 ~ 33.94%

%45.26
%20.8
%33.94

CMYK color model

#7C395D color CMYK value is (0,54,25,51).

  • cyan value is 0.00%
  • magenta value is 54.03%
  • yellow value is 25.00%
  • key color value is 51.37%
CMYK:
(0,54,25,51)
C0M54Y25K51 
(0%,54%,25%,51%)
(0.00/0.54/0.25/0.51)	

CMYK percentages

%0
%54.03
%25
%51.37

Codes

Color #7C395D in popluar color models

7C395D
RGB1245793
HSL328°37.02%35.49%
HSB/HSV328°54.03%48.63%
CMYK0.00%54.03%25.00%
51.37%

Color #7C395D in popluar number systems.

HEX7C395D
Decimal1245793
Binary11111001110011011101
Octal17471135

Shades and tints

Shades of #7C395D

#7C395D
(124,57,93)
#713455
(113,52,85)
#662F4D
(102,47,77)
#5B2A45
(91,42,69)
#50253D
(80,37,61)
#452035
(69,32,53)
#3A1B2D
(58,27,45)
#2F1625
(47,22,37)
#24111D
(36,17,29)
#190C15
(25,12,21)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #7C395D

#7C395D
(124,57,93)
#874B6B
(135,75,107)
#925D79
(146,93,121)
#9D6F87
(157,111,135)
#A88195
(168,129,149)
#B393A3
(179,147,163)
#BEA5B1
(190,165,177)
#C9B7BF
(201,183,191)
#D4C9CD
(212,201,205)
#DFDBDB
(223,219,219)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C395D color. Also use rgb(124,57,93) instead hex code.

Text Font Color

.myTextColor { color: #7C395D; }

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

This text font color is #7C395D.


Background Color

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

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

This div background color is #7C395D.


Border color

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

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

This div border color is #7C395D.


Opacity

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

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

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

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

This text has shadow with #7C395D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C395D on black background.


Color preview on white background

This text has color #7C395D on white background.



Black color preview on #7C395D background

This text has black color on #7C395D background.


White color preview on #7C395D background

This text has white color on #7C395D background.