COLOR #6B6A53

HEX: #6B6A53
RGB: (107,106,83)

Color info

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

RGB color model

#6B6A53 color RGB value is (107,106,83).

  • red value is 107;
  • green value is 106;
  • blue value is 83.
RGB:
(107,106,83)
(42%,42%,33%)

RGB channels and saturation

R 107 of 255 = 42%
G 106 of 255 = 42%
B 83 of 255 = 33%

107
106
83

R + G + B ~ 39%. #6B6A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 106 + 83 = 296 (100%)
R 107 of 296 ~ 36.15%
G 106 of 296 ~ 35.81%
B 83 of 296 ~ 28.04%

%36.15
%35.81
%28.04

CMYK color model

#6B6A53 color CMYK value is (0,1,22,58).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 22.43%
  • key color value is 58.04%
CMYK:
(0,1,22,58)
C0M1Y22K58 
(0%,1%,22%,58%)
(0.00/0.01/0.22/0.58)	

CMYK percentages

%0
%0.93
%22.43
%58.04

Codes

Color #6B6A53 in popluar color models

6B6A53
RGB10710683
HSL58°12.63%37.25%
HSB/HSV58°22.43%41.96%
CMYK0.00%0.93%22.43%
58.04%

Color #6B6A53 in popluar number systems.

HEX6B6A53
Decimal10710683
Binary110101111010101010011
Octal153152123

Shades and tints

Shades of #6B6A53

#6B6A53
(107,106,83)
#62614C
(98,97,76)
#595845
(89,88,69)
#504F3E
(80,79,62)
#474637
(71,70,55)
#3E3D30
(62,61,48)
#353429
(53,52,41)
#2C2B22
(44,43,34)
#23221B
(35,34,27)
#1A1914
(26,25,20)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #6B6A53

#6B6A53
(107,106,83)
#787762
(120,119,98)
#858471
(133,132,113)
#929180
(146,145,128)
#9F9E8F
(159,158,143)
#ACAB9E
(172,171,158)
#B9B8AD
(185,184,173)
#C6C5BC
(198,197,188)
#D3D2CB
(211,210,203)
#E0DFDA
(224,223,218)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6A53; }

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

This text font color is #6B6A53.


Background Color

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

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

This div background color is #6B6A53.


Border color

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

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

This div border color is #6B6A53.


Opacity

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

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

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

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

This text has shadow with #6B6A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6A53 on black background.


Color preview on white background

This text has color #6B6A53 on white background.



Black color preview on #6B6A53 background

This text has black color on #6B6A53 background.


White color preview on #6B6A53 background

This text has white color on #6B6A53 background.