COLOR #67344C

HEX: #67344C
RGB: (103,52,76)

Color info

#67344C contains red, green and blue colors in about the same proportion. Web safe color of #67344C is #663333 (or #633).

RGB color model

#67344C color RGB value is (103,52,76).

  • red value is 103;
  • green value is 52;
  • blue value is 76.
RGB:
(103,52,76)
(40%,20%,30%)

RGB channels and saturation

R 103 of 255 = 40%
G 52 of 255 = 20%
B 76 of 255 = 30%

103
52
76

R + G + B ~ 30%. #67344C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 52 + 76 = 231 (100%)
R 103 of 231 ~ 44.59%
G 52 of 231 ~ 22.51%
B 76 of 231 ~ 32.9%

%44.59
%22.51
%32.9

CMYK color model

#67344C color CMYK value is (0,50,26,60).

  • cyan value is 0.00%
  • magenta value is 49.51%
  • yellow value is 26.21%
  • key color value is 59.61%
CMYK:
(0,50,26,60)
C0M50Y26K60 
(0%,50%,26%,60%)
(0.00/0.50/0.26/0.60)	

CMYK percentages

%0
%49.51
%26.21
%59.61

Codes

Color #67344C in popluar color models

67344C
RGB1035276
HSL332°32.90%30.39%
HSB/HSV332°49.51%40.39%
CMYK0.00%49.51%26.21%
59.61%

Color #67344C in popluar number systems.

HEX67344C
Decimal1035276
Binary11001111101001001100
Octal14764114

Shades and tints

Shades of #67344C

#67344C
(103,52,76)
#5E3046
(94,48,70)
#552C40
(85,44,64)
#4C283A
(76,40,58)
#432434
(67,36,52)
#3A202E
(58,32,46)
#311C28
(49,28,40)
#281822
(40,24,34)
#1F141C
(31,20,28)
#161016
(22,16,22)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #67344C

#67344C
(103,52,76)
#74465C
(116,70,92)
#81586C
(129,88,108)
#8E6A7C
(142,106,124)
#9B7C8C
(155,124,140)
#A88E9C
(168,142,156)
#B5A0AC
(181,160,172)
#C2B2BC
(194,178,188)
#CFC4CC
(207,196,204)
#DCD6DC
(220,214,220)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67344C color. Also use rgb(103,52,76) instead hex code.

Text Font Color

.myTextColor { color: #67344C; }

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

This text font color is #67344C.


Background Color

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

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

This div background color is #67344C.


Border color

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

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

This div border color is #67344C.


Opacity

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

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

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

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

This text has shadow with #67344C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67344C on black background.


Color preview on white background

This text has color #67344C on white background.



Black color preview on #67344C background

This text has black color on #67344C background.


White color preview on #67344C background

This text has white color on #67344C background.