COLOR #7C393C

HEX: #7C393C
RGB: (124,57,60)

Color info

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

RGB color model

#7C393C color RGB value is (124,57,60).

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

RGB channels and saturation

R 124 of 255 = 49%
G 57 of 255 = 22%
B 60 of 255 = 24%

124
57
60

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

Portions of RGB colors in percentages

R + G + B =
124 + 57 + 60 = 241 (100%)
R 124 of 241 ~ 51.45%
G 57 of 241 ~ 23.65%
B 60 of 241 ~ 24.9%

%51.45
%23.65
%24.9

CMYK color model

#7C393C color CMYK value is (0,54,52,51).

  • cyan value is 0.00%
  • magenta value is 54.03%
  • yellow value is 51.61%
  • key color value is 51.37%
CMYK:
(0,54,52,51)
C0M54Y52K51 
(0%,54%,52%,51%)
(0.00/0.54/0.52/0.51)	

CMYK percentages

%0
%54.03
%51.61
%51.37

Codes

Color #7C393C in popluar color models

7C393C
RGB1245760
HSL357°37.02%35.49%
HSB/HSV357°54.03%48.63%
CMYK0.00%54.03%51.61%
51.37%

Color #7C393C in popluar number systems.

HEX7C393C
Decimal1245760
Binary1111100111001111100
Octal1747174

Shades and tints

Shades of #7C393C

#7C393C
(124,57,60)
#713437
(113,52,55)
#662F32
(102,47,50)
#5B2A2D
(91,42,45)
#502528
(80,37,40)
#452023
(69,32,35)
#3A1B1E
(58,27,30)
#2F1619
(47,22,25)
#241114
(36,17,20)
#190C0F
(25,12,15)
#0E070A
(14,7,10)
#000000
(0,0,0)

Tints of #7C393C

#7C393C
(124,57,60)
#874B4D
(135,75,77)
#925D5E
(146,93,94)
#9D6F6F
(157,111,111)
#A88180
(168,129,128)
#B39391
(179,147,145)
#BEA5A2
(190,165,162)
#C9B7B3
(201,183,179)
#D4C9C4
(212,201,196)
#DFDBD5
(223,219,213)
#EAEDE6
(234,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C393C; }

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

This text font color is #7C393C.


Background Color

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

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

This div background color is #7C393C.


Border color

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

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

This div border color is #7C393C.


Opacity

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

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

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

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

This text has shadow with #7C393C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C393C on black background.


Color preview on white background

This text has color #7C393C on white background.



Black color preview on #7C393C background

This text has black color on #7C393C background.


White color preview on #7C393C background

This text has white color on #7C393C background.