COLOR #7D2727

HEX: #7D2727
RGB: (125,39,39)

Color info

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

RGB color model

#7D2727 color RGB value is (125,39,39).

  • red value is 125;
  • green value is 39;
  • blue value is 39.
RGB:
(125,39,39)
(49%,15%,15%)

RGB channels and saturation

R 125 of 255 = 49%
G 39 of 255 = 15%
B 39 of 255 = 15%

125
39
39

R + G + B ~ 26%. #7D2727 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 39 + 39 = 203 (100%)
R 125 of 203 ~ 61.58%
G 39 of 203 ~ 19.21%
B 39 of 203 ~ 19.21%

%61.58
%19.21
%19.21

CMYK color model

#7D2727 color CMYK value is (0,69,69,51).

  • cyan value is 0.00%
  • magenta value is 68.80%
  • yellow value is 68.80%
  • key color value is 50.98%
CMYK:
(0,69,69,51)
C0M69Y69K51 
(0%,69%,69%,51%)
(0.00/0.69/0.69/0.51)	

CMYK percentages

%0
%68.8
%68.8
%50.98

Codes

Color #7D2727 in popluar color models

7D2727
RGB1253939
HSL52.44%32.16%
HSB/HSV68.80%49.02%
CMYK0.00%68.80%68.80%
50.98%

Color #7D2727 in popluar number systems.

HEX7D2727
Decimal1253939
Binary1111101100111100111
Octal1754747

Shades and tints

Shades of #7D2727

#7D2727
(125,39,39)
#722424
(114,36,36)
#672121
(103,33,33)
#5C1E1E
(92,30,30)
#511B1B
(81,27,27)
#461818
(70,24,24)
#3B1515
(59,21,21)
#301212
(48,18,18)
#250F0F
(37,15,15)
#1A0C0C
(26,12,12)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #7D2727

#7D2727
(125,39,39)
#883A3A
(136,58,58)
#934D4D
(147,77,77)
#9E6060
(158,96,96)
#A97373
(169,115,115)
#B48686
(180,134,134)
#BF9999
(191,153,153)
#CAACAC
(202,172,172)
#D5BFBF
(213,191,191)
#E0D2D2
(224,210,210)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D2727; }

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

This text font color is #7D2727.


Background Color

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

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

This div background color is #7D2727.


Border color

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

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

This div border color is #7D2727.


Opacity

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

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

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

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

This text has shadow with #7D2727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2727 on black background.


Color preview on white background

This text has color #7D2727 on white background.



Black color preview on #7D2727 background

This text has black color on #7D2727 background.


White color preview on #7D2727 background

This text has white color on #7D2727 background.