COLOR #7D3A30

HEX: #7D3A30
RGB: (125,58,48)

Color info

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

RGB color model

#7D3A30 color RGB value is (125,58,48).

  • red value is 125;
  • green value is 58;
  • blue value is 48.
RGB:
(125,58,48)
(49%,23%,19%)

RGB channels and saturation

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

125
58
48

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

Portions of RGB colors in percentages

R + G + B =
125 + 58 + 48 = 231 (100%)
R 125 of 231 ~ 54.11%
G 58 of 231 ~ 25.11%
B 48 of 231 ~ 20.78%

%54.11
%25.11
%20.78

CMYK color model

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

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

CMYK percentages

%0
%53.6
%61.6
%50.98

Codes

Color #7D3A30 in popluar color models

7D3A30
RGB1255848
HSL44.51%33.92%
HSB/HSV61.60%49.02%
CMYK0.00%53.60%61.60%
50.98%

Color #7D3A30 in popluar number systems.

HEX7D3A30
Decimal1255848
Binary1111101111010110000
Octal1757260

Shades and tints

Shades of #7D3A30

#7D3A30
(125,58,48)
#72352C
(114,53,44)
#673028
(103,48,40)
#5C2B24
(92,43,36)
#512620
(81,38,32)
#46211C
(70,33,28)
#3B1C18
(59,28,24)
#301714
(48,23,20)
#251210
(37,18,16)
#1A0D0C
(26,13,12)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #7D3A30

#7D3A30
(125,58,48)
#884B42
(136,75,66)
#935C54
(147,92,84)
#9E6D66
(158,109,102)
#A97E78
(169,126,120)
#B48F8A
(180,143,138)
#BFA09C
(191,160,156)
#CAB1AE
(202,177,174)
#D5C2C0
(213,194,192)
#E0D3D2
(224,211,210)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3A30; }

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

This text font color is #7D3A30.


Background Color

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

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

This div background color is #7D3A30.


Border color

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

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

This div border color is #7D3A30.


Opacity

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

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

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

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

This text has shadow with #7D3A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3A30 on black background.


Color preview on white background

This text has color #7D3A30 on white background.



Black color preview on #7D3A30 background

This text has black color on #7D3A30 background.


White color preview on #7D3A30 background

This text has white color on #7D3A30 background.