COLOR #7D2F2E

HEX: #7D2F2E
RGB: (125,47,46)

Color info

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

RGB color model

#7D2F2E color RGB value is (125,47,46).

  • red value is 125;
  • green value is 47;
  • blue value is 46.
RGB:
(125,47,46)
(49%,18%,18%)

RGB channels and saturation

R 125 of 255 = 49%
G 47 of 255 = 18%
B 46 of 255 = 18%

125
47
46

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

Portions of RGB colors in percentages

R + G + B =
125 + 47 + 46 = 218 (100%)
R 125 of 218 ~ 57.34%
G 47 of 218 ~ 21.56%
B 46 of 218 ~ 21.1%

%57.34
%21.56
%21.1

CMYK color model

#7D2F2E color CMYK value is (0,62,63,51).

  • cyan value is 0.00%
  • magenta value is 62.40%
  • yellow value is 63.20%
  • key color value is 50.98%
CMYK:
(0,62,63,51)
C0M62Y63K51 
(0%,62%,63%,51%)
(0.00/0.62/0.63/0.51)	

CMYK percentages

%0
%62.4
%63.2
%50.98

Codes

Color #7D2F2E in popluar color models

7D2F2E
RGB1254746
HSL46.20%33.53%
HSB/HSV63.20%49.02%
CMYK0.00%62.40%63.20%
50.98%

Color #7D2F2E in popluar number systems.

HEX7D2F2E
Decimal1254746
Binary1111101101111101110
Octal1755756

Shades and tints

Shades of #7D2F2E

#7D2F2E
(125,47,46)
#722B2A
(114,43,42)
#672726
(103,39,38)
#5C2322
(92,35,34)
#511F1E
(81,31,30)
#461B1A
(70,27,26)
#3B1716
(59,23,22)
#301312
(48,19,18)
#250F0E
(37,15,14)
#1A0B0A
(26,11,10)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #7D2F2E

#7D2F2E
(125,47,46)
#884141
(136,65,65)
#935354
(147,83,84)
#9E6567
(158,101,103)
#A9777A
(169,119,122)
#B4898D
(180,137,141)
#BF9BA0
(191,155,160)
#CAADB3
(202,173,179)
#D5BFC6
(213,191,198)
#E0D1D9
(224,209,217)
#EBE3EC
(235,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D2F2E color. Also use rgb(125,47,46) instead hex code.

Text Font Color

.myTextColor { color: #7D2F2E; }

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

This text font color is #7D2F2E.


Background Color

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

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

This div background color is #7D2F2E.


Border color

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

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

This div border color is #7D2F2E.


Opacity

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

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

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

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

This text has shadow with #7D2F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2F2E on black background.


Color preview on white background

This text has color #7D2F2E on white background.



Black color preview on #7D2F2E background

This text has black color on #7D2F2E background.


White color preview on #7D2F2E background

This text has white color on #7D2F2E background.