COLOR #7D4B55

HEX: #7D4B55
RGB: (125,75,85)

Color info

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

RGB color model

#7D4B55 color RGB value is (125,75,85).

  • red value is 125;
  • green value is 75;
  • blue value is 85.
RGB:
(125,75,85)
(49%,29%,33%)

RGB channels and saturation

R 125 of 255 = 49%
G 75 of 255 = 29%
B 85 of 255 = 33%

125
75
85

R + G + B ~ 37%. #7D4B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 75 + 85 = 285 (100%)
R 125 of 285 ~ 43.86%
G 75 of 285 ~ 26.32%
B 85 of 285 ~ 29.82%

%43.86
%26.32
%29.82

CMYK color model

#7D4B55 color CMYK value is (0,40,32,51).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 32.00%
  • key color value is 50.98%
CMYK:
(0,40,32,51)
C0M40Y32K51 
(0%,40%,32%,51%)
(0.00/0.40/0.32/0.51)	

CMYK percentages

%0
%40
%32
%50.98

Codes

Color #7D4B55 in popluar color models

7D4B55
RGB1257585
HSL348°25.00%39.22%
HSB/HSV348°40.00%49.02%
CMYK0.00%40.00%32.00%
50.98%

Color #7D4B55 in popluar number systems.

HEX7D4B55
Decimal1257585
Binary111110110010111010101
Octal175113125

Shades and tints

Shades of #7D4B55

#7D4B55
(125,75,85)
#72454E
(114,69,78)
#673F47
(103,63,71)
#5C3940
(92,57,64)
#513339
(81,51,57)
#462D32
(70,45,50)
#3B272B
(59,39,43)
#302124
(48,33,36)
#251B1D
(37,27,29)
#1A1516
(26,21,22)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #7D4B55

#7D4B55
(125,75,85)
#885B64
(136,91,100)
#936B73
(147,107,115)
#9E7B82
(158,123,130)
#A98B91
(169,139,145)
#B49BA0
(180,155,160)
#BFABAF
(191,171,175)
#CABBBE
(202,187,190)
#D5CBCD
(213,203,205)
#E0DBDC
(224,219,220)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4B55 color. Also use rgb(125,75,85) instead hex code.

Text Font Color

.myTextColor { color: #7D4B55; }

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

This text font color is #7D4B55.


Background Color

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

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

This div background color is #7D4B55.


Border color

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

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

This div border color is #7D4B55.


Opacity

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

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

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

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

This text has shadow with #7D4B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4B55 on black background.


Color preview on white background

This text has color #7D4B55 on white background.



Black color preview on #7D4B55 background

This text has black color on #7D4B55 background.


White color preview on #7D4B55 background

This text has white color on #7D4B55 background.