COLOR #7C3C0A

HEX: #7C3C0A RGB: (124,60,10)

Color info

#7C3C0A contains mainly red color. Web safe color of #7C3C0A is #663300 (or #630).

RGB color model

#7C3C0A color RGB value is (124,60,10).

RGB: (124,60,10) (49%, 24%, 4%)

RGB channels and saturation

R 124 of 255 = 49%
G 60 of 255 = 24%
B 10 of 255 = 4%

124
60
10

R + G + B ~ 26%. #7C3C0A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 60 + 10 = 194 (100%)
R 124 of 194 ~ 63.92%
G 60 of 194 ~ 30.93%
B 10 of 194 ~ 5.15'%

%63.92
%30.93

CMYK color model

#7C3C0A color CMYK value is (0,52,92,51).

  • cyan value is 0.00%
  • magenta value is 51.61%
  • yellow value is 91.94%
  • key color value is 51.37%

CMYK: (0,52,92,51)
C0M52Y92K51 (0%, 52%, 92%, 51%)
(0.00 / 0.52 / 0.92 / 0.51)

CMYK percentages

%0
%51.61
%91.94
%51.37

Codes

Color #7C3C0A in popluar color models

7C 3C 0A
RGB 124 60 10
HSL 26° 85.07% 26.27%
HSB/HSV 26° 91.94% 48.63%
CMYK 0.00% 51.61% 91.94%
51.37%

Color #7C3C0A in popluar number systems.

HEX 7C 3C 0A
Decimal 124 60 10
Binary 1111100 111100 1010
Octal 174 74 12

Shades and tints

Shades of #7C3C0A

#7C3C0A
(124,60,10)
#71370A
(113,55,10)
#66320A
(102,50,10)
#5B2D0A
(91,45,10)
#50280A
(80,40,10)
#45230A
(69,35,10)
#3A1E0A
(58,30,10)
#2F190A
(47,25,10)
#24140A
(36,20,10)
#190F0A
(25,15,10)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #7C3C0A

#7C3C0A
(124,60,10)
#874D20
(135,77,32)
#925E36
(146,94,54)
#9D6F4C
(157,111,76)
#A88062
(168,128,98)
#B39178
(179,145,120)
#BEA28E
(190,162,142)
#C9B3A4
(201,179,164)
#D4C4BA
(212,196,186)
#DFD5D0
(223,213,208)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3C0A; }

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

This text font color is #7C3C0A.

Background Color

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

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

This div background color is #7C3C0A.

Border color

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

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

This div border color is #7C3C0A.

Opacity

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

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

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

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

This text has shadow with #7C3C0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C3C0A.

Preview

Color preview on black background

This text has color #7C3C0A on black background.


Color preview on white background

This text has color #7C3C0A on white background.


Black color preview on #7C3C0A background

This text has black color on #7C3C0A background.


White color preview on #7C3C0A background

This text has white color on #7C3C0A background.


Related colors

Complementary color

Complementary color for #hex is #83C3F5.


I love getcolorcode.com

Triadic colors

1 #0A7C3C and #3C0A7C with #7C3C0A are triadic colors.

2 #0A3C7C and #3C7C0A with #7C3C0A are triadic colors.