COLOR #67476B

HEX: #67476B
RGB: (103,71,107)

Color info

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

RGB color model

#67476B color RGB value is (103,71,107).

  • red value is 103;
  • green value is 71;
  • blue value is 107.
RGB:
(103,71,107)
(40%,28%,42%)

RGB channels and saturation

R 103 of 255 = 40%
G 71 of 255 = 28%
B 107 of 255 = 42%

103
71
107

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

Portions of RGB colors in percentages

R + G + B =
103 + 71 + 107 = 281 (100%)
R 103 of 281 ~ 36.65%
G 71 of 281 ~ 25.27%
B 107 of 281 ~ 38.08%

%36.65
%25.27
%38.08

CMYK color model

#67476B color CMYK value is (4,34,0,58).

  • cyan value is 3.74%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(4,34,0,58)
C4M34Y0K58 
(4%,34%,0%,58%)
(0.04/0.34/0.00/0.58)	

CMYK percentages

%3.74
%33.64
%0
%58.04

Codes

Color #67476B in popluar color models

67476B
RGB10371107
HSL293°20.22%34.90%
HSB/HSV293°33.64%41.96%
CMYK3.74%33.64%0.00%
58.04%

Color #67476B in popluar number systems.

HEX67476B
Decimal10371107
Binary110011110001111101011
Octal147107153

Shades and tints

Shades of #67476B

#67476B
(103,71,107)
#5E4162
(94,65,98)
#553B59
(85,59,89)
#4C3550
(76,53,80)
#432F47
(67,47,71)
#3A293E
(58,41,62)
#312335
(49,35,53)
#281D2C
(40,29,44)
#1F1723
(31,23,35)
#16111A
(22,17,26)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #67476B

#67476B
(103,71,107)
#745778
(116,87,120)
#816785
(129,103,133)
#8E7792
(142,119,146)
#9B879F
(155,135,159)
#A897AC
(168,151,172)
#B5A7B9
(181,167,185)
#C2B7C6
(194,183,198)
#CFC7D3
(207,199,211)
#DCD7E0
(220,215,224)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67476B color. Also use rgb(103,71,107) instead hex code.

Text Font Color

.myTextColor { color: #67476B; }

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

This text font color is #67476B.


Background Color

.myBgColor { background-color: #67476B; }

<div style="background-color:#67476B">Inner text</div>

This div background color is #67476B.


Border color

.myBorderColor { border: 1px solid #67476B; }

<div style="border:3px solid #67476B">Div</div>

This div border color is #67476B.


Opacity

.myOpacity80 { color: #67476B; opacity: 0.8; }

<p style="color:#67476B;opacity:0.8;">80%</p>

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

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

This text has shadow with #67476B color.

.textShadow {text-shadow: 3px 3px 1px #67476B, 3px 3px 1px red;}

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

This text has shadow with #67476B primary color and red secondary color.


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

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

This text has shadow with #67476B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67476B on black background.


Color preview on white background

This text has color #67476B on white background.



Black color preview on #67476B background

This text has black color on #67476B background.


White color preview on #67476B background

This text has white color on #67476B background.