COLOR #6F9477

HEX: #6F9477
RGB: (111,148,119)

Color info

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

RGB color model

#6F9477 color RGB value is (111,148,119).

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

RGB channels and saturation

R 111 of 255 = 44%
G 148 of 255 = 58%
B 119 of 255 = 47%

111
148
119

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

Portions of RGB colors in percentages

R + G + B =
111 + 148 + 119 = 378 (100%)
R 111 of 378 ~ 29.37%
G 148 of 378 ~ 39.15%
B 119 of 378 ~ 31.48%

%29.37
%39.15
%31.48

CMYK color model

#6F9477 color CMYK value is (25,0,20,42).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 41.96%
CMYK:
(25,0,20,42)
C25M0Y20K42 
(25%,0%,20%,42%)
(0.25/0.00/0.20/0.42)	

CMYK percentages

%25
%0
%19.59
%41.96

Codes

Color #6F9477 in popluar color models

6F9477
RGB111148119
HSL133°14.74%50.78%
HSB/HSV133°25.00%58.04%
CMYK25.00%0.00%19.59%
41.96%

Color #6F9477 in popluar number systems.

HEX6F9477
Decimal111148119
Binary1101111100101001110111
Octal157224167

Shades and tints

Shades of #6F9477

#6F9477
(111,148,119)
#65876D
(101,135,109)
#5B7A63
(91,122,99)
#516D59
(81,109,89)
#47604F
(71,96,79)
#3D5345
(61,83,69)
#33463B
(51,70,59)
#293931
(41,57,49)
#1F2C27
(31,44,39)
#151F1D
(21,31,29)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #6F9477

#6F9477
(111,148,119)
#7C9D83
(124,157,131)
#89A68F
(137,166,143)
#96AF9B
(150,175,155)
#A3B8A7
(163,184,167)
#B0C1B3
(176,193,179)
#BDCABF
(189,202,191)
#CAD3CB
(202,211,203)
#D7DCD7
(215,220,215)
#E4E5E3
(228,229,227)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9477; }

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

This text font color is #6F9477.


Background Color

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

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

This div background color is #6F9477.


Border color

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

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

This div border color is #6F9477.


Opacity

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

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

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

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

This text has shadow with #6F9477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9477 on black background.


Color preview on white background

This text has color #6F9477 on white background.



Black color preview on #6F9477 background

This text has black color on #6F9477 background.


White color preview on #6F9477 background

This text has white color on #6F9477 background.