COLOR #67475E

HEX: #67475E
RGB: (103,71,94)

Color info

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

RGB color model

#67475E color RGB value is (103,71,94).

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

RGB channels and saturation

R 103 of 255 = 40%
G 71 of 255 = 28%
B 94 of 255 = 37%

103
71
94

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

Portions of RGB colors in percentages

R + G + B =
103 + 71 + 94 = 268 (100%)
R 103 of 268 ~ 38.43%
G 71 of 268 ~ 26.49%
B 94 of 268 ~ 35.07%

%38.43
%26.49
%35.07

CMYK color model

#67475E color CMYK value is (0,31,9,60).

  • cyan value is 0.00%
  • magenta value is 31.07%
  • yellow value is 8.74%
  • key color value is 59.61%
CMYK:
(0,31,9,60)
C0M31Y9K60 
(0%,31%,9%,60%)
(0.00/0.31/0.09/0.60)	

CMYK percentages

%0
%31.07
%8.74
%59.61

Codes

Color #67475E in popluar color models

67475E
RGB1037194
HSL317°18.39%34.12%
HSB/HSV317°31.07%40.39%
CMYK0.00%31.07%8.74%
59.61%

Color #67475E in popluar number systems.

HEX67475E
Decimal1037194
Binary110011110001111011110
Octal147107136

Shades and tints

Shades of #67475E

#67475E
(103,71,94)
#5E4156
(94,65,86)
#553B4E
(85,59,78)
#4C3546
(76,53,70)
#432F3E
(67,47,62)
#3A2936
(58,41,54)
#31232E
(49,35,46)
#281D26
(40,29,38)
#1F171E
(31,23,30)
#161116
(22,17,22)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #67475E

#67475E
(103,71,94)
#74576C
(116,87,108)
#81677A
(129,103,122)
#8E7788
(142,119,136)
#9B8796
(155,135,150)
#A897A4
(168,151,164)
#B5A7B2
(181,167,178)
#C2B7C0
(194,183,192)
#CFC7CE
(207,199,206)
#DCD7DC
(220,215,220)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67475E; }

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

This text font color is #67475E.


Background Color

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

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

This div background color is #67475E.


Border color

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

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

This div border color is #67475E.


Opacity

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

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

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

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

This text has shadow with #67475E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67475E on black background.


Color preview on white background

This text has color #67475E on white background.



Black color preview on #67475E background

This text has black color on #67475E background.


White color preview on #67475E background

This text has white color on #67475E background.