COLOR #7D5F63

HEX: #7D5F63
RGB: (125,95,99)

Color info

#7D5F63 contains red, green and blue colors in about the same proportion. Web safe color of #7D5F63 is #666666 (or #666).

RGB color model

#7D5F63 color RGB value is (125,95,99).

  • red value is 125;
  • green value is 95;
  • blue value is 99.
RGB:
(125,95,99)
(49%,37%,39%)

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 99 of 255 = 39%

125
95
99

R + G + B ~ 42%. #7D5F63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 95 + 99 = 319 (100%)
R 125 of 319 ~ 39.18%
G 95 of 319 ~ 29.78%
B 99 of 319 ~ 31.03%

%39.18
%29.78
%31.03

CMYK color model

#7D5F63 color CMYK value is (0,24,21,51).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 20.80%
  • key color value is 50.98%
CMYK:
(0,24,21,51)
C0M24Y21K51 
(0%,24%,21%,51%)
(0.00/0.24/0.21/0.51)	

CMYK percentages

%0
%24
%20.8
%50.98

Codes

Color #7D5F63 in popluar color models

7D5F63
RGB1259599
HSL352°13.64%43.14%
HSB/HSV352°24.00%49.02%
CMYK0.00%24.00%20.80%
50.98%

Color #7D5F63 in popluar number systems.

HEX7D5F63
Decimal1259599
Binary111110110111111100011
Octal175137143

Shades and tints

Shades of #7D5F63

#7D5F63
(125,95,99)
#72575A
(114,87,90)
#674F51
(103,79,81)
#5C4748
(92,71,72)
#513F3F
(81,63,63)
#463736
(70,55,54)
#3B2F2D
(59,47,45)
#302724
(48,39,36)
#251F1B
(37,31,27)
#1A1712
(26,23,18)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #7D5F63

#7D5F63
(125,95,99)
#886D71
(136,109,113)
#937B7F
(147,123,127)
#9E898D
(158,137,141)
#A9979B
(169,151,155)
#B4A5A9
(180,165,169)
#BFB3B7
(191,179,183)
#CAC1C5
(202,193,197)
#D5CFD3
(213,207,211)
#E0DDE1
(224,221,225)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5F63 color. Also use rgb(125,95,99) instead hex code.

Text Font Color

.myTextColor { color: #7D5F63; }

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

This text font color is #7D5F63.


Background Color

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

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

This div background color is #7D5F63.


Border color

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

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

This div border color is #7D5F63.


Opacity

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

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

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

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

This text has shadow with #7D5F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5F63 on black background.


Color preview on white background

This text has color #7D5F63 on white background.



Black color preview on #7D5F63 background

This text has black color on #7D5F63 background.


White color preview on #7D5F63 background

This text has white color on #7D5F63 background.