COLOR #7E3A30

HEX: #7E3A30 RGB: (126,58,48)

Color info

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

RGB color model

#7E3A30 color RGB value is (126,58,48).

RGB: (126,58,48) (49%, 23%, 19%)

RGB channels and saturation

R 126 of 255 = 49%
G 58 of 255 = 23%
B 48 of 255 = 19%

126
58
48

R + G + B ~ 30%. #7E3A30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 58 + 48 = 232 (100%)
R 126 of 232 ~ 54.31%
G 58 of 232 ~ 25%
B 48 of 232 ~ 20.69'%

%54.31
%25
%20.69

CMYK color model

#7E3A30 color CMYK value is (0,54,62,51).

  • cyan value is 0.00%
  • magenta value is 53.97%
  • yellow value is 61.90%
  • key color value is 50.59%
CMYK: (0,54,62,51) C0M54Y62K51 (0%,54%,62%,51%) (0.00/0.54/0.62/0.51) 

CMYK percentages

%0
%53.97
%61.9
%50.59

Codes

Color #7E3A30 in popluar color models

7E 3A 30
RGB 126 58 48
HSL 44.83% 34.12%
HSB/HSV 61.90% 49.41%
CMYK 0.00% 53.97% 61.90%
50.59%

Color #7E3A30 in popluar number systems.

HEX 7E 3A 30
Decimal 126 58 48
Binary 1111110 111010 110000
Octal 176 72 60

Shades and tints

Shades of #7E3A30

#7E3A30
(126,58,48)
#73352C
(115,53,44)
#683028
(104,48,40)
#5D2B24
(93,43,36)
#522620
(82,38,32)
#47211C
(71,33,28)
#3C1C18
(60,28,24)
#311714
(49,23,20)
#261210
(38,18,16)
#1B0D0C
(27,13,12)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #7E3A30

#7E3A30
(126,58,48)
#894B42
(137,75,66)
#945C54
(148,92,84)
#9F6D66
(159,109,102)
#AA7E78
(170,126,120)
#B58F8A
(181,143,138)
#C0A09C
(192,160,156)
#CBB1AE
(203,177,174)
#D6C2C0
(214,194,192)
#E1D3D2
(225,211,210)
#ECE4E4
(236,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3A30 color. Also use rgb(126,58,48) instead hex code.

Text Font Color

.myTextColor { color: #7E3A30; }

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

This text font color is #7E3A30.

Background Color

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

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

This div background color is #7E3A30.

Border color

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

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

This div border color is #7E3A30.

Opacity

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

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

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

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

This text has shadow with #7E3A30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3A30.

Preview

Color preview on black background

This text has color #7E3A30 on black background.


Color preview on white background

This text has color #7E3A30 on white background.


Black color preview on #7E3A30 background

This text has black color on #7E3A30 background.


White color preview on #7E3A30 background

This text has white color on #7E3A30 background.


Related colors

Complementary color

Complementary color for #hex is #81C5CF.


I love getcolorcode.com

Triadic colors

1 #307E3A and #3A307E with #7E3A30 are triadic colors.

2 #303A7E and #3A7E30 with #7E3A30 are triadic colors.