COLOR #6B4850

HEX: #6B4850
RGB: (107,72,80)

Color info

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

RGB color model

#6B4850 color RGB value is (107,72,80).

  • red value is 107;
  • green value is 72;
  • blue value is 80.
RGB:
(107,72,80)
(42%,28%,31%)

RGB channels and saturation

R 107 of 255 = 42%
G 72 of 255 = 28%
B 80 of 255 = 31%

107
72
80

R + G + B ~ 34%. #6B4850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 72 + 80 = 259 (100%)
R 107 of 259 ~ 41.31%
G 72 of 259 ~ 27.8%
B 80 of 259 ~ 30.89%

%41.31
%27.8
%30.89

CMYK color model

#6B4850 color CMYK value is (0,33,25,58).

  • cyan value is 0.00%
  • magenta value is 32.71%
  • yellow value is 25.23%
  • key color value is 58.04%
CMYK:
(0,33,25,58)
C0M33Y25K58 
(0%,33%,25%,58%)
(0.00/0.33/0.25/0.58)	

CMYK percentages

%0
%32.71
%25.23
%58.04

Codes

Color #6B4850 in popluar color models

6B4850
RGB1077280
HSL346°19.55%35.10%
HSB/HSV346°32.71%41.96%
CMYK0.00%32.71%25.23%
58.04%

Color #6B4850 in popluar number systems.

HEX6B4850
Decimal1077280
Binary110101110010001010000
Octal153110120

Shades and tints

Shades of #6B4850

#6B4850
(107,72,80)
#624249
(98,66,73)
#593C42
(89,60,66)
#50363B
(80,54,59)
#473034
(71,48,52)
#3E2A2D
(62,42,45)
#352426
(53,36,38)
#2C1E1F
(44,30,31)
#231818
(35,24,24)
#1A1211
(26,18,17)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #6B4850

#6B4850
(107,72,80)
#78585F
(120,88,95)
#85686E
(133,104,110)
#92787D
(146,120,125)
#9F888C
(159,136,140)
#AC989B
(172,152,155)
#B9A8AA
(185,168,170)
#C6B8B9
(198,184,185)
#D3C8C8
(211,200,200)
#E0D8D7
(224,216,215)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4850 color. Also use rgb(107,72,80) instead hex code.

Text Font Color

.myTextColor { color: #6B4850; }

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

This text font color is #6B4850.


Background Color

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

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

This div background color is #6B4850.


Border color

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

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

This div border color is #6B4850.


Opacity

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

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

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

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

This text has shadow with #6B4850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4850 on black background.


Color preview on white background

This text has color #6B4850 on white background.



Black color preview on #6B4850 background

This text has black color on #6B4850 background.


White color preview on #6B4850 background

This text has white color on #6B4850 background.