COLOR #6B354C

HEX: #6B354C
RGB: (107,53,76)

Color info

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

RGB color model

#6B354C color RGB value is (107,53,76).

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

RGB channels and saturation

R 107 of 255 = 42%
G 53 of 255 = 21%
B 76 of 255 = 30%

107
53
76

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

Portions of RGB colors in percentages

R + G + B =
107 + 53 + 76 = 236 (100%)
R 107 of 236 ~ 45.34%
G 53 of 236 ~ 22.46%
B 76 of 236 ~ 32.2%

%45.34
%22.46
%32.2

CMYK color model

#6B354C color CMYK value is (0,50,29,58).

  • cyan value is 0.00%
  • magenta value is 50.47%
  • yellow value is 28.97%
  • key color value is 58.04%
CMYK:
(0,50,29,58)
C0M50Y29K58 
(0%,50%,29%,58%)
(0.00/0.50/0.29/0.58)	

CMYK percentages

%0
%50.47
%28.97
%58.04

Codes

Color #6B354C in popluar color models

6B354C
RGB1075376
HSL334°33.75%31.37%
HSB/HSV334°50.47%41.96%
CMYK0.00%50.47%28.97%
58.04%

Color #6B354C in popluar number systems.

HEX6B354C
Decimal1075376
Binary11010111101011001100
Octal15365114

Shades and tints

Shades of #6B354C

#6B354C
(107,53,76)
#623146
(98,49,70)
#592D40
(89,45,64)
#50293A
(80,41,58)
#472534
(71,37,52)
#3E212E
(62,33,46)
#351D28
(53,29,40)
#2C1922
(44,25,34)
#23151C
(35,21,28)
#1A1116
(26,17,22)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #6B354C

#6B354C
(107,53,76)
#78475C
(120,71,92)
#85596C
(133,89,108)
#926B7C
(146,107,124)
#9F7D8C
(159,125,140)
#AC8F9C
(172,143,156)
#B9A1AC
(185,161,172)
#C6B3BC
(198,179,188)
#D3C5CC
(211,197,204)
#E0D7DC
(224,215,220)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B354C; }

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

This text font color is #6B354C.


Background Color

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

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

This div background color is #6B354C.


Border color

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

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

This div border color is #6B354C.


Opacity

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

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

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

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

This text has shadow with #6B354C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B354C on black background.


Color preview on white background

This text has color #6B354C on white background.



Black color preview on #6B354C background

This text has black color on #6B354C background.


White color preview on #6B354C background

This text has white color on #6B354C background.