COLOR #6B7A55

HEX: #6B7A55
RGB: (107,122,85)

Color info

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

RGB color model

#6B7A55 color RGB value is (107,122,85).

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

RGB channels and saturation

R 107 of 255 = 42%
G 122 of 255 = 48%
B 85 of 255 = 33%

107
122
85

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

Portions of RGB colors in percentages

R + G + B =
107 + 122 + 85 = 314 (100%)
R 107 of 314 ~ 34.08%
G 122 of 314 ~ 38.85%
B 85 of 314 ~ 27.07%

%34.08
%38.85
%27.07

CMYK color model

#6B7A55 color CMYK value is (12,0,30,52).

  • cyan value is 12.30%
  • magenta value is 0.00%
  • yellow value is 30.33%
  • key color value is 52.16%
CMYK:
(12,0,30,52)
C12M0Y30K52 
(12%,0%,30%,52%)
(0.12/0.00/0.30/0.52)	

CMYK percentages

%12.3
%0
%30.33
%52.16

Codes

Color #6B7A55 in popluar color models

6B7A55
RGB10712285
HSL84°17.87%40.59%
HSB/HSV84°30.33%47.84%
CMYK12.30%0.00%30.33%
52.16%

Color #6B7A55 in popluar number systems.

HEX6B7A55
Decimal10712285
Binary110101111110101010101
Octal153172125

Shades and tints

Shades of #6B7A55

#6B7A55
(107,122,85)
#626F4E
(98,111,78)
#596447
(89,100,71)
#505940
(80,89,64)
#474E39
(71,78,57)
#3E4332
(62,67,50)
#35382B
(53,56,43)
#2C2D24
(44,45,36)
#23221D
(35,34,29)
#1A1716
(26,23,22)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #6B7A55

#6B7A55
(107,122,85)
#788664
(120,134,100)
#859273
(133,146,115)
#929E82
(146,158,130)
#9FAA91
(159,170,145)
#ACB6A0
(172,182,160)
#B9C2AF
(185,194,175)
#C6CEBE
(198,206,190)
#D3DACD
(211,218,205)
#E0E6DC
(224,230,220)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7A55; }

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

This text font color is #6B7A55.


Background Color

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

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

This div background color is #6B7A55.


Border color

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

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

This div border color is #6B7A55.


Opacity

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

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

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

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

This text has shadow with #6B7A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7A55 on black background.


Color preview on white background

This text has color #6B7A55 on white background.



Black color preview on #6B7A55 background

This text has black color on #6B7A55 background.


White color preview on #6B7A55 background

This text has white color on #6B7A55 background.