COLOR #7D4518

HEX: #7D4518
RGB: (125,69,24)

Color info

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

RGB color model

#7D4518 color RGB value is (125,69,24).

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

RGB channels and saturation

R 125 of 255 = 49%
G 69 of 255 = 27%
B 24 of 255 = 9%

125
69
24

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

Portions of RGB colors in percentages

R + G + B =
125 + 69 + 24 = 218 (100%)
R 125 of 218 ~ 57.34%
G 69 of 218 ~ 31.65%
B 24 of 218 ~ 11.01%

%57.34
%31.65
%11.01

CMYK color model

#7D4518 color CMYK value is (0,45,81,51).

  • cyan value is 0.00%
  • magenta value is 44.80%
  • yellow value is 80.80%
  • key color value is 50.98%
CMYK:
(0,45,81,51)
C0M45Y81K51 
(0%,45%,81%,51%)
(0.00/0.45/0.81/0.51)	

CMYK percentages

%0
%44.8
%80.8
%50.98

Codes

Color #7D4518 in popluar color models

7D4518
RGB1256924
HSL27°67.79%29.22%
HSB/HSV27°80.80%49.02%
CMYK0.00%44.80%80.80%
50.98%

Color #7D4518 in popluar number systems.

HEX7D4518
Decimal1256924
Binary1111101100010111000
Octal17510530

Shades and tints

Shades of #7D4518

#7D4518
(125,69,24)
#723F16
(114,63,22)
#673914
(103,57,20)
#5C3312
(92,51,18)
#512D10
(81,45,16)
#46270E
(70,39,14)
#3B210C
(59,33,12)
#301B0A
(48,27,10)
#251508
(37,21,8)
#1A0F06
(26,15,6)
#0F0904
(15,9,4)
#000000
(0,0,0)

Tints of #7D4518

#7D4518
(125,69,24)
#88552D
(136,85,45)
#936542
(147,101,66)
#9E7557
(158,117,87)
#A9856C
(169,133,108)
#B49581
(180,149,129)
#BFA596
(191,165,150)
#CAB5AB
(202,181,171)
#D5C5C0
(213,197,192)
#E0D5D5
(224,213,213)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4518; }

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

This text font color is #7D4518.


Background Color

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

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

This div background color is #7D4518.


Border color

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

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

This div border color is #7D4518.


Opacity

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

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

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

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

This text has shadow with #7D4518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4518 on black background.


Color preview on white background

This text has color #7D4518 on white background.



Black color preview on #7D4518 background

This text has black color on #7D4518 background.


White color preview on #7D4518 background

This text has white color on #7D4518 background.