COLOR #67466D

HEX: #67466D
RGB: (103,70,109)

Color info

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

RGB color model

#67466D color RGB value is (103,70,109).

  • red value is 103;
  • green value is 70;
  • blue value is 109.
RGB:
(103,70,109)
(40%,27%,43%)

RGB channels and saturation

R 103 of 255 = 40%
G 70 of 255 = 27%
B 109 of 255 = 43%

103
70
109

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

Portions of RGB colors in percentages

R + G + B =
103 + 70 + 109 = 282 (100%)
R 103 of 282 ~ 36.52%
G 70 of 282 ~ 24.82%
B 109 of 282 ~ 38.65%

%36.52
%24.82
%38.65

CMYK color model

#67466D color CMYK value is (6,36,0,57).

  • cyan value is 5.50%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(6,36,0,57)
C6M36Y0K57 
(6%,36%,0%,57%)
(0.06/0.36/0.00/0.57)	

CMYK percentages

%5.5
%35.78
%0
%57.25

Codes

Color #67466D in popluar color models

67466D
RGB10370109
HSL291°21.79%35.10%
HSB/HSV291°35.78%42.75%
CMYK5.50%35.78%0.00%
57.25%

Color #67466D in popluar number systems.

HEX67466D
Decimal10370109
Binary110011110001101101101
Octal147106155

Shades and tints

Shades of #67466D

#67466D
(103,70,109)
#5E4064
(94,64,100)
#553A5B
(85,58,91)
#4C3452
(76,52,82)
#432E49
(67,46,73)
#3A2840
(58,40,64)
#312237
(49,34,55)
#281C2E
(40,28,46)
#1F1625
(31,22,37)
#16101C
(22,16,28)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #67466D

#67466D
(103,70,109)
#74567A
(116,86,122)
#816687
(129,102,135)
#8E7694
(142,118,148)
#9B86A1
(155,134,161)
#A896AE
(168,150,174)
#B5A6BB
(181,166,187)
#C2B6C8
(194,182,200)
#CFC6D5
(207,198,213)
#DCD6E2
(220,214,226)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67466D color. Also use rgb(103,70,109) instead hex code.

Text Font Color

.myTextColor { color: #67466D; }

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

This text font color is #67466D.


Background Color

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

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

This div background color is #67466D.


Border color

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

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

This div border color is #67466D.


Opacity

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

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

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

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

This text has shadow with #67466D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67466D on black background.


Color preview on white background

This text has color #67466D on white background.



Black color preview on #67466D background

This text has black color on #67466D background.


White color preview on #67466D background

This text has white color on #67466D background.