COLOR #7D444E

HEX: #7D444E
RGB: (125,68,78)

Color info

#7D444E contains red, green and blue colors in about the same proportion. Web safe color of #7D444E is #663366 (or #636).

RGB color model

#7D444E color RGB value is (125,68,78).

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

RGB channels and saturation

R 125 of 255 = 49%
G 68 of 255 = 27%
B 78 of 255 = 31%

125
68
78

R + G + B ~ 36%. #7D444E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 68 + 78 = 271 (100%)
R 125 of 271 ~ 46.13%
G 68 of 271 ~ 25.09%
B 78 of 271 ~ 28.78%

%46.13
%25.09
%28.78

CMYK color model

#7D444E color CMYK value is (0,46,38,51).

  • cyan value is 0.00%
  • magenta value is 45.60%
  • yellow value is 37.60%
  • key color value is 50.98%
CMYK:
(0,46,38,51)
C0M46Y38K51 
(0%,46%,38%,51%)
(0.00/0.46/0.38/0.51)	

CMYK percentages

%0
%45.6
%37.6
%50.98

Codes

Color #7D444E in popluar color models

7D444E
RGB1256878
HSL349°29.53%37.84%
HSB/HSV349°45.60%49.02%
CMYK0.00%45.60%37.60%
50.98%

Color #7D444E in popluar number systems.

HEX7D444E
Decimal1256878
Binary111110110001001001110
Octal175104116

Shades and tints

Shades of #7D444E

#7D444E
(125,68,78)
#723E47
(114,62,71)
#673840
(103,56,64)
#5C3239
(92,50,57)
#512C32
(81,44,50)
#46262B
(70,38,43)
#3B2024
(59,32,36)
#301A1D
(48,26,29)
#251416
(37,20,22)
#1A0E0F
(26,14,15)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #7D444E

#7D444E
(125,68,78)
#88555E
(136,85,94)
#93666E
(147,102,110)
#9E777E
(158,119,126)
#A9888E
(169,136,142)
#B4999E
(180,153,158)
#BFAAAE
(191,170,174)
#CABBBE
(202,187,190)
#D5CCCE
(213,204,206)
#E0DDDE
(224,221,222)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D444E; }

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

This text font color is #7D444E.


Background Color

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

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

This div background color is #7D444E.


Border color

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

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

This div border color is #7D444E.


Opacity

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

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

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

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

This text has shadow with #7D444E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D444E on black background.


Color preview on white background

This text has color #7D444E on white background.



Black color preview on #7D444E background

This text has black color on #7D444E background.


White color preview on #7D444E background

This text has white color on #7D444E background.