COLOR #6B9477

HEX: #6B9477
RGB: (107,148,119)

Color info

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

RGB color model

#6B9477 color RGB value is (107,148,119).

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

RGB channels and saturation

R 107 of 255 = 42%
G 148 of 255 = 58%
B 119 of 255 = 47%

107
148
119

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

Portions of RGB colors in percentages

R + G + B =
107 + 148 + 119 = 374 (100%)
R 107 of 374 ~ 28.61%
G 148 of 374 ~ 39.57%
B 119 of 374 ~ 31.82%

%28.61
%39.57
%31.82

CMYK color model

#6B9477 color CMYK value is (28,0,20,42).

  • cyan value is 27.70%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 41.96%
CMYK:
(28,0,20,42)
C28M0Y20K42 
(28%,0%,20%,42%)
(0.28/0.00/0.20/0.42)	

CMYK percentages

%27.7
%0
%19.59
%41.96

Codes

Color #6B9477 in popluar color models

6B9477
RGB107148119
HSL138°16.08%50.00%
HSB/HSV138°27.70%58.04%
CMYK27.70%0.00%19.59%
41.96%

Color #6B9477 in popluar number systems.

HEX6B9477
Decimal107148119
Binary1101011100101001110111
Octal153224167

Shades and tints

Shades of #6B9477

#6B9477
(107,148,119)
#62876D
(98,135,109)
#597A63
(89,122,99)
#506D59
(80,109,89)
#47604F
(71,96,79)
#3E5345
(62,83,69)
#35463B
(53,70,59)
#2C3931
(44,57,49)
#232C27
(35,44,39)
#1A1F1D
(26,31,29)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #6B9477

#6B9477
(107,148,119)
#789D83
(120,157,131)
#85A68F
(133,166,143)
#92AF9B
(146,175,155)
#9FB8A7
(159,184,167)
#ACC1B3
(172,193,179)
#B9CABF
(185,202,191)
#C6D3CB
(198,211,203)
#D3DCD7
(211,220,215)
#E0E5E3
(224,229,227)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9477; }

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

This text font color is #6B9477.


Background Color

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

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

This div background color is #6B9477.


Border color

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

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

This div border color is #6B9477.


Opacity

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

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

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

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

This text has shadow with #6B9477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9477 on black background.


Color preview on white background

This text has color #6B9477 on white background.



Black color preview on #6B9477 background

This text has black color on #6B9477 background.


White color preview on #6B9477 background

This text has white color on #6B9477 background.