COLOR #6B5050

HEX: #6B5050
RGB: (107,80,80)

Color info

#6B5050 contains red, green and blue colors in about the same proportion. Web safe color of #6B5050 is #666666 (or #666).

RGB color model

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

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

RGB channels and saturation

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

107
80
80

R + G + B ~ 35%. #6B5050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 80 + 80 = 267 (100%)
R 107 of 267 ~ 40.07%
G 80 of 267 ~ 29.96%
B 80 of 267 ~ 29.96%

%40.07
%29.96
%29.96

CMYK color model

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

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

CMYK percentages

%0
%25.23
%25.23
%58.04

Codes

Color #6B5050 in popluar color models

6B5050
RGB1078080
HSL14.44%36.67%
HSB/HSV25.23%41.96%
CMYK0.00%25.23%25.23%
58.04%

Color #6B5050 in popluar number systems.

HEX6B5050
Decimal1078080
Binary110101110100001010000
Octal153120120

Shades and tints

Shades of #6B5050

#6B5050
(107,80,80)
#624949
(98,73,73)
#594242
(89,66,66)
#503B3B
(80,59,59)
#473434
(71,52,52)
#3E2D2D
(62,45,45)
#352626
(53,38,38)
#2C1F1F
(44,31,31)
#231818
(35,24,24)
#1A1111
(26,17,17)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #6B5050

#6B5050
(107,80,80)
#785F5F
(120,95,95)
#856E6E
(133,110,110)
#927D7D
(146,125,125)
#9F8C8C
(159,140,140)
#AC9B9B
(172,155,155)
#B9AAAA
(185,170,170)
#C6B9B9
(198,185,185)
#D3C8C8
(211,200,200)
#E0D7D7
(224,215,215)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5050; }

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

This text font color is #6B5050.


Background Color

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

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

This div background color is #6B5050.


Border color

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

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

This div border color is #6B5050.


Opacity

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

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

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

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

This text has shadow with #6B5050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5050 on black background.


Color preview on white background

This text has color #6B5050 on white background.



Black color preview on #6B5050 background

This text has black color on #6B5050 background.


White color preview on #6B5050 background

This text has white color on #6B5050 background.