COLOR #6C4450

HEX: #6C4450
RGB: (108,68,80)

Color info

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

RGB color model

#6C4450 color RGB value is (108,68,80).

  • red value is 108;
  • green value is 68;
  • blue value is 80.
RGB:
(108,68,80)
(42%,27%,31%)

RGB channels and saturation

R 108 of 255 = 42%
G 68 of 255 = 27%
B 80 of 255 = 31%

108
68
80

R + G + B ~ 33%. #6C4450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 68 + 80 = 256 (100%)
R 108 of 256 ~ 42.19%
G 68 of 256 ~ 26.56%
B 80 of 256 ~ 31.25%

%42.19
%26.56
%31.25

CMYK color model

#6C4450 color CMYK value is (0,37,26,58).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 25.93%
  • key color value is 57.65%
CMYK:
(0,37,26,58)
C0M37Y26K58 
(0%,37%,26%,58%)
(0.00/0.37/0.26/0.58)	

CMYK percentages

%0
%37.04
%25.93
%57.65

Codes

Color #6C4450 in popluar color models

6C4450
RGB1086880
HSL342°22.73%34.51%
HSB/HSV342°37.04%42.35%
CMYK0.00%37.04%25.93%
57.65%

Color #6C4450 in popluar number systems.

HEX6C4450
Decimal1086880
Binary110110010001001010000
Octal154104120

Shades and tints

Shades of #6C4450

#6C4450
(108,68,80)
#633E49
(99,62,73)
#5A3842
(90,56,66)
#51323B
(81,50,59)
#482C34
(72,44,52)
#3F262D
(63,38,45)
#362026
(54,32,38)
#2D1A1F
(45,26,31)
#241418
(36,20,24)
#1B0E11
(27,14,17)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #6C4450

#6C4450
(108,68,80)
#79555F
(121,85,95)
#86666E
(134,102,110)
#93777D
(147,119,125)
#A0888C
(160,136,140)
#AD999B
(173,153,155)
#BAAAAA
(186,170,170)
#C7BBB9
(199,187,185)
#D4CCC8
(212,204,200)
#E1DDD7
(225,221,215)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4450 color. Also use rgb(108,68,80) instead hex code.

Text Font Color

.myTextColor { color: #6C4450; }

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

This text font color is #6C4450.


Background Color

.myBgColor { background-color: #6C4450; }

<div style="background-color:#6C4450">Inner text</div>

This div background color is #6C4450.


Border color

.myBorderColor { border: 1px solid #6C4450; }

<div style="border:3px solid #6C4450">Div</div>

This div border color is #6C4450.


Opacity

.myOpacity80 { color: #6C4450; opacity: 0.8; }

<p style="color:#6C4450;opacity:0.8;">80%</p>

Text with #6C4450 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 #6C4450;}

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

This text has shadow with #6C4450 color.

.textShadow {text-shadow: 3px 3px 1px #6C4450, 3px 3px 1px red;}

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

This text has shadow with #6C4450 primary color and red secondary color.


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

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

This text has shadow with #6C4450 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4450 on black background.


Color preview on white background

This text has color #6C4450 on white background.



Black color preview on #6C4450 background

This text has black color on #6C4450 background.


White color preview on #6C4450 background

This text has white color on #6C4450 background.