COLOR #7D3047

HEX: #7D3047
RGB: (125,48,71)

Color info

#7D3047 contains mainly red and blue colors. Web safe color of #7D3047 is #663333 (or #633).

RGB color model

#7D3047 color RGB value is (125,48,71).

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

RGB channels and saturation

R 125 of 255 = 49%
G 48 of 255 = 19%
B 71 of 255 = 28%

125
48
71

R + G + B ~ 32%. #7D3047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 48 + 71 = 244 (100%)
R 125 of 244 ~ 51.23%
G 48 of 244 ~ 19.67%
B 71 of 244 ~ 29.1%

%51.23
%19.67
%29.1

CMYK color model

#7D3047 color CMYK value is (0,62,43,51).

  • cyan value is 0.00%
  • magenta value is 61.60%
  • yellow value is 43.20%
  • key color value is 50.98%
CMYK:
(0,62,43,51)
C0M62Y43K51 
(0%,62%,43%,51%)
(0.00/0.62/0.43/0.51)	

CMYK percentages

%0
%61.6
%43.2
%50.98

Codes

Color #7D3047 in popluar color models

7D3047
RGB1254871
HSL342°44.51%33.92%
HSB/HSV342°61.60%49.02%
CMYK0.00%61.60%43.20%
50.98%

Color #7D3047 in popluar number systems.

HEX7D3047
Decimal1254871
Binary11111011100001000111
Octal17560107

Shades and tints

Shades of #7D3047

#7D3047
(125,48,71)
#722C41
(114,44,65)
#67283B
(103,40,59)
#5C2435
(92,36,53)
#51202F
(81,32,47)
#461C29
(70,28,41)
#3B1823
(59,24,35)
#30141D
(48,20,29)
#251017
(37,16,23)
#1A0C11
(26,12,17)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #7D3047

#7D3047
(125,48,71)
#884257
(136,66,87)
#935467
(147,84,103)
#9E6677
(158,102,119)
#A97887
(169,120,135)
#B48A97
(180,138,151)
#BF9CA7
(191,156,167)
#CAAEB7
(202,174,183)
#D5C0C7
(213,192,199)
#E0D2D7
(224,210,215)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3047; }

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

This text font color is #7D3047.


Background Color

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

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

This div background color is #7D3047.


Border color

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

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

This div border color is #7D3047.


Opacity

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

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

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

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

This text has shadow with #7D3047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3047 on black background.


Color preview on white background

This text has color #7D3047 on white background.



Black color preview on #7D3047 background

This text has black color on #7D3047 background.


White color preview on #7D3047 background

This text has white color on #7D3047 background.