COLOR #67587C

HEX: #67587C
RGB: (103,88,124)

Color info

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

RGB color model

#67587C color RGB value is (103,88,124).

  • red value is 103;
  • green value is 88;
  • blue value is 124.
RGB:
(103,88,124)
(40%,35%,49%)

RGB channels and saturation

R 103 of 255 = 40%
G 88 of 255 = 35%
B 124 of 255 = 49%

103
88
124

R + G + B ~ 41%. #67587C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 88 + 124 = 315 (100%)
R 103 of 315 ~ 32.7%
G 88 of 315 ~ 27.94%
B 124 of 315 ~ 39.37%

%32.7
%27.94
%39.37

CMYK color model

#67587C color CMYK value is (17,29,0,51).

  • cyan value is 16.94%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(17,29,0,51)
C17M29Y0K51 
(17%,29%,0%,51%)
(0.17/0.29/0.00/0.51)	

CMYK percentages

%16.94
%29.03
%0
%51.37

Codes

Color #67587C in popluar color models

67587C
RGB10388124
HSL265°16.98%41.57%
HSB/HSV265°29.03%48.63%
CMYK16.94%29.03%0.00%
51.37%

Color #67587C in popluar number systems.

HEX67587C
Decimal10388124
Binary110011110110001111100
Octal147130174

Shades and tints

Shades of #67587C

#67587C
(103,88,124)
#5E5071
(94,80,113)
#554866
(85,72,102)
#4C405B
(76,64,91)
#433850
(67,56,80)
#3A3045
(58,48,69)
#31283A
(49,40,58)
#28202F
(40,32,47)
#1F1824
(31,24,36)
#161019
(22,16,25)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #67587C

#67587C
(103,88,124)
#746787
(116,103,135)
#817692
(129,118,146)
#8E859D
(142,133,157)
#9B94A8
(155,148,168)
#A8A3B3
(168,163,179)
#B5B2BE
(181,178,190)
#C2C1C9
(194,193,201)
#CFD0D4
(207,208,212)
#DCDFDF
(220,223,223)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67587C color. Also use rgb(103,88,124) instead hex code.

Text Font Color

.myTextColor { color: #67587C; }

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

This text font color is #67587C.


Background Color

.myBgColor { background-color: #67587C; }

<div style="background-color:#67587C">Inner text</div>

This div background color is #67587C.


Border color

.myBorderColor { border: 1px solid #67587C; }

<div style="border:3px solid #67587C">Div</div>

This div border color is #67587C.


Opacity

.myOpacity80 { color: #67587C; opacity: 0.8; }

<p style="color:#67587C;opacity:0.8;">80%</p>

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

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

This text has shadow with #67587C color.

.textShadow {text-shadow: 3px 3px 1px #67587C, 3px 3px 1px red;}

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

This text has shadow with #67587C primary color and red secondary color.


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

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

This text has shadow with #67587C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67587C on black background.


Color preview on white background

This text has color #67587C on white background.



Black color preview on #67587C background

This text has black color on #67587C background.


White color preview on #67587C background

This text has white color on #67587C background.