COLOR #67354C

HEX: #67354C
RGB: (103,53,76)

Color info

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

RGB color model

#67354C color RGB value is (103,53,76).

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

RGB channels and saturation

R 103 of 255 = 40%
G 53 of 255 = 21%
B 76 of 255 = 30%

103
53
76

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

Portions of RGB colors in percentages

R + G + B =
103 + 53 + 76 = 232 (100%)
R 103 of 232 ~ 44.4%
G 53 of 232 ~ 22.84%
B 76 of 232 ~ 32.76%

%44.4
%22.84
%32.76

CMYK color model

#67354C color CMYK value is (0,49,26,60).

  • cyan value is 0.00%
  • magenta value is 48.54%
  • yellow value is 26.21%
  • key color value is 59.61%
CMYK:
(0,49,26,60)
C0M49Y26K60 
(0%,49%,26%,60%)
(0.00/0.49/0.26/0.60)	

CMYK percentages

%0
%48.54
%26.21
%59.61

Codes

Color #67354C in popluar color models

67354C
RGB1035376
HSL332°32.05%30.59%
HSB/HSV332°48.54%40.39%
CMYK0.00%48.54%26.21%
59.61%

Color #67354C in popluar number systems.

HEX67354C
Decimal1035376
Binary11001111101011001100
Octal14765114

Shades and tints

Shades of #67354C

#67354C
(103,53,76)
#5E3146
(94,49,70)
#552D40
(85,45,64)
#4C293A
(76,41,58)
#432534
(67,37,52)
#3A212E
(58,33,46)
#311D28
(49,29,40)
#281922
(40,25,34)
#1F151C
(31,21,28)
#161116
(22,17,22)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #67354C

#67354C
(103,53,76)
#74475C
(116,71,92)
#81596C
(129,89,108)
#8E6B7C
(142,107,124)
#9B7D8C
(155,125,140)
#A88F9C
(168,143,156)
#B5A1AC
(181,161,172)
#C2B3BC
(194,179,188)
#CFC5CC
(207,197,204)
#DCD7DC
(220,215,220)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67354C; }

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

This text font color is #67354C.


Background Color

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

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

This div background color is #67354C.


Border color

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

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

This div border color is #67354C.


Opacity

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

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

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

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

This text has shadow with #67354C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67354C on black background.


Color preview on white background

This text has color #67354C on white background.



Black color preview on #67354C background

This text has black color on #67354C background.


White color preview on #67354C background

This text has white color on #67354C background.