COLOR #6B344C

HEX: #6B344C
RGB: (107,52,76)

Color info

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

RGB color model

#6B344C color RGB value is (107,52,76).

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

RGB channels and saturation

R 107 of 255 = 42%
G 52 of 255 = 20%
B 76 of 255 = 30%

107
52
76

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

Portions of RGB colors in percentages

R + G + B =
107 + 52 + 76 = 235 (100%)
R 107 of 235 ~ 45.53%
G 52 of 235 ~ 22.13%
B 76 of 235 ~ 32.34%

%45.53
%22.13
%32.34

CMYK color model

#6B344C color CMYK value is (0,51,29,58).

  • cyan value is 0.00%
  • magenta value is 51.40%
  • yellow value is 28.97%
  • key color value is 58.04%
CMYK:
(0,51,29,58)
C0M51Y29K58 
(0%,51%,29%,58%)
(0.00/0.51/0.29/0.58)	

CMYK percentages

%0
%51.4
%28.97
%58.04

Codes

Color #6B344C in popluar color models

6B344C
RGB1075276
HSL334°34.59%31.18%
HSB/HSV334°51.40%41.96%
CMYK0.00%51.40%28.97%
58.04%

Color #6B344C in popluar number systems.

HEX6B344C
Decimal1075276
Binary11010111101001001100
Octal15364114

Shades and tints

Shades of #6B344C

#6B344C
(107,52,76)
#623046
(98,48,70)
#592C40
(89,44,64)
#50283A
(80,40,58)
#472434
(71,36,52)
#3E202E
(62,32,46)
#351C28
(53,28,40)
#2C1822
(44,24,34)
#23141C
(35,20,28)
#1A1016
(26,16,22)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #6B344C

#6B344C
(107,52,76)
#78465C
(120,70,92)
#85586C
(133,88,108)
#926A7C
(146,106,124)
#9F7C8C
(159,124,140)
#AC8E9C
(172,142,156)
#B9A0AC
(185,160,172)
#C6B2BC
(198,178,188)
#D3C4CC
(211,196,204)
#E0D6DC
(224,214,220)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B344C color. Also use rgb(107,52,76) instead hex code.

Text Font Color

.myTextColor { color: #6B344C; }

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

This text font color is #6B344C.


Background Color

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

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

This div background color is #6B344C.


Border color

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

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

This div border color is #6B344C.


Opacity

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

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

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

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

This text has shadow with #6B344C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B344C on black background.


Color preview on white background

This text has color #6B344C on white background.



Black color preview on #6B344C background

This text has black color on #6B344C background.


White color preview on #6B344C background

This text has white color on #6B344C background.