COLOR #6B6752

HEX: #6B6752 RGB: (107,103,82)

Color info

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

RGB color model

#6B6752 color RGB value is (107,103,82).

RGB: (107,103,82) (42%, 40%, 32%)

RGB channels and saturation

R 107 of 255 = 42%
G 103 of 255 = 40%
B 82 of 255 = 32%

107
103
82

R + G + B ~ 38%. #6B6752 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 103 + 82 = 292 (100%)
R 107 of 292 ~ 36.64%
G 103 of 292 ~ 35.27%
B 82 of 292 ~ 28.08'%

%36.64
%35.27
%28.08

CMYK color model

#6B6752 color CMYK value is (0,4,23,58).

  • cyan value is 0.00%
  • magenta value is 3.74%
  • yellow value is 23.36%
  • key color value is 58.04%

CMYK: (0,4,23,58)
C0M4Y23K58 (0%, 4%, 23%, 58%)
(0.00 / 0.04 / 0.23 / 0.58)

CMYK percentages

%0
%3.74
%23.36
%58.04

Codes

Color #6B6752 in popluar color models

6B 67 52
RGB 107 103 82
HSL 50° 13.23% 37.06%
HSB/HSV 50° 23.36% 41.96%
CMYK 0.00% 3.74% 23.36%
58.04%

Color #6B6752 in popluar number systems.

HEX 6B 67 52
Decimal 107 103 82
Binary 1101011 1100111 1010010
Octal 153 147 122

Shades and tints

Shades of #6B6752

#6B6752
(107,103,82)
#625E4B
(98,94,75)
#595544
(89,85,68)
#504C3D
(80,76,61)
#474336
(71,67,54)
#3E3A2F
(62,58,47)
#353128
(53,49,40)
#2C2821
(44,40,33)
#231F1A
(35,31,26)
#1A1613
(26,22,19)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #6B6752

#6B6752
(107,103,82)
#787461
(120,116,97)
#858170
(133,129,112)
#928E7F
(146,142,127)
#9F9B8E
(159,155,142)
#ACA89D
(172,168,157)
#B9B5AC
(185,181,172)
#C6C2BB
(198,194,187)
#D3CFCA
(211,207,202)
#E0DCD9
(224,220,217)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6752; }

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

This text font color is #6B6752.

Background Color

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

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

This div background color is #6B6752.

Border color

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

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

This div border color is #6B6752.

Opacity

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

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

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

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

This text has shadow with #6B6752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6752.

Preview

Color preview on black background

This text has color #6B6752 on black background.


Color preview on white background

This text has color #6B6752 on white background.


Black color preview on #6B6752 background

This text has black color on #6B6752 background.


White color preview on #6B6752 background

This text has white color on #6B6752 background.


Related colors

Complementary color

Complementary color for #hex is #9498AD.


I love getcolorcode.com

Triadic colors

1 #526B67 and #67526B with #6B6752 are triadic colors.

2 #52676B and #676B52 with #6B6752 are triadic colors.