COLOR #6B7A5A

HEX: #6B7A5A
RGB: (107,122,90)

Color info

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

RGB color model

#6B7A5A color RGB value is (107,122,90).

  • red value is 107;
  • green value is 122;
  • blue value is 90.
RGB:
(107,122,90)
(42%,48%,35%)

RGB channels and saturation

R 107 of 255 = 42%
G 122 of 255 = 48%
B 90 of 255 = 35%

107
122
90

R + G + B ~ 42%. #6B7A5A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 122 + 90 = 319 (100%)
R 107 of 319 ~ 33.54%
G 122 of 319 ~ 38.24%
B 90 of 319 ~ 28.21%

%33.54
%38.24
%28.21

CMYK color model

#6B7A5A color CMYK value is (12,0,26,52).

  • cyan value is 12.30%
  • magenta value is 0.00%
  • yellow value is 26.23%
  • key color value is 52.16%
CMYK:
(12,0,26,52)
C12M0Y26K52 
(12%,0%,26%,52%)
(0.12/0.00/0.26/0.52)	

CMYK percentages

%12.3
%0
%26.23
%52.16

Codes

Color #6B7A5A in popluar color models

6B7A5A
RGB10712290
HSL88°15.09%41.57%
HSB/HSV88°26.23%47.84%
CMYK12.30%0.00%26.23%
52.16%

Color #6B7A5A in popluar number systems.

HEX6B7A5A
Decimal10712290
Binary110101111110101011010
Octal153172132

Shades and tints

Shades of #6B7A5A

#6B7A5A
(107,122,90)
#626F52
(98,111,82)
#59644A
(89,100,74)
#505942
(80,89,66)
#474E3A
(71,78,58)
#3E4332
(62,67,50)
#35382A
(53,56,42)
#2C2D22
(44,45,34)
#23221A
(35,34,26)
#1A1712
(26,23,18)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #6B7A5A

#6B7A5A
(107,122,90)
#788669
(120,134,105)
#859278
(133,146,120)
#929E87
(146,158,135)
#9FAA96
(159,170,150)
#ACB6A5
(172,182,165)
#B9C2B4
(185,194,180)
#C6CEC3
(198,206,195)
#D3DAD2
(211,218,210)
#E0E6E1
(224,230,225)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7A5A color. Also use rgb(107,122,90) instead hex code.

Text Font Color

.myTextColor { color: #6B7A5A; }

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

This text font color is #6B7A5A.


Background Color

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

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

This div background color is #6B7A5A.


Border color

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

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

This div border color is #6B7A5A.


Opacity

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

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

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

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

This text has shadow with #6B7A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7A5A on black background.


Color preview on white background

This text has color #6B7A5A on white background.



Black color preview on #6B7A5A background

This text has black color on #6B7A5A background.


White color preview on #6B7A5A background

This text has white color on #6B7A5A background.