COLOR #7C3D3E

HEX: #7C3D3E
RGB: (124,61,62)

Color info

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

RGB color model

#7C3D3E color RGB value is (124,61,62).

  • red value is 124;
  • green value is 61;
  • blue value is 62.
RGB:
(124,61,62)
(49%,24%,24%)

RGB channels and saturation

R 124 of 255 = 49%
G 61 of 255 = 24%
B 62 of 255 = 24%

124
61
62

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

Portions of RGB colors in percentages

R + G + B =
124 + 61 + 62 = 247 (100%)
R 124 of 247 ~ 50.2%
G 61 of 247 ~ 24.7%
B 62 of 247 ~ 25.1%

%50.2
%24.7
%25.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.81%
  • yellow value is 50.00%
  • key color value is 51.37%
CMYK:
(0,51,50,51)
C0M51Y50K51 
(0%,51%,50%,51%)
(0.00/0.51/0.50/0.51)	

CMYK percentages

%0
%50.81
%50
%51.37

Codes

Color #7C3D3E in popluar color models

7C3D3E
RGB1246162
HSL359°34.05%36.27%
HSB/HSV359°50.81%48.63%
CMYK0.00%50.81%50.00%
51.37%

Color #7C3D3E in popluar number systems.

HEX7C3D3E
Decimal1246162
Binary1111100111101111110
Octal1747576

Shades and tints

Shades of #7C3D3E

#7C3D3E
(124,61,62)
#713839
(113,56,57)
#663334
(102,51,52)
#5B2E2F
(91,46,47)
#50292A
(80,41,42)
#452425
(69,36,37)
#3A1F20
(58,31,32)
#2F1A1B
(47,26,27)
#241516
(36,21,22)
#191011
(25,16,17)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #7C3D3E

#7C3D3E
(124,61,62)
#874E4F
(135,78,79)
#925F60
(146,95,96)
#9D7071
(157,112,113)
#A88182
(168,129,130)
#B39293
(179,146,147)
#BEA3A4
(190,163,164)
#C9B4B5
(201,180,181)
#D4C5C6
(212,197,198)
#DFD6D7
(223,214,215)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3D3E; }

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

This text font color is #7C3D3E.


Background Color

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

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

This div background color is #7C3D3E.


Border color

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

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

This div border color is #7C3D3E.


Opacity

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

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

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

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

This text has shadow with #7C3D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3D3E on black background.


Color preview on white background

This text has color #7C3D3E on white background.



Black color preview on #7C3D3E background

This text has black color on #7C3D3E background.


White color preview on #7C3D3E background

This text has white color on #7C3D3E background.