COLOR #7D4029

HEX: #7D4029
RGB: (125,64,41)

Color info

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

RGB color model

#7D4029 color RGB value is (125,64,41).

  • red value is 125;
  • green value is 64;
  • blue value is 41.
RGB:
(125,64,41)
(49%,25%,16%)

RGB channels and saturation

R 125 of 255 = 49%
G 64 of 255 = 25%
B 41 of 255 = 16%

125
64
41

R + G + B ~ 30%. #7D4029 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 64 + 41 = 230 (100%)
R 125 of 230 ~ 54.35%
G 64 of 230 ~ 27.83%
B 41 of 230 ~ 17.83%

%54.35
%27.83
%17.83

CMYK color model

#7D4029 color CMYK value is (0,49,67,51).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 67.20%
  • key color value is 50.98%
CMYK:
(0,49,67,51)
C0M49Y67K51 
(0%,49%,67%,51%)
(0.00/0.49/0.67/0.51)	

CMYK percentages

%0
%48.8
%67.2
%50.98

Codes

Color #7D4029 in popluar color models

7D4029
RGB1256441
HSL16°50.60%32.55%
HSB/HSV16°67.20%49.02%
CMYK0.00%48.80%67.20%
50.98%

Color #7D4029 in popluar number systems.

HEX7D4029
Decimal1256441
Binary11111011000000101001
Octal17510051

Shades and tints

Shades of #7D4029

#7D4029
(125,64,41)
#723B26
(114,59,38)
#673623
(103,54,35)
#5C3120
(92,49,32)
#512C1D
(81,44,29)
#46271A
(70,39,26)
#3B2217
(59,34,23)
#301D14
(48,29,20)
#251811
(37,24,17)
#1A130E
(26,19,14)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #7D4029

#7D4029
(125,64,41)
#88513C
(136,81,60)
#93624F
(147,98,79)
#9E7362
(158,115,98)
#A98475
(169,132,117)
#B49588
(180,149,136)
#BFA69B
(191,166,155)
#CAB7AE
(202,183,174)
#D5C8C1
(213,200,193)
#E0D9D4
(224,217,212)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4029 color. Also use rgb(125,64,41) instead hex code.

Text Font Color

.myTextColor { color: #7D4029; }

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

This text font color is #7D4029.


Background Color

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

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

This div background color is #7D4029.


Border color

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

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

This div border color is #7D4029.


Opacity

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

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

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

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

This text has shadow with #7D4029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4029 on black background.


Color preview on white background

This text has color #7D4029 on white background.



Black color preview on #7D4029 background

This text has black color on #7D4029 background.


White color preview on #7D4029 background

This text has white color on #7D4029 background.