COLOR #7D411E

HEX: #7D411E
RGB: (125,65,30)

Color info

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

RGB color model

#7D411E color RGB value is (125,65,30).

  • red value is 125;
  • green value is 65;
  • blue value is 30.
RGB:
(125,65,30)
(49%,25%,12%)

RGB channels and saturation

R 125 of 255 = 49%
G 65 of 255 = 25%
B 30 of 255 = 12%

125
65
30

R + G + B ~ 29%. #7D411E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 65 + 30 = 220 (100%)
R 125 of 220 ~ 56.82%
G 65 of 220 ~ 29.55%
B 30 of 220 ~ 13.64%

%56.82
%29.55
%13.64

CMYK color model

#7D411E color CMYK value is (0,48,76,51).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 76.00%
  • key color value is 50.98%
CMYK:
(0,48,76,51)
C0M48Y76K51 
(0%,48%,76%,51%)
(0.00/0.48/0.76/0.51)	

CMYK percentages

%0
%48
%76
%50.98

Codes

Color #7D411E in popluar color models

7D411E
RGB1256530
HSL22°61.29%30.39%
HSB/HSV22°76.00%49.02%
CMYK0.00%48.00%76.00%
50.98%

Color #7D411E in popluar number systems.

HEX7D411E
Decimal1256530
Binary1111101100000111110
Octal17510136

Shades and tints

Shades of #7D411E

#7D411E
(125,65,30)
#723C1C
(114,60,28)
#67371A
(103,55,26)
#5C3218
(92,50,24)
#512D16
(81,45,22)
#462814
(70,40,20)
#3B2312
(59,35,18)
#301E10
(48,30,16)
#25190E
(37,25,14)
#1A140C
(26,20,12)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #7D411E

#7D411E
(125,65,30)
#885232
(136,82,50)
#936346
(147,99,70)
#9E745A
(158,116,90)
#A9856E
(169,133,110)
#B49682
(180,150,130)
#BFA796
(191,167,150)
#CAB8AA
(202,184,170)
#D5C9BE
(213,201,190)
#E0DAD2
(224,218,210)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D411E color. Also use rgb(125,65,30) instead hex code.

Text Font Color

.myTextColor { color: #7D411E; }

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

This text font color is #7D411E.


Background Color

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

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

This div background color is #7D411E.


Border color

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

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

This div border color is #7D411E.


Opacity

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

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

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

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

This text has shadow with #7D411E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D411E on black background.


Color preview on white background

This text has color #7D411E on white background.



Black color preview on #7D411E background

This text has black color on #7D411E background.


White color preview on #7D411E background

This text has white color on #7D411E background.