COLOR #6B4250

HEX: #6B4250
RGB: (107,66,80)

Color info

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

RGB color model

#6B4250 color RGB value is (107,66,80).

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

RGB channels and saturation

R 107 of 255 = 42%
G 66 of 255 = 26%
B 80 of 255 = 31%

107
66
80

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

Portions of RGB colors in percentages

R + G + B =
107 + 66 + 80 = 253 (100%)
R 107 of 253 ~ 42.29%
G 66 of 253 ~ 26.09%
B 80 of 253 ~ 31.62%

%42.29
%26.09
%31.62

CMYK color model

#6B4250 color CMYK value is (0,38,25,58).

  • cyan value is 0.00%
  • magenta value is 38.32%
  • yellow value is 25.23%
  • key color value is 58.04%
CMYK:
(0,38,25,58)
C0M38Y25K58 
(0%,38%,25%,58%)
(0.00/0.38/0.25/0.58)	

CMYK percentages

%0
%38.32
%25.23
%58.04

Codes

Color #6B4250 in popluar color models

6B4250
RGB1076680
HSL340°23.70%33.92%
HSB/HSV340°38.32%41.96%
CMYK0.00%38.32%25.23%
58.04%

Color #6B4250 in popluar number systems.

HEX6B4250
Decimal1076680
Binary110101110000101010000
Octal153102120

Shades and tints

Shades of #6B4250

#6B4250
(107,66,80)
#623C49
(98,60,73)
#593642
(89,54,66)
#50303B
(80,48,59)
#472A34
(71,42,52)
#3E242D
(62,36,45)
#351E26
(53,30,38)
#2C181F
(44,24,31)
#231218
(35,18,24)
#1A0C11
(26,12,17)
#11060A
(17,6,10)
#000000
(0,0,0)

Tints of #6B4250

#6B4250
(107,66,80)
#78535F
(120,83,95)
#85646E
(133,100,110)
#92757D
(146,117,125)
#9F868C
(159,134,140)
#AC979B
(172,151,155)
#B9A8AA
(185,168,170)
#C6B9B9
(198,185,185)
#D3CAC8
(211,202,200)
#E0DBD7
(224,219,215)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4250; }

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

This text font color is #6B4250.


Background Color

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

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

This div background color is #6B4250.


Border color

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

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

This div border color is #6B4250.


Opacity

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

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

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

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

This text has shadow with #6B4250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4250 on black background.


Color preview on white background

This text has color #6B4250 on white background.



Black color preview on #6B4250 background

This text has black color on #6B4250 background.


White color preview on #6B4250 background

This text has white color on #6B4250 background.