COLOR #7D3B58

HEX: #7D3B58
RGB: (125,59,88)

Color info

#7D3B58 contains mainly red and blue colors. Web safe color of #7D3B58 is #663366 (or #636).

RGB color model

#7D3B58 color RGB value is (125,59,88).

  • red value is 125;
  • green value is 59;
  • blue value is 88.
RGB:
(125,59,88)
(49%,23%,35%)

RGB channels and saturation

R 125 of 255 = 49%
G 59 of 255 = 23%
B 88 of 255 = 35%

125
59
88

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

Portions of RGB colors in percentages

R + G + B =
125 + 59 + 88 = 272 (100%)
R 125 of 272 ~ 45.96%
G 59 of 272 ~ 21.69%
B 88 of 272 ~ 32.35%

%45.96
%21.69
%32.35

CMYK color model

#7D3B58 color CMYK value is (0,53,30,51).

  • cyan value is 0.00%
  • magenta value is 52.80%
  • yellow value is 29.60%
  • key color value is 50.98%
CMYK:
(0,53,30,51)
C0M53Y30K51 
(0%,53%,30%,51%)
(0.00/0.53/0.30/0.51)	

CMYK percentages

%0
%52.8
%29.6
%50.98

Codes

Color #7D3B58 in popluar color models

7D3B58
RGB1255988
HSL334°35.87%36.08%
HSB/HSV334°52.80%49.02%
CMYK0.00%52.80%29.60%
50.98%

Color #7D3B58 in popluar number systems.

HEX7D3B58
Decimal1255988
Binary11111011110111011000
Octal17573130

Shades and tints

Shades of #7D3B58

#7D3B58
(125,59,88)
#723650
(114,54,80)
#673148
(103,49,72)
#5C2C40
(92,44,64)
#512738
(81,39,56)
#462230
(70,34,48)
#3B1D28
(59,29,40)
#301820
(48,24,32)
#251318
(37,19,24)
#1A0E10
(26,14,16)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #7D3B58

#7D3B58
(125,59,88)
#884C67
(136,76,103)
#935D76
(147,93,118)
#9E6E85
(158,110,133)
#A97F94
(169,127,148)
#B490A3
(180,144,163)
#BFA1B2
(191,161,178)
#CAB2C1
(202,178,193)
#D5C3D0
(213,195,208)
#E0D4DF
(224,212,223)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3B58 color. Also use rgb(125,59,88) instead hex code.

Text Font Color

.myTextColor { color: #7D3B58; }

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

This text font color is #7D3B58.


Background Color

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

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

This div background color is #7D3B58.


Border color

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

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

This div border color is #7D3B58.


Opacity

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

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

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

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

This text has shadow with #7D3B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3B58 on black background.


Color preview on white background

This text has color #7D3B58 on white background.



Black color preview on #7D3B58 background

This text has black color on #7D3B58 background.


White color preview on #7D3B58 background

This text has white color on #7D3B58 background.