COLOR #7D4A18

HEX: #7D4A18
RGB: (125,74,24)

Color info

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

RGB color model

#7D4A18 color RGB value is (125,74,24).

  • red value is 125;
  • green value is 74;
  • blue value is 24.
RGB:
(125,74,24)
(49%,29%,9%)

RGB channels and saturation

R 125 of 255 = 49%
G 74 of 255 = 29%
B 24 of 255 = 9%

125
74
24

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

Portions of RGB colors in percentages

R + G + B =
125 + 74 + 24 = 223 (100%)
R 125 of 223 ~ 56.05%
G 74 of 223 ~ 33.18%
B 24 of 223 ~ 10.76%

%56.05
%33.18
%10.76

CMYK color model

#7D4A18 color CMYK value is (0,41,81,51).

  • cyan value is 0.00%
  • magenta value is 40.80%
  • yellow value is 80.80%
  • key color value is 50.98%
CMYK:
(0,41,81,51)
C0M41Y81K51 
(0%,41%,81%,51%)
(0.00/0.41/0.81/0.51)	

CMYK percentages

%0
%40.8
%80.8
%50.98

Codes

Color #7D4A18 in popluar color models

7D4A18
RGB1257424
HSL30°67.79%29.22%
HSB/HSV30°80.80%49.02%
CMYK0.00%40.80%80.80%
50.98%

Color #7D4A18 in popluar number systems.

HEX7D4A18
Decimal1257424
Binary1111101100101011000
Octal17511230

Shades and tints

Shades of #7D4A18

#7D4A18
(125,74,24)
#724416
(114,68,22)
#673E14
(103,62,20)
#5C3812
(92,56,18)
#513210
(81,50,16)
#462C0E
(70,44,14)
#3B260C
(59,38,12)
#30200A
(48,32,10)
#251A08
(37,26,8)
#1A1406
(26,20,6)
#0F0E04
(15,14,4)
#000000
(0,0,0)

Tints of #7D4A18

#7D4A18
(125,74,24)
#885A2D
(136,90,45)
#936A42
(147,106,66)
#9E7A57
(158,122,87)
#A98A6C
(169,138,108)
#B49A81
(180,154,129)
#BFAA96
(191,170,150)
#CABAAB
(202,186,171)
#D5CAC0
(213,202,192)
#E0DAD5
(224,218,213)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4A18 color. Also use rgb(125,74,24) instead hex code.

Text Font Color

.myTextColor { color: #7D4A18; }

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

This text font color is #7D4A18.


Background Color

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

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

This div background color is #7D4A18.


Border color

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

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

This div border color is #7D4A18.


Opacity

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

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

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

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

This text has shadow with #7D4A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4A18 on black background.


Color preview on white background

This text has color #7D4A18 on white background.



Black color preview on #7D4A18 background

This text has black color on #7D4A18 background.


White color preview on #7D4A18 background

This text has white color on #7D4A18 background.