COLOR #67387D

HEX: #67387D
RGB: (103,56,125)

Color info

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

RGB color model

#67387D color RGB value is (103,56,125).

  • red value is 103;
  • green value is 56;
  • blue value is 125.
RGB:
(103,56,125)
(40%,22%,49%)

RGB channels and saturation

R 103 of 255 = 40%
G 56 of 255 = 22%
B 125 of 255 = 49%

103
56
125

R + G + B ~ 37%. #67387D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 56 + 125 = 284 (100%)
R 103 of 284 ~ 36.27%
G 56 of 284 ~ 19.72%
B 125 of 284 ~ 44.01%

%36.27
%19.72
%44.01

CMYK color model

#67387D color CMYK value is (18,55,0,51).

  • cyan value is 17.60%
  • magenta value is 55.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(18,55,0,51)
C18M55Y0K51 
(18%,55%,0%,51%)
(0.18/0.55/0.00/0.51)	

CMYK percentages

%17.6
%55.2
%0
%50.98

Codes

Color #67387D in popluar color models

67387D
RGB10356125
HSL281°38.12%35.49%
HSB/HSV281°55.20%49.02%
CMYK17.60%55.20%0.00%
50.98%

Color #67387D in popluar number systems.

HEX67387D
Decimal10356125
Binary11001111110001111101
Octal14770175

Shades and tints

Shades of #67387D

#67387D
(103,56,125)
#5E3372
(94,51,114)
#552E67
(85,46,103)
#4C295C
(76,41,92)
#432451
(67,36,81)
#3A1F46
(58,31,70)
#311A3B
(49,26,59)
#281530
(40,21,48)
#1F1025
(31,16,37)
#160B1A
(22,11,26)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #67387D

#67387D
(103,56,125)
#744A88
(116,74,136)
#815C93
(129,92,147)
#8E6E9E
(142,110,158)
#9B80A9
(155,128,169)
#A892B4
(168,146,180)
#B5A4BF
(181,164,191)
#C2B6CA
(194,182,202)
#CFC8D5
(207,200,213)
#DCDAE0
(220,218,224)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67387D color. Also use rgb(103,56,125) instead hex code.

Text Font Color

.myTextColor { color: #67387D; }

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

This text font color is #67387D.


Background Color

.myBgColor { background-color: #67387D; }

<div style="background-color:#67387D">Inner text</div>

This div background color is #67387D.


Border color

.myBorderColor { border: 1px solid #67387D; }

<div style="border:3px solid #67387D">Div</div>

This div border color is #67387D.


Opacity

.myOpacity80 { color: #67387D; opacity: 0.8; }

<p style="color:#67387D;opacity:0.8;">80%</p>

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

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

This text has shadow with #67387D color.

.textShadow {text-shadow: 3px 3px 1px #67387D, 3px 3px 1px red;}

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

This text has shadow with #67387D primary color and red secondary color.


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

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

This text has shadow with #67387D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67387D on black background.


Color preview on white background

This text has color #67387D on white background.



Black color preview on #67387D background

This text has black color on #67387D background.


White color preview on #67387D background

This text has white color on #67387D background.