COLOR #6C3A4B

HEX: #6C3A4B RGB: (108,58,75)

Color info

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

RGB color model

#6C3A4B color RGB value is (108,58,75).

RGB: (108,58,75) (42%, 23%, 29%)

RGB channels and saturation

R 108 of 255 = 42%
G 58 of 255 = 23%
B 75 of 255 = 29%

108
58
75

R + G + B ~ 31%. #6C3A4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 58 + 75 = 241 (100%)
R 108 of 241 ~ 44.81%
G 58 of 241 ~ 24.07%
B 75 of 241 ~ 31.12'%

%44.81
%24.07
%31.12

CMYK color model

#6C3A4B color CMYK value is (0,46,31,58).

  • cyan value is 0.00%
  • magenta value is 46.30%
  • yellow value is 30.56%
  • key color value is 57.65%
CMYK: (0,46,31,58) C0M46Y31K58 (0%,46%,31%,58%) (0.00/0.46/0.31/0.58) 

CMYK percentages

%0
%46.3
%30.56
%57.65

Codes

Color #6C3A4B in popluar color models

6C 3A 4B
RGB 108 58 75
HSL 340° 30.12% 32.55%
HSB/HSV 340° 46.30% 42.35%
CMYK 0.00% 46.30% 30.56%
57.65%

Color #6C3A4B in popluar number systems.

HEX 6C 3A 4B
Decimal 108 58 75
Binary 1101100 111010 1001011
Octal 154 72 113

Shades and tints

Shades of #6C3A4B

#6C3A4B
(108,58,75)
#633545
(99,53,69)
#5A303F
(90,48,63)
#512B39
(81,43,57)
#482633
(72,38,51)
#3F212D
(63,33,45)
#361C27
(54,28,39)
#2D1721
(45,23,33)
#24121B
(36,18,27)
#1B0D15
(27,13,21)
#12080F
(18,8,15)
#000000
(0,0,0)

Tints of #6C3A4B

#6C3A4B
(108,58,75)
#794B5B
(121,75,91)
#865C6B
(134,92,107)
#936D7B
(147,109,123)
#A07E8B
(160,126,139)
#AD8F9B
(173,143,155)
#BAA0AB
(186,160,171)
#C7B1BB
(199,177,187)
#D4C2CB
(212,194,203)
#E1D3DB
(225,211,219)
#EEE4EB
(238,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3A4B color. Also use rgb(108,58,75) instead hex code.

Text Font Color

.myTextColor { color: #6C3A4B; }

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

This text font color is #6C3A4B.

Background Color

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

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

This div background color is #6C3A4B.

Border color

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

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

This div border color is #6C3A4B.

Opacity

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

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

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

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

This text has shadow with #6C3A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3A4B.

Preview

Color preview on black background

This text has color #6C3A4B on black background.


Color preview on white background

This text has color #6C3A4B on white background.


Black color preview on #6C3A4B background

This text has black color on #6C3A4B background.


White color preview on #6C3A4B background

This text has white color on #6C3A4B background.


Related colors

Complementary color

Complementary color for #hex is #93C5B4.


I love getcolorcode.com

Triadic colors

1 #4B6C3A and #3A4B6C with #6C3A4B are triadic colors.

2 #4B3A6C and #3A6C4B with #6C3A4B are triadic colors.