COLOR #67475C

HEX: #67475C
RGB: (103,71,92)

Color info

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

RGB color model

#67475C color RGB value is (103,71,92).

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

RGB channels and saturation

R 103 of 255 = 40%
G 71 of 255 = 28%
B 92 of 255 = 36%

103
71
92

R + G + B ~ 35%. #67475C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 71 + 92 = 266 (100%)
R 103 of 266 ~ 38.72%
G 71 of 266 ~ 26.69%
B 92 of 266 ~ 34.59%

%38.72
%26.69
%34.59

CMYK color model

#67475C color CMYK value is (0,31,11,60).

  • cyan value is 0.00%
  • magenta value is 31.07%
  • yellow value is 10.68%
  • key color value is 59.61%
CMYK:
(0,31,11,60)
C0M31Y11K60 
(0%,31%,11%,60%)
(0.00/0.31/0.11/0.60)	

CMYK percentages

%0
%31.07
%10.68
%59.61

Codes

Color #67475C in popluar color models

67475C
RGB1037192
HSL321°18.39%34.12%
HSB/HSV321°31.07%40.39%
CMYK0.00%31.07%10.68%
59.61%

Color #67475C in popluar number systems.

HEX67475C
Decimal1037192
Binary110011110001111011100
Octal147107134

Shades and tints

Shades of #67475C

#67475C
(103,71,92)
#5E4154
(94,65,84)
#553B4C
(85,59,76)
#4C3544
(76,53,68)
#432F3C
(67,47,60)
#3A2934
(58,41,52)
#31232C
(49,35,44)
#281D24
(40,29,36)
#1F171C
(31,23,28)
#161114
(22,17,20)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #67475C

#67475C
(103,71,92)
#74576A
(116,87,106)
#816778
(129,103,120)
#8E7786
(142,119,134)
#9B8794
(155,135,148)
#A897A2
(168,151,162)
#B5A7B0
(181,167,176)
#C2B7BE
(194,183,190)
#CFC7CC
(207,199,204)
#DCD7DA
(220,215,218)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67475C color. Also use rgb(103,71,92) instead hex code.

Text Font Color

.myTextColor { color: #67475C; }

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

This text font color is #67475C.


Background Color

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

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

This div background color is #67475C.


Border color

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

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

This div border color is #67475C.


Opacity

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

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

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

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

This text has shadow with #67475C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67475C on black background.


Color preview on white background

This text has color #67475C on white background.



Black color preview on #67475C background

This text has black color on #67475C background.


White color preview on #67475C background

This text has white color on #67475C background.