COLOR #67487C

HEX: #67487C
RGB: (103,72,124)

Color info

#67487C contains red, green and blue colors in about the same proportion. Web safe color of #67487C is #663366 (or #636).

RGB color model

#67487C color RGB value is (103,72,124).

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

RGB channels and saturation

R 103 of 255 = 40%
G 72 of 255 = 28%
B 124 of 255 = 49%

103
72
124

R + G + B ~ 39%. #67487C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 72 + 124 = 299 (100%)
R 103 of 299 ~ 34.45%
G 72 of 299 ~ 24.08%
B 124 of 299 ~ 41.47%

%34.45
%24.08
%41.47

CMYK color model

#67487C color CMYK value is (17,42,0,51).

  • cyan value is 16.94%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(17,42,0,51)
C17M42Y0K51 
(17%,42%,0%,51%)
(0.17/0.42/0.00/0.51)	

CMYK percentages

%16.94
%41.94
%0
%51.37

Codes

Color #67487C in popluar color models

67487C
RGB10372124
HSL276°26.53%38.43%
HSB/HSV276°41.94%48.63%
CMYK16.94%41.94%0.00%
51.37%

Color #67487C in popluar number systems.

HEX67487C
Decimal10372124
Binary110011110010001111100
Octal147110174

Shades and tints

Shades of #67487C

#67487C
(103,72,124)
#5E4271
(94,66,113)
#553C66
(85,60,102)
#4C365B
(76,54,91)
#433050
(67,48,80)
#3A2A45
(58,42,69)
#31243A
(49,36,58)
#281E2F
(40,30,47)
#1F1824
(31,24,36)
#161219
(22,18,25)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #67487C

#67487C
(103,72,124)
#745887
(116,88,135)
#816892
(129,104,146)
#8E789D
(142,120,157)
#9B88A8
(155,136,168)
#A898B3
(168,152,179)
#B5A8BE
(181,168,190)
#C2B8C9
(194,184,201)
#CFC8D4
(207,200,212)
#DCD8DF
(220,216,223)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67487C; }

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

This text font color is #67487C.


Background Color

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

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

This div background color is #67487C.


Border color

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

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

This div border color is #67487C.


Opacity

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

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

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

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

This text has shadow with #67487C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67487C on black background.


Color preview on white background

This text has color #67487C on white background.



Black color preview on #67487C background

This text has black color on #67487C background.


White color preview on #67487C background

This text has white color on #67487C background.