COLOR #6B887A

HEX: #6B887A
RGB: (107,136,122)

Color info

#6B887A contains red, green and blue colors in about the same proportion. Web safe color of #6B887A is #669966 (or #696).

RGB color model

#6B887A color RGB value is (107,136,122).

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

RGB channels and saturation

R 107 of 255 = 42%
G 136 of 255 = 53%
B 122 of 255 = 48%

107
136
122

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

Portions of RGB colors in percentages

R + G + B =
107 + 136 + 122 = 365 (100%)
R 107 of 365 ~ 29.32%
G 136 of 365 ~ 37.26%
B 122 of 365 ~ 33.42%

%29.32
%37.26
%33.42

CMYK color model

#6B887A color CMYK value is (21,0,10,47).

  • cyan value is 21.32%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 46.67%
CMYK:
(21,0,10,47)
C21M0Y10K47 
(21%,0%,10%,47%)
(0.21/0.00/0.10/0.47)	

CMYK percentages

%21.32
%0
%10.29
%46.67

Codes

Color #6B887A in popluar color models

6B887A
RGB107136122
HSL151°11.93%47.65%
HSB/HSV151°21.32%53.33%
CMYK21.32%0.00%10.29%
46.67%

Color #6B887A in popluar number systems.

HEX6B887A
Decimal107136122
Binary1101011100010001111010
Octal153210172

Shades and tints

Shades of #6B887A

#6B887A
(107,136,122)
#627C6F
(98,124,111)
#597064
(89,112,100)
#506459
(80,100,89)
#47584E
(71,88,78)
#3E4C43
(62,76,67)
#354038
(53,64,56)
#2C342D
(44,52,45)
#232822
(35,40,34)
#1A1C17
(26,28,23)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #6B887A

#6B887A
(107,136,122)
#789286
(120,146,134)
#859C92
(133,156,146)
#92A69E
(146,166,158)
#9FB0AA
(159,176,170)
#ACBAB6
(172,186,182)
#B9C4C2
(185,196,194)
#C6CECE
(198,206,206)
#D3D8DA
(211,216,218)
#E0E2E6
(224,226,230)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B887A; }

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

This text font color is #6B887A.


Background Color

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

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

This div background color is #6B887A.


Border color

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

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

This div border color is #6B887A.


Opacity

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

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

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

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

This text has shadow with #6B887A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B887A on black background.


Color preview on white background

This text has color #6B887A on white background.



Black color preview on #6B887A background

This text has black color on #6B887A background.


White color preview on #6B887A background

This text has white color on #6B887A background.