COLOR #7C4163

HEX: #7C4163
RGB: (124,65,99)

Color info

#7C4163 contains red, green and blue colors in about the same proportion. Web safe color of #7C4163 is #663366 (or #636).

RGB color model

#7C4163 color RGB value is (124,65,99).

  • red value is 124;
  • green value is 65;
  • blue value is 99.
RGB:
(124,65,99)
(49%,25%,39%)

RGB channels and saturation

R 124 of 255 = 49%
G 65 of 255 = 25%
B 99 of 255 = 39%

124
65
99

R + G + B ~ 38%. #7C4163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 65 + 99 = 288 (100%)
R 124 of 288 ~ 43.06%
G 65 of 288 ~ 22.57%
B 99 of 288 ~ 34.38%

%43.06
%22.57
%34.38

CMYK color model

#7C4163 color CMYK value is (0,48,20,51).

  • cyan value is 0.00%
  • magenta value is 47.58%
  • yellow value is 20.16%
  • key color value is 51.37%
CMYK:
(0,48,20,51)
C0M48Y20K51 
(0%,48%,20%,51%)
(0.00/0.48/0.20/0.51)	

CMYK percentages

%0
%47.58
%20.16
%51.37

Codes

Color #7C4163 in popluar color models

7C4163
RGB1246599
HSL325°31.22%37.06%
HSB/HSV325°47.58%48.63%
CMYK0.00%47.58%20.16%
51.37%

Color #7C4163 in popluar number systems.

HEX7C4163
Decimal1246599
Binary111110010000011100011
Octal174101143

Shades and tints

Shades of #7C4163

#7C4163
(124,65,99)
#713C5A
(113,60,90)
#663751
(102,55,81)
#5B3248
(91,50,72)
#502D3F
(80,45,63)
#452836
(69,40,54)
#3A232D
(58,35,45)
#2F1E24
(47,30,36)
#24191B
(36,25,27)
#191412
(25,20,18)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #7C4163

#7C4163
(124,65,99)
#875271
(135,82,113)
#92637F
(146,99,127)
#9D748D
(157,116,141)
#A8859B
(168,133,155)
#B396A9
(179,150,169)
#BEA7B7
(190,167,183)
#C9B8C5
(201,184,197)
#D4C9D3
(212,201,211)
#DFDAE1
(223,218,225)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4163 color. Also use rgb(124,65,99) instead hex code.

Text Font Color

.myTextColor { color: #7C4163; }

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

This text font color is #7C4163.


Background Color

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

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

This div background color is #7C4163.


Border color

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

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

This div border color is #7C4163.


Opacity

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

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

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

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

This text has shadow with #7C4163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4163 on black background.


Color preview on white background

This text has color #7C4163 on white background.



Black color preview on #7C4163 background

This text has black color on #7C4163 background.


White color preview on #7C4163 background

This text has white color on #7C4163 background.