COLOR #7D3A44

HEX: #7D3A44
RGB: (125,58,68)

Color info

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

RGB color model

#7D3A44 color RGB value is (125,58,68).

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

RGB channels and saturation

R 125 of 255 = 49%
G 58 of 255 = 23%
B 68 of 255 = 27%

125
58
68

R + G + B ~ 33%. #7D3A44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 58 + 68 = 251 (100%)
R 125 of 251 ~ 49.8%
G 58 of 251 ~ 23.11%
B 68 of 251 ~ 27.09%

%49.8
%23.11
%27.09

CMYK color model

#7D3A44 color CMYK value is (0,54,46,51).

  • cyan value is 0.00%
  • magenta value is 53.60%
  • yellow value is 45.60%
  • key color value is 50.98%
CMYK:
(0,54,46,51)
C0M54Y46K51 
(0%,54%,46%,51%)
(0.00/0.54/0.46/0.51)	

CMYK percentages

%0
%53.6
%45.6
%50.98

Codes

Color #7D3A44 in popluar color models

7D3A44
RGB1255868
HSL351°36.61%35.88%
HSB/HSV351°53.60%49.02%
CMYK0.00%53.60%45.60%
50.98%

Color #7D3A44 in popluar number systems.

HEX7D3A44
Decimal1255868
Binary11111011110101000100
Octal17572104

Shades and tints

Shades of #7D3A44

#7D3A44
(125,58,68)
#72353E
(114,53,62)
#673038
(103,48,56)
#5C2B32
(92,43,50)
#51262C
(81,38,44)
#462126
(70,33,38)
#3B1C20
(59,28,32)
#30171A
(48,23,26)
#251214
(37,18,20)
#1A0D0E
(26,13,14)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #7D3A44

#7D3A44
(125,58,68)
#884B55
(136,75,85)
#935C66
(147,92,102)
#9E6D77
(158,109,119)
#A97E88
(169,126,136)
#B48F99
(180,143,153)
#BFA0AA
(191,160,170)
#CAB1BB
(202,177,187)
#D5C2CC
(213,194,204)
#E0D3DD
(224,211,221)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3A44; }

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

This text font color is #7D3A44.


Background Color

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

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

This div background color is #7D3A44.


Border color

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

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

This div border color is #7D3A44.


Opacity

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

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

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

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

This text has shadow with #7D3A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3A44 on black background.


Color preview on white background

This text has color #7D3A44 on white background.



Black color preview on #7D3A44 background

This text has black color on #7D3A44 background.


White color preview on #7D3A44 background

This text has white color on #7D3A44 background.