COLOR #7E252B

HEX: #7E252B RGB: (126,37,43)

Color info

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

RGB color model

#7E252B color RGB value is (126,37,43).

RGB: (126,37,43) (49%, 15%, 17%)

RGB channels and saturation

R 126 of 255 = 49%
G 37 of 255 = 15%
B 43 of 255 = 17%

126
37
43

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

Portions of RGB colors in percentages

R + G + B = 126 + 37 + 43 = 206 (100%)
R 126 of 206 ~ 61.17%
G 37 of 206 ~ 17.96%
B 43 of 206 ~ 20.87'%

%61.17
%17.96
%20.87

CMYK color model

#7E252B color CMYK value is (0,71,66,51).

  • cyan value is 0.00%
  • magenta value is 70.63%
  • yellow value is 65.87%
  • key color value is 50.59%

CMYK: (0,71,66,51)
C0M71Y66K51 (0%, 71%, 66%, 51%)
(0.00 / 0.71 / 0.66 / 0.51)

CMYK percentages

%0
%70.63
%65.87
%50.59

Codes

Color #7E252B in popluar color models

7E 25 2B
RGB 126 37 43
HSL 356° 54.60% 31.96%
HSB/HSV 356° 70.63% 49.41%
CMYK 0.00% 70.63% 65.87%
50.59%

Color #7E252B in popluar number systems.

HEX 7E 25 2B
Decimal 126 37 43
Binary 1111110 100101 101011
Octal 176 45 53

Shades and tints

Shades of #7E252B

#7E252B
(126,37,43)
#732228
(115,34,40)
#681F25
(104,31,37)
#5D1C22
(93,28,34)
#52191F
(82,25,31)
#47161C
(71,22,28)
#3C1319
(60,19,25)
#311016
(49,16,22)
#260D13
(38,13,19)
#1B0A10
(27,10,16)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #7E252B

#7E252B
(126,37,43)
#89383E
(137,56,62)
#944B51
(148,75,81)
#9F5E64
(159,94,100)
#AA7177
(170,113,119)
#B5848A
(181,132,138)
#C0979D
(192,151,157)
#CBAAB0
(203,170,176)
#D6BDC3
(214,189,195)
#E1D0D6
(225,208,214)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E252B color. Also use rgb(126,37,43) instead hex code.

Text Font Color

.myTextColor { color: #7E252B; }

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

This text font color is #7E252B.

Background Color

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

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

This div background color is #7E252B.

Border color

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

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

This div border color is #7E252B.

Opacity

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

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

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

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

This text has shadow with #7E252B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E252B.

Preview

Color preview on black background

This text has color #7E252B on black background.


Color preview on white background

This text has color #7E252B on white background.


Black color preview on #7E252B background

This text has black color on #7E252B background.


White color preview on #7E252B background

This text has white color on #7E252B background.


Related colors

Complementary color

Complementary color for #hex is #81DAD4.


I love getcolorcode.com

Triadic colors

1 #2B7E25 and #252B7E with #7E252B are triadic colors.

2 #2B257E and #257E2B with #7E252B are triadic colors.