COLOR #7D4A44

HEX: #7D4A44
RGB: (125,74,68)

Color info

#7D4A44 contains red, green and blue colors in about the same proportion. Web safe color of #7D4A44 is #663333 (or #633).

RGB color model

#7D4A44 color RGB value is (125,74,68).

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

RGB channels and saturation

R 125 of 255 = 49%
G 74 of 255 = 29%
B 68 of 255 = 27%

125
74
68

R + G + B ~ 35%. #7D4A44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 74 + 68 = 267 (100%)
R 125 of 267 ~ 46.82%
G 74 of 267 ~ 27.72%
B 68 of 267 ~ 25.47%

%46.82
%27.72
%25.47

CMYK color model

#7D4A44 color CMYK value is (0,41,46,51).

  • cyan value is 0.00%
  • magenta value is 40.80%
  • yellow value is 45.60%
  • key color value is 50.98%
CMYK:
(0,41,46,51)
C0M41Y46K51 
(0%,41%,46%,51%)
(0.00/0.41/0.46/0.51)	

CMYK percentages

%0
%40.8
%45.6
%50.98

Codes

Color #7D4A44 in popluar color models

7D4A44
RGB1257468
HSL29.53%37.84%
HSB/HSV45.60%49.02%
CMYK0.00%40.80%45.60%
50.98%

Color #7D4A44 in popluar number systems.

HEX7D4A44
Decimal1257468
Binary111110110010101000100
Octal175112104

Shades and tints

Shades of #7D4A44

#7D4A44
(125,74,68)
#72443E
(114,68,62)
#673E38
(103,62,56)
#5C3832
(92,56,50)
#51322C
(81,50,44)
#462C26
(70,44,38)
#3B2620
(59,38,32)
#30201A
(48,32,26)
#251A14
(37,26,20)
#1A140E
(26,20,14)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #7D4A44

#7D4A44
(125,74,68)
#885A55
(136,90,85)
#936A66
(147,106,102)
#9E7A77
(158,122,119)
#A98A88
(169,138,136)
#B49A99
(180,154,153)
#BFAAAA
(191,170,170)
#CABABB
(202,186,187)
#D5CACC
(213,202,204)
#E0DADD
(224,218,221)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4A44; }

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

This text font color is #7D4A44.


Background Color

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

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

This div background color is #7D4A44.


Border color

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

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

This div border color is #7D4A44.


Opacity

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

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

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

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

This text has shadow with #7D4A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4A44 on black background.


Color preview on white background

This text has color #7D4A44 on white background.



Black color preview on #7D4A44 background

This text has black color on #7D4A44 background.


White color preview on #7D4A44 background

This text has white color on #7D4A44 background.