COLOR #7D303A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
48
58

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

Portions of RGB colors in percentages

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

%54.11
%20.78
%25.11

CMYK color model

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

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

CMYK percentages

%0
%61.6
%53.6
%50.98

Codes

Color #7D303A in popluar color models

7D303A
RGB1254858
HSL352°44.51%33.92%
HSB/HSV352°61.60%49.02%
CMYK0.00%61.60%53.60%
50.98%

Color #7D303A in popluar number systems.

HEX7D303A
Decimal1254858
Binary1111101110000111010
Octal1756072

Shades and tints

Shades of #7D303A

#7D303A
(125,48,58)
#722C35
(114,44,53)
#672830
(103,40,48)
#5C242B
(92,36,43)
#512026
(81,32,38)
#461C21
(70,28,33)
#3B181C
(59,24,28)
#301417
(48,20,23)
#251012
(37,16,18)
#1A0C0D
(26,12,13)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #7D303A

#7D303A
(125,48,58)
#88424B
(136,66,75)
#93545C
(147,84,92)
#9E666D
(158,102,109)
#A9787E
(169,120,126)
#B48A8F
(180,138,143)
#BF9CA0
(191,156,160)
#CAAEB1
(202,174,177)
#D5C0C2
(213,192,194)
#E0D2D3
(224,210,211)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D303A; }

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

This text font color is #7D303A.


Background Color

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

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

This div background color is #7D303A.


Border color

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

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

This div border color is #7D303A.


Opacity

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

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

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

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

This text has shadow with #7D303A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D303A on black background.


Color preview on white background

This text has color #7D303A on white background.



Black color preview on #7D303A background

This text has black color on #7D303A background.


White color preview on #7D303A background

This text has white color on #7D303A background.