COLOR #67325B

HEX: #67325B
RGB: (103,50,91)

Color info

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

RGB color model

#67325B color RGB value is (103,50,91).

  • red value is 103;
  • green value is 50;
  • blue value is 91.
RGB:
(103,50,91)
(40%,20%,36%)

RGB channels and saturation

R 103 of 255 = 40%
G 50 of 255 = 20%
B 91 of 255 = 36%

103
50
91

R + G + B ~ 32%. #67325B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 50 + 91 = 244 (100%)
R 103 of 244 ~ 42.21%
G 50 of 244 ~ 20.49%
B 91 of 244 ~ 37.3%

%42.21
%20.49
%37.3

CMYK color model

#67325B color CMYK value is (0,51,12,60).

  • cyan value is 0.00%
  • magenta value is 51.46%
  • yellow value is 11.65%
  • key color value is 59.61%
CMYK:
(0,51,12,60)
C0M51Y12K60 
(0%,51%,12%,60%)
(0.00/0.51/0.12/0.60)	

CMYK percentages

%0
%51.46
%11.65
%59.61

Codes

Color #67325B in popluar color models

67325B
RGB1035091
HSL314°34.64%30.00%
HSB/HSV314°51.46%40.39%
CMYK0.00%51.46%11.65%
59.61%

Color #67325B in popluar number systems.

HEX67325B
Decimal1035091
Binary11001111100101011011
Octal14762133

Shades and tints

Shades of #67325B

#67325B
(103,50,91)
#5E2E53
(94,46,83)
#552A4B
(85,42,75)
#4C2643
(76,38,67)
#43223B
(67,34,59)
#3A1E33
(58,30,51)
#311A2B
(49,26,43)
#281623
(40,22,35)
#1F121B
(31,18,27)
#160E13
(22,14,19)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #67325B

#67325B
(103,50,91)
#744469
(116,68,105)
#815677
(129,86,119)
#8E6885
(142,104,133)
#9B7A93
(155,122,147)
#A88CA1
(168,140,161)
#B59EAF
(181,158,175)
#C2B0BD
(194,176,189)
#CFC2CB
(207,194,203)
#DCD4D9
(220,212,217)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67325B color. Also use rgb(103,50,91) instead hex code.

Text Font Color

.myTextColor { color: #67325B; }

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

This text font color is #67325B.


Background Color

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

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

This div background color is #67325B.


Border color

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

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

This div border color is #67325B.


Opacity

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

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

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

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

This text has shadow with #67325B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67325B on black background.


Color preview on white background

This text has color #67325B on white background.



Black color preview on #67325B background

This text has black color on #67325B background.


White color preview on #67325B background

This text has white color on #67325B background.