COLOR #7C411A

HEX: #7C411A
RGB: (124,65,26)

Color info

#7C411A contains mainly red and green colors. Web safe color of #7C411A is #663300 (or #630).

RGB color model

#7C411A color RGB value is (124,65,26).

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

RGB channels and saturation

R 124 of 255 = 49%
G 65 of 255 = 25%
B 26 of 255 = 10%

124
65
26

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

Portions of RGB colors in percentages

R + G + B =
124 + 65 + 26 = 215 (100%)
R 124 of 215 ~ 57.67%
G 65 of 215 ~ 30.23%
B 26 of 215 ~ 12.09%

%57.67
%30.23
%12.09

CMYK color model

#7C411A color CMYK value is (0,48,79,51).

  • cyan value is 0.00%
  • magenta value is 47.58%
  • yellow value is 79.03%
  • key color value is 51.37%
CMYK:
(0,48,79,51)
C0M48Y79K51 
(0%,48%,79%,51%)
(0.00/0.48/0.79/0.51)	

CMYK percentages

%0
%47.58
%79.03
%51.37

Codes

Color #7C411A in popluar color models

7C411A
RGB1246526
HSL24°65.33%29.41%
HSB/HSV24°79.03%48.63%
CMYK0.00%47.58%79.03%
51.37%

Color #7C411A in popluar number systems.

HEX7C411A
Decimal1246526
Binary1111100100000111010
Octal17410132

Shades and tints

Shades of #7C411A

#7C411A
(124,65,26)
#713C18
(113,60,24)
#663716
(102,55,22)
#5B3214
(91,50,20)
#502D12
(80,45,18)
#452810
(69,40,16)
#3A230E
(58,35,14)
#2F1E0C
(47,30,12)
#24190A
(36,25,10)
#191408
(25,20,8)
#0E0F06
(14,15,6)
#000000
(0,0,0)

Tints of #7C411A

#7C411A
(124,65,26)
#87522E
(135,82,46)
#926342
(146,99,66)
#9D7456
(157,116,86)
#A8856A
(168,133,106)
#B3967E
(179,150,126)
#BEA792
(190,167,146)
#C9B8A6
(201,184,166)
#D4C9BA
(212,201,186)
#DFDACE
(223,218,206)
#EAEBE2
(234,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C411A; }

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

This text font color is #7C411A.


Background Color

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

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

This div background color is #7C411A.


Border color

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

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

This div border color is #7C411A.


Opacity

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

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

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

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

This text has shadow with #7C411A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C411A on black background.


Color preview on white background

This text has color #7C411A on white background.



Black color preview on #7C411A background

This text has black color on #7C411A background.


White color preview on #7C411A background

This text has white color on #7C411A background.