COLOR #6B5053

HEX: #6B5053 RGB: (107,80,83)

Color info

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

RGB color model

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

RGB: (107,80,83) (42%, 31%, 33%)

RGB channels and saturation

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

107
80
83

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

Portions of RGB colors in percentages

R + G + B = 107 + 80 + 83 = 270 (100%)
R 107 of 270 ~ 39.63%
G 80 of 270 ~ 29.63%
B 83 of 270 ~ 30.74'%

%39.63
%29.63
%30.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 22.43%
  • key color value is 58.04%

CMYK: (0,25,22,58)
C0M25Y22K58 (0%, 25%, 22%, 58%)
(0.00 / 0.25 / 0.22 / 0.58)

CMYK percentages

%0
%25.23
%22.43
%58.04

Codes

Color #6B5053 in popluar color models

6B 50 53
RGB 107 80 83
HSL 353° 14.44% 36.67%
HSB/HSV 353° 25.23% 41.96%
CMYK 0.00% 25.23% 22.43%
58.04%

Color #6B5053 in popluar number systems.

HEX 6B 50 53
Decimal 107 80 83
Binary 1101011 1010000 1010011
Octal 153 120 123

Shades and tints

Shades of #6B5053

#6B5053
(107,80,83)
#62494C
(98,73,76)
#594245
(89,66,69)
#503B3E
(80,59,62)
#473437
(71,52,55)
#3E2D30
(62,45,48)
#352629
(53,38,41)
#2C1F22
(44,31,34)
#23181B
(35,24,27)
#1A1114
(26,17,20)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #6B5053

#6B5053
(107,80,83)
#785F62
(120,95,98)
#856E71
(133,110,113)
#927D80
(146,125,128)
#9F8C8F
(159,140,143)
#AC9B9E
(172,155,158)
#B9AAAD
(185,170,173)
#C6B9BC
(198,185,188)
#D3C8CB
(211,200,203)
#E0D7DA
(224,215,218)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5053; }

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

This text font color is #6B5053.

Background Color

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

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

This div background color is #6B5053.

Border color

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

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

This div border color is #6B5053.

Opacity

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

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

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

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

This text has shadow with #6B5053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5053.

Preview

Color preview on black background

This text has color #6B5053 on black background.


Color preview on white background

This text has color #6B5053 on white background.


Black color preview on #6B5053 background

This text has black color on #6B5053 background.


White color preview on #6B5053 background

This text has white color on #6B5053 background.


Related colors

Complementary color

Complementary color for #hex is #94AFAC.


I love getcolorcode.com

Triadic colors

1 #536B50 and #50536B with #6B5053 are triadic colors.

2 #53506B and #506B53 with #6B5053 are triadic colors.