COLOR #7C3A1D

HEX: #7C3A1D RGB: (124,58,29)

Color info

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

RGB color model

#7C3A1D color RGB value is (124,58,29).

RGB: (124,58,29) (49%, 23%, 11%)

RGB channels and saturation

R 124 of 255 = 49%
G 58 of 255 = 23%
B 29 of 255 = 11%

124
58
29

R + G + B ~ 28%. #7C3A1D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 58 + 29 = 211 (100%)
R 124 of 211 ~ 58.77%
G 58 of 211 ~ 27.49%
B 29 of 211 ~ 13.74'%

%58.77
%27.49
%13.74

CMYK color model

#7C3A1D color CMYK value is (0,53,77,51).

  • cyan value is 0.00%
  • magenta value is 53.23%
  • yellow value is 76.61%
  • key color value is 51.37%

CMYK: (0,53,77,51)
C0M53Y77K51 (0%, 53%, 77%, 51%)
(0.00 / 0.53 / 0.77 / 0.51)

CMYK percentages

%0
%53.23
%76.61
%51.37

Codes

Color #7C3A1D in popluar color models

7C 3A 1D
RGB 124 58 29
HSL 18° 62.09% 30.00%
HSB/HSV 18° 76.61% 48.63%
CMYK 0.00% 53.23% 76.61%
51.37%

Color #7C3A1D in popluar number systems.

HEX 7C 3A 1D
Decimal 124 58 29
Binary 1111100 111010 11101
Octal 174 72 35

Shades and tints

Shades of #7C3A1D

#7C3A1D
(124,58,29)
#71351B
(113,53,27)
#663019
(102,48,25)
#5B2B17
(91,43,23)
#502615
(80,38,21)
#452113
(69,33,19)
#3A1C11
(58,28,17)
#2F170F
(47,23,15)
#24120D
(36,18,13)
#190D0B
(25,13,11)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #7C3A1D

#7C3A1D
(124,58,29)
#874B31
(135,75,49)
#925C45
(146,92,69)
#9D6D59
(157,109,89)
#A87E6D
(168,126,109)
#B38F81
(179,143,129)
#BEA095
(190,160,149)
#C9B1A9
(201,177,169)
#D4C2BD
(212,194,189)
#DFD3D1
(223,211,209)
#EAE4E5
(234,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3A1D color. Also use rgb(124,58,29) instead hex code.

Text Font Color

.myTextColor { color: #7C3A1D; }

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

This text font color is #7C3A1D.

Background Color

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

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

This div background color is #7C3A1D.

Border color

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

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

This div border color is #7C3A1D.

Opacity

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

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

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

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

This text has shadow with #7C3A1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C3A1D.

Preview

Color preview on black background

This text has color #7C3A1D on black background.


Color preview on white background

This text has color #7C3A1D on white background.


Black color preview on #7C3A1D background

This text has black color on #7C3A1D background.


White color preview on #7C3A1D background

This text has white color on #7C3A1D background.


Related colors

Complementary color

Complementary color for #hex is #83C5E2.


I love getcolorcode.com

Triadic colors

1 #1D7C3A and #3A1D7C with #7C3A1D are triadic colors.

2 #1D3A7C and #3A7C1D with #7C3A1D are triadic colors.