COLOR #6B5052

HEX: #6B5052
RGB: (107,80,82)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
80
82

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

Portions of RGB colors in percentages

R + G + B =
107 + 80 + 82 = 269 (100%)
R 107 of 269 ~ 39.78%
G 80 of 269 ~ 29.74%
B 82 of 269 ~ 30.48%

%39.78
%29.74
%30.48

CMYK color model

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

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

CMYK percentages

%0
%25.23
%23.36
%58.04

Codes

Color #6B5052 in popluar color models

6B5052
RGB1078082
HSL356°14.44%36.67%
HSB/HSV356°25.23%41.96%
CMYK0.00%25.23%23.36%
58.04%

Color #6B5052 in popluar number systems.

HEX6B5052
Decimal1078082
Binary110101110100001010010
Octal153120122

Shades and tints

Shades of #6B5052

#6B5052
(107,80,82)
#62494B
(98,73,75)
#594244
(89,66,68)
#503B3D
(80,59,61)
#473436
(71,52,54)
#3E2D2F
(62,45,47)
#352628
(53,38,40)
#2C1F21
(44,31,33)
#23181A
(35,24,26)
#1A1113
(26,17,19)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #6B5052

#6B5052
(107,80,82)
#785F61
(120,95,97)
#856E70
(133,110,112)
#927D7F
(146,125,127)
#9F8C8E
(159,140,142)
#AC9B9D
(172,155,157)
#B9AAAC
(185,170,172)
#C6B9BB
(198,185,187)
#D3C8CA
(211,200,202)
#E0D7D9
(224,215,217)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5052; }

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

This text font color is #6B5052.


Background Color

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

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

This div background color is #6B5052.


Border color

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

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

This div border color is #6B5052.


Opacity

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

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

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

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

This text has shadow with #6B5052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5052 on black background.


Color preview on white background

This text has color #6B5052 on white background.



Black color preview on #6B5052 background

This text has black color on #6B5052 background.


White color preview on #6B5052 background

This text has white color on #6B5052 background.