COLOR #7D3C24

HEX: #7D3C24
RGB: (125,60,36)

Color info

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

RGB color model

#7D3C24 color RGB value is (125,60,36).

  • red value is 125;
  • green value is 60;
  • blue value is 36.
RGB:
(125,60,36)
(49%,24%,14%)

RGB channels and saturation

R 125 of 255 = 49%
G 60 of 255 = 24%
B 36 of 255 = 14%

125
60
36

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

Portions of RGB colors in percentages

R + G + B =
125 + 60 + 36 = 221 (100%)
R 125 of 221 ~ 56.56%
G 60 of 221 ~ 27.15%
B 36 of 221 ~ 16.29%

%56.56
%27.15
%16.29

CMYK color model

#7D3C24 color CMYK value is (0,52,71,51).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 71.20%
  • key color value is 50.98%
CMYK:
(0,52,71,51)
C0M52Y71K51 
(0%,52%,71%,51%)
(0.00/0.52/0.71/0.51)	

CMYK percentages

%0
%52
%71.2
%50.98

Codes

Color #7D3C24 in popluar color models

7D3C24
RGB1256036
HSL16°55.28%31.57%
HSB/HSV16°71.20%49.02%
CMYK0.00%52.00%71.20%
50.98%

Color #7D3C24 in popluar number systems.

HEX7D3C24
Decimal1256036
Binary1111101111100100100
Octal1757444

Shades and tints

Shades of #7D3C24

#7D3C24
(125,60,36)
#723721
(114,55,33)
#67321E
(103,50,30)
#5C2D1B
(92,45,27)
#512818
(81,40,24)
#462315
(70,35,21)
#3B1E12
(59,30,18)
#30190F
(48,25,15)
#25140C
(37,20,12)
#1A0F09
(26,15,9)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #7D3C24

#7D3C24
(125,60,36)
#884D37
(136,77,55)
#935E4A
(147,94,74)
#9E6F5D
(158,111,93)
#A98070
(169,128,112)
#B49183
(180,145,131)
#BFA296
(191,162,150)
#CAB3A9
(202,179,169)
#D5C4BC
(213,196,188)
#E0D5CF
(224,213,207)
#EBE6E2
(235,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3C24 color. Also use rgb(125,60,36) instead hex code.

Text Font Color

.myTextColor { color: #7D3C24; }

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

This text font color is #7D3C24.


Background Color

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

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

This div background color is #7D3C24.


Border color

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

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

This div border color is #7D3C24.


Opacity

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

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

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

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

This text has shadow with #7D3C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3C24 on black background.


Color preview on white background

This text has color #7D3C24 on white background.



Black color preview on #7D3C24 background

This text has black color on #7D3C24 background.


White color preview on #7D3C24 background

This text has white color on #7D3C24 background.