COLOR #7C3641

HEX: #7C3641
RGB: (124,54,65)

Color info

#7C3641 contains mainly red and blue colors. Web safe color of #7C3641 is #663333 (or #633).

RGB color model

#7C3641 color RGB value is (124,54,65).

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

RGB channels and saturation

R 124 of 255 = 49%
G 54 of 255 = 21%
B 65 of 255 = 25%

124
54
65

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

Portions of RGB colors in percentages

R + G + B =
124 + 54 + 65 = 243 (100%)
R 124 of 243 ~ 51.03%
G 54 of 243 ~ 22.22%
B 65 of 243 ~ 26.75%

%51.03
%22.22
%26.75

CMYK color model

#7C3641 color CMYK value is (0,56,48,51).

  • cyan value is 0.00%
  • magenta value is 56.45%
  • yellow value is 47.58%
  • key color value is 51.37%
CMYK:
(0,56,48,51)
C0M56Y48K51 
(0%,56%,48%,51%)
(0.00/0.56/0.48/0.51)	

CMYK percentages

%0
%56.45
%47.58
%51.37

Codes

Color #7C3641 in popluar color models

7C3641
RGB1245465
HSL351°39.33%34.90%
HSB/HSV351°56.45%48.63%
CMYK0.00%56.45%47.58%
51.37%

Color #7C3641 in popluar number systems.

HEX7C3641
Decimal1245465
Binary11111001101101000001
Octal17466101

Shades and tints

Shades of #7C3641

#7C3641
(124,54,65)
#71323C
(113,50,60)
#662E37
(102,46,55)
#5B2A32
(91,42,50)
#50262D
(80,38,45)
#452228
(69,34,40)
#3A1E23
(58,30,35)
#2F1A1E
(47,26,30)
#241619
(36,22,25)
#191214
(25,18,20)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #7C3641

#7C3641
(124,54,65)
#874852
(135,72,82)
#925A63
(146,90,99)
#9D6C74
(157,108,116)
#A87E85
(168,126,133)
#B39096
(179,144,150)
#BEA2A7
(190,162,167)
#C9B4B8
(201,180,184)
#D4C6C9
(212,198,201)
#DFD8DA
(223,216,218)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3641; }

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

This text font color is #7C3641.


Background Color

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

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

This div background color is #7C3641.


Border color

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

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

This div border color is #7C3641.


Opacity

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

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

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

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

This text has shadow with #7C3641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3641 on black background.


Color preview on white background

This text has color #7C3641 on white background.



Black color preview on #7C3641 background

This text has black color on #7C3641 background.


White color preview on #7C3641 background

This text has white color on #7C3641 background.