COLOR #7D3C42

HEX: #7D3C42
RGB: (125,60,66)

Color info

#7D3C42 contains mainly red and blue colors. Web safe color of #7D3C42 is #663333 (or #633).

RGB color model

#7D3C42 color RGB value is (125,60,66).

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

RGB channels and saturation

R 125 of 255 = 49%
G 60 of 255 = 24%
B 66 of 255 = 26%

125
60
66

R + G + B ~ 33%. #7D3C42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 60 + 66 = 251 (100%)
R 125 of 251 ~ 49.8%
G 60 of 251 ~ 23.9%
B 66 of 251 ~ 26.29%

%49.8
%23.9
%26.29

CMYK color model

#7D3C42 color CMYK value is (0,52,47,51).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 47.20%
  • key color value is 50.98%
CMYK:
(0,52,47,51)
C0M52Y47K51 
(0%,52%,47%,51%)
(0.00/0.52/0.47/0.51)	

CMYK percentages

%0
%52
%47.2
%50.98

Codes

Color #7D3C42 in popluar color models

7D3C42
RGB1256066
HSL354°35.14%36.27%
HSB/HSV354°52.00%49.02%
CMYK0.00%52.00%47.20%
50.98%

Color #7D3C42 in popluar number systems.

HEX7D3C42
Decimal1256066
Binary11111011111001000010
Octal17574102

Shades and tints

Shades of #7D3C42

#7D3C42
(125,60,66)
#72373C
(114,55,60)
#673236
(103,50,54)
#5C2D30
(92,45,48)
#51282A
(81,40,42)
#462324
(70,35,36)
#3B1E1E
(59,30,30)
#301918
(48,25,24)
#251412
(37,20,18)
#1A0F0C
(26,15,12)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #7D3C42

#7D3C42
(125,60,66)
#884D53
(136,77,83)
#935E64
(147,94,100)
#9E6F75
(158,111,117)
#A98086
(169,128,134)
#B49197
(180,145,151)
#BFA2A8
(191,162,168)
#CAB3B9
(202,179,185)
#D5C4CA
(213,196,202)
#E0D5DB
(224,213,219)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3C42; }

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

This text font color is #7D3C42.


Background Color

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

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

This div background color is #7D3C42.


Border color

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

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

This div border color is #7D3C42.


Opacity

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

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

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

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

This text has shadow with #7D3C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3C42 on black background.


Color preview on white background

This text has color #7D3C42 on white background.



Black color preview on #7D3C42 background

This text has black color on #7D3C42 background.


White color preview on #7D3C42 background

This text has white color on #7D3C42 background.