COLOR #7D3444

HEX: #7D3444 RGB: (125,52,68)

Color info

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

RGB color model

#7D3444 color RGB value is (125,52,68).

RGB: (125,52,68) (49%, 20%, 27%)

RGB channels and saturation

R 125 of 255 = 49%
G 52 of 255 = 20%
B 68 of 255 = 27%

125
52
68

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

Portions of RGB colors in percentages

R + G + B = 125 + 52 + 68 = 245 (100%)
R 125 of 245 ~ 51.02%
G 52 of 245 ~ 21.22%
B 68 of 245 ~ 27.76'%

%51.02
%21.22
%27.76

CMYK color model

#7D3444 color CMYK value is (0,58,46,51).

  • cyan value is 0.00%
  • magenta value is 58.40%
  • yellow value is 45.60%
  • key color value is 50.98%

CMYK: (0,58,46,51)
C0M58Y46K51 (0%, 58%, 46%, 51%)
(0.00 / 0.58 / 0.46 / 0.51)

CMYK percentages

%0
%58.4
%45.6
%50.98

Codes

Color #7D3444 in popluar color models

7D 34 44
RGB 125 52 68
HSL 347° 41.24% 34.71%
HSB/HSV 347° 58.40% 49.02%
CMYK 0.00% 58.40% 45.60%
50.98%

Color #7D3444 in popluar number systems.

HEX 7D 34 44
Decimal 125 52 68
Binary 1111101 110100 1000100
Octal 175 64 104

Shades and tints

Shades of #7D3444

#7D3444
(125,52,68)
#72303E
(114,48,62)
#672C38
(103,44,56)
#5C2832
(92,40,50)
#51242C
(81,36,44)
#462026
(70,32,38)
#3B1C20
(59,28,32)
#30181A
(48,24,26)
#251414
(37,20,20)
#1A100E
(26,16,14)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #7D3444

#7D3444
(125,52,68)
#884655
(136,70,85)
#935866
(147,88,102)
#9E6A77
(158,106,119)
#A97C88
(169,124,136)
#B48E99
(180,142,153)
#BFA0AA
(191,160,170)
#CAB2BB
(202,178,187)
#D5C4CC
(213,196,204)
#E0D6DD
(224,214,221)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3444; }

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

This text font color is #7D3444.

Background Color

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

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

This div background color is #7D3444.

Border color

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

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

This div border color is #7D3444.

Opacity

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

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

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

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

This text has shadow with #7D3444 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D3444.

Preview

Color preview on black background

This text has color #7D3444 on black background.


Color preview on white background

This text has color #7D3444 on white background.


Black color preview on #7D3444 background

This text has black color on #7D3444 background.


White color preview on #7D3444 background

This text has white color on #7D3444 background.


Related colors

Complementary color

Complementary color for #hex is #82CBBB.


I love getcolorcode.com

Triadic colors

1 #447D34 and #34447D with #7D3444 are triadic colors.

2 #44347D and #347D44 with #7D3444 are triadic colors.