COLOR #7C3B3E

HEX: #7C3B3E RGB: (124,59,62)

Color info

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

RGB color model

#7C3B3E color RGB value is (124,59,62).

RGB: (124,59,62) (49%, 23%, 24%)

RGB channels and saturation

R 124 of 255 = 49%
G 59 of 255 = 23%
B 62 of 255 = 24%

124
59
62

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

Portions of RGB colors in percentages

R + G + B = 124 + 59 + 62 = 245 (100%)
R 124 of 245 ~ 50.61%
G 59 of 245 ~ 24.08%
B 62 of 245 ~ 25.31'%

%50.61
%24.08
%25.31

CMYK color model

#7C3B3E color CMYK value is (0,52,50,51).

  • cyan value is 0.00%
  • magenta value is 52.42%
  • yellow value is 50.00%
  • key color value is 51.37%
CMYK: (0,52,50,51) C0M52Y50K51 (0%,52%,50%,51%) (0.00/0.52/0.50/0.51) 

CMYK percentages

%0
%52.42
%50
%51.37

Codes

Color #7C3B3E in popluar color models

7C 3B 3E
RGB 124 59 62
HSL 357° 35.52% 35.88%
HSB/HSV 357° 52.42% 48.63%
CMYK 0.00% 52.42% 50.00%
51.37%

Color #7C3B3E in popluar number systems.

HEX 7C 3B 3E
Decimal 124 59 62
Binary 1111100 111011 111110
Octal 174 73 76

Shades and tints

Shades of #7C3B3E

#7C3B3E
(124,59,62)
#713639
(113,54,57)
#663134
(102,49,52)
#5B2C2F
(91,44,47)
#50272A
(80,39,42)
#452225
(69,34,37)
#3A1D20
(58,29,32)
#2F181B
(47,24,27)
#241316
(36,19,22)
#190E11
(25,14,17)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #7C3B3E

#7C3B3E
(124,59,62)
#874C4F
(135,76,79)
#925D60
(146,93,96)
#9D6E71
(157,110,113)
#A87F82
(168,127,130)
#B39093
(179,144,147)
#BEA1A4
(190,161,164)
#C9B2B5
(201,178,181)
#D4C3C6
(212,195,198)
#DFD4D7
(223,212,215)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3B3E color. Also use rgb(124,59,62) instead hex code.

Text Font Color

.myTextColor { color: #7C3B3E; }

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

This text font color is #7C3B3E.

Background Color

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

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

This div background color is #7C3B3E.

Border color

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

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

This div border color is #7C3B3E.

Opacity

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

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

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

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

This text has shadow with #7C3B3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C3B3E.

Preview

Color preview on black background

This text has color #7C3B3E on black background.


Color preview on white background

This text has color #7C3B3E on white background.


Black color preview on #7C3B3E background

This text has black color on #7C3B3E background.


White color preview on #7C3B3E background

This text has white color on #7C3B3E background.


Related colors

Complementary color

Complementary color for #hex is #83C4C1.


I love getcolorcode.com

Triadic colors

1 #3E7C3B and #3B3E7C with #7C3B3E are triadic colors.

2 #3E3B7C and #3B7C3E with #7C3B3E are triadic colors.