COLOR #7D3420

HEX: #7D3420
RGB: (125,52,32)

Color info

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

RGB color model

#7D3420 color RGB value is (125,52,32).

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

RGB channels and saturation

R 125 of 255 = 49%
G 52 of 255 = 20%
B 32 of 255 = 13%

125
52
32

R + G + B ~ 27%. #7D3420 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 52 + 32 = 209 (100%)
R 125 of 209 ~ 59.81%
G 52 of 209 ~ 24.88%
B 32 of 209 ~ 15.31%

%59.81
%24.88
%15.31

CMYK color model

#7D3420 color CMYK value is (0,58,74,51).

  • cyan value is 0.00%
  • magenta value is 58.40%
  • yellow value is 74.40%
  • key color value is 50.98%
CMYK:
(0,58,74,51)
C0M58Y74K51 
(0%,58%,74%,51%)
(0.00/0.58/0.74/0.51)	

CMYK percentages

%0
%58.4
%74.4
%50.98

Codes

Color #7D3420 in popluar color models

7D3420
RGB1255232
HSL13°59.24%30.78%
HSB/HSV13°74.40%49.02%
CMYK0.00%58.40%74.40%
50.98%

Color #7D3420 in popluar number systems.

HEX7D3420
Decimal1255232
Binary1111101110100100000
Octal1756440

Shades and tints

Shades of #7D3420

#7D3420
(125,52,32)
#72301E
(114,48,30)
#672C1C
(103,44,28)
#5C281A
(92,40,26)
#512418
(81,36,24)
#462016
(70,32,22)
#3B1C14
(59,28,20)
#301812
(48,24,18)
#251410
(37,20,16)
#1A100E
(26,16,14)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #7D3420

#7D3420
(125,52,32)
#884634
(136,70,52)
#935848
(147,88,72)
#9E6A5C
(158,106,92)
#A97C70
(169,124,112)
#B48E84
(180,142,132)
#BFA098
(191,160,152)
#CAB2AC
(202,178,172)
#D5C4C0
(213,196,192)
#E0D6D4
(224,214,212)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3420; }

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

This text font color is #7D3420.


Background Color

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

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

This div background color is #7D3420.


Border color

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

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

This div border color is #7D3420.


Opacity

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

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

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

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

This text has shadow with #7D3420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3420 on black background.


Color preview on white background

This text has color #7D3420 on white background.



Black color preview on #7D3420 background

This text has black color on #7D3420 background.


White color preview on #7D3420 background

This text has white color on #7D3420 background.