COLOR #7D3457

HEX: #7D3457
RGB: (125,52,87)

Color info

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

RGB color model

#7D3457 color RGB value is (125,52,87).

  • red value is 125;
  • green value is 52;
  • blue value is 87.
RGB:
(125,52,87)
(49%,20%,34%)

RGB channels and saturation

R 125 of 255 = 49%
G 52 of 255 = 20%
B 87 of 255 = 34%

125
52
87

R + G + B ~ 34%. #7D3457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 52 + 87 = 264 (100%)
R 125 of 264 ~ 47.35%
G 52 of 264 ~ 19.7%
B 87 of 264 ~ 32.95%

%47.35
%19.7
%32.95

CMYK color model

#7D3457 color CMYK value is (0,58,30,51).

  • cyan value is 0.00%
  • magenta value is 58.40%
  • yellow value is 30.40%
  • key color value is 50.98%
CMYK:
(0,58,30,51)
C0M58Y30K51 
(0%,58%,30%,51%)
(0.00/0.58/0.30/0.51)	

CMYK percentages

%0
%58.4
%30.4
%50.98

Codes

Color #7D3457 in popluar color models

7D3457
RGB1255287
HSL331°41.24%34.71%
HSB/HSV331°58.40%49.02%
CMYK0.00%58.40%30.40%
50.98%

Color #7D3457 in popluar number systems.

HEX7D3457
Decimal1255287
Binary11111011101001010111
Octal17564127

Shades and tints

Shades of #7D3457

#7D3457
(125,52,87)
#723050
(114,48,80)
#672C49
(103,44,73)
#5C2842
(92,40,66)
#51243B
(81,36,59)
#462034
(70,32,52)
#3B1C2D
(59,28,45)
#301826
(48,24,38)
#25141F
(37,20,31)
#1A1018
(26,16,24)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #7D3457

#7D3457
(125,52,87)
#884666
(136,70,102)
#935875
(147,88,117)
#9E6A84
(158,106,132)
#A97C93
(169,124,147)
#B48EA2
(180,142,162)
#BFA0B1
(191,160,177)
#CAB2C0
(202,178,192)
#D5C4CF
(213,196,207)
#E0D6DE
(224,214,222)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3457 color. Also use rgb(125,52,87) instead hex code.

Text Font Color

.myTextColor { color: #7D3457; }

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

This text font color is #7D3457.


Background Color

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

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

This div background color is #7D3457.


Border color

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

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

This div border color is #7D3457.


Opacity

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

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

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

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

This text has shadow with #7D3457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3457 on black background.


Color preview on white background

This text has color #7D3457 on white background.



Black color preview on #7D3457 background

This text has black color on #7D3457 background.


White color preview on #7D3457 background

This text has white color on #7D3457 background.