COLOR #6B8277

HEX: #6B8277
RGB: (107,130,119)

Color info

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

RGB color model

#6B8277 color RGB value is (107,130,119).

  • red value is 107;
  • green value is 130;
  • blue value is 119.
RGB:
(107,130,119)
(42%,51%,47%)

RGB channels and saturation

R 107 of 255 = 42%
G 130 of 255 = 51%
B 119 of 255 = 47%

107
130
119

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

Portions of RGB colors in percentages

R + G + B =
107 + 130 + 119 = 356 (100%)
R 107 of 356 ~ 30.06%
G 130 of 356 ~ 36.52%
B 119 of 356 ~ 33.43%

%30.06
%36.52
%33.43

CMYK color model

#6B8277 color CMYK value is (18,0,8,49).

  • cyan value is 17.69%
  • magenta value is 0.00%
  • yellow value is 8.46%
  • key color value is 49.02%
CMYK:
(18,0,8,49)
C18M0Y8K49 
(18%,0%,8%,49%)
(0.18/0.00/0.08/0.49)	

CMYK percentages

%17.69
%0
%8.46
%49.02

Codes

Color #6B8277 in popluar color models

6B8277
RGB107130119
HSL151°9.70%46.47%
HSB/HSV151°17.69%50.98%
CMYK17.69%0.00%8.46%
49.02%

Color #6B8277 in popluar number systems.

HEX6B8277
Decimal107130119
Binary1101011100000101110111
Octal153202167

Shades and tints

Shades of #6B8277

#6B8277
(107,130,119)
#62776D
(98,119,109)
#596C63
(89,108,99)
#506159
(80,97,89)
#47564F
(71,86,79)
#3E4B45
(62,75,69)
#35403B
(53,64,59)
#2C3531
(44,53,49)
#232A27
(35,42,39)
#1A1F1D
(26,31,29)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #6B8277

#6B8277
(107,130,119)
#788D83
(120,141,131)
#85988F
(133,152,143)
#92A39B
(146,163,155)
#9FAEA7
(159,174,167)
#ACB9B3
(172,185,179)
#B9C4BF
(185,196,191)
#C6CFCB
(198,207,203)
#D3DAD7
(211,218,215)
#E0E5E3
(224,229,227)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8277 color. Also use rgb(107,130,119) instead hex code.

Text Font Color

.myTextColor { color: #6B8277; }

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

This text font color is #6B8277.


Background Color

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

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

This div background color is #6B8277.


Border color

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

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

This div border color is #6B8277.


Opacity

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

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

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

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

This text has shadow with #6B8277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8277 on black background.


Color preview on white background

This text has color #6B8277 on white background.



Black color preview on #6B8277 background

This text has black color on #6B8277 background.


White color preview on #6B8277 background

This text has white color on #6B8277 background.