COLOR #6A6B50

HEX: #6A6B50
RGB: (106,107,80)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
107
80

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

Portions of RGB colors in percentages

R + G + B =
106 + 107 + 80 = 293 (100%)
R 106 of 293 ~ 36.18%
G 107 of 293 ~ 36.52%
B 80 of 293 ~ 27.3%

%36.18
%36.52
%27.3

CMYK color model

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

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

CMYK percentages

%0.93
%0
%25.23
%58.04

Codes

Color #6A6B50 in popluar color models

6A6B50
RGB10610780
HSL62°14.44%36.67%
HSB/HSV62°25.23%41.96%
CMYK0.93%0.00%25.23%
58.04%

Color #6A6B50 in popluar number systems.

HEX6A6B50
Decimal10610780
Binary110101011010111010000
Octal152153120

Shades and tints

Shades of #6A6B50

#6A6B50
(106,107,80)
#616249
(97,98,73)
#585942
(88,89,66)
#4F503B
(79,80,59)
#464734
(70,71,52)
#3D3E2D
(61,62,45)
#343526
(52,53,38)
#2B2C1F
(43,44,31)
#222318
(34,35,24)
#191A11
(25,26,17)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #6A6B50

#6A6B50
(106,107,80)
#77785F
(119,120,95)
#84856E
(132,133,110)
#91927D
(145,146,125)
#9E9F8C
(158,159,140)
#ABAC9B
(171,172,155)
#B8B9AA
(184,185,170)
#C5C6B9
(197,198,185)
#D2D3C8
(210,211,200)
#DFE0D7
(223,224,215)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6B50; }

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

This text font color is #6A6B50.


Background Color

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

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

This div background color is #6A6B50.


Border color

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

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

This div border color is #6A6B50.


Opacity

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

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

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

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

This text has shadow with #6A6B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6B50 on black background.


Color preview on white background

This text has color #6A6B50 on white background.



Black color preview on #6A6B50 background

This text has black color on #6A6B50 background.


White color preview on #6A6B50 background

This text has white color on #6A6B50 background.