COLOR #7D3429

HEX: #7D3429
RGB: (125,52,41)

Color info

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

RGB color model

#7D3429 color RGB value is (125,52,41).

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

RGB channels and saturation

R 125 of 255 = 49%
G 52 of 255 = 20%
B 41 of 255 = 16%

125
52
41

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

Portions of RGB colors in percentages

R + G + B =
125 + 52 + 41 = 218 (100%)
R 125 of 218 ~ 57.34%
G 52 of 218 ~ 23.85%
B 41 of 218 ~ 18.81%

%57.34
%23.85
%18.81

CMYK color model

#7D3429 color CMYK value is (0,58,67,51).

  • cyan value is 0.00%
  • magenta value is 58.40%
  • yellow value is 67.20%
  • key color value is 50.98%
CMYK:
(0,58,67,51)
C0M58Y67K51 
(0%,58%,67%,51%)
(0.00/0.58/0.67/0.51)	

CMYK percentages

%0
%58.4
%67.2
%50.98

Codes

Color #7D3429 in popluar color models

7D3429
RGB1255241
HSL50.60%32.55%
HSB/HSV67.20%49.02%
CMYK0.00%58.40%67.20%
50.98%

Color #7D3429 in popluar number systems.

HEX7D3429
Decimal1255241
Binary1111101110100101001
Octal1756451

Shades and tints

Shades of #7D3429

#7D3429
(125,52,41)
#723026
(114,48,38)
#672C23
(103,44,35)
#5C2820
(92,40,32)
#51241D
(81,36,29)
#46201A
(70,32,26)
#3B1C17
(59,28,23)
#301814
(48,24,20)
#251411
(37,20,17)
#1A100E
(26,16,14)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #7D3429

#7D3429
(125,52,41)
#88463C
(136,70,60)
#93584F
(147,88,79)
#9E6A62
(158,106,98)
#A97C75
(169,124,117)
#B48E88
(180,142,136)
#BFA09B
(191,160,155)
#CAB2AE
(202,178,174)
#D5C4C1
(213,196,193)
#E0D6D4
(224,214,212)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3429; }

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

This text font color is #7D3429.


Background Color

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

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

This div background color is #7D3429.


Border color

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

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

This div border color is #7D3429.


Opacity

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

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

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

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

This text has shadow with #7D3429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3429 on black background.


Color preview on white background

This text has color #7D3429 on white background.



Black color preview on #7D3429 background

This text has black color on #7D3429 background.


White color preview on #7D3429 background

This text has white color on #7D3429 background.