COLOR #7D3468

HEX: #7D3468
RGB: (125,52,104)

Color info

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

RGB color model

#7D3468 color RGB value is (125,52,104).

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

RGB channels and saturation

R 125 of 255 = 49%
G 52 of 255 = 20%
B 104 of 255 = 41%

125
52
104

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

Portions of RGB colors in percentages

R + G + B =
125 + 52 + 104 = 281 (100%)
R 125 of 281 ~ 44.48%
G 52 of 281 ~ 18.51%
B 104 of 281 ~ 37.01%

%44.48
%18.51
%37.01

CMYK color model

#7D3468 color CMYK value is (0,58,17,51).

  • cyan value is 0.00%
  • magenta value is 58.40%
  • yellow value is 16.80%
  • key color value is 50.98%
CMYK:
(0,58,17,51)
C0M58Y17K51 
(0%,58%,17%,51%)
(0.00/0.58/0.17/0.51)	

CMYK percentages

%0
%58.4
%16.8
%50.98

Codes

Color #7D3468 in popluar color models

7D3468
RGB12552104
HSL317°41.24%34.71%
HSB/HSV317°58.40%49.02%
CMYK0.00%58.40%16.80%
50.98%

Color #7D3468 in popluar number systems.

HEX7D3468
Decimal12552104
Binary11111011101001101000
Octal17564150

Shades and tints

Shades of #7D3468

#7D3468
(125,52,104)
#72305F
(114,48,95)
#672C56
(103,44,86)
#5C284D
(92,40,77)
#512444
(81,36,68)
#46203B
(70,32,59)
#3B1C32
(59,28,50)
#301829
(48,24,41)
#251420
(37,20,32)
#1A1017
(26,16,23)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #7D3468

#7D3468
(125,52,104)
#884675
(136,70,117)
#935882
(147,88,130)
#9E6A8F
(158,106,143)
#A97C9C
(169,124,156)
#B48EA9
(180,142,169)
#BFA0B6
(191,160,182)
#CAB2C3
(202,178,195)
#D5C4D0
(213,196,208)
#E0D6DD
(224,214,221)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3468; }

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

This text font color is #7D3468.


Background Color

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

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

This div background color is #7D3468.


Border color

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

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

This div border color is #7D3468.


Opacity

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

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

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

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

This text has shadow with #7D3468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3468 on black background.


Color preview on white background

This text has color #7D3468 on white background.



Black color preview on #7D3468 background

This text has black color on #7D3468 background.


White color preview on #7D3468 background

This text has white color on #7D3468 background.