COLOR #6F8478

HEX: #6F8478 RGB: (111,132,120)

Color info

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

RGB color model

#6F8478 color RGB value is (111,132,120).

RGB: (111,132,120) (44%, 52%, 47%)

RGB channels and saturation

R 111 of 255 = 44%
G 132 of 255 = 52%
B 120 of 255 = 47%

111
132
120

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

Portions of RGB colors in percentages

R + G + B = 111 + 132 + 120 = 363 (100%)
R 111 of 363 ~ 30.58%
G 132 of 363 ~ 36.36%
B 120 of 363 ~ 33.06'%

%30.58
%36.36
%33.06

CMYK color model

#6F8478 color CMYK value is (16,0,9,48).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 48.24%

CMYK: (16,0,9,48)
C16M0Y9K48 (16%, 0%, 9%, 48%)
(0.16 / 0.00 / 0.09 / 0.48)

CMYK percentages

%15.91
%0
%9.09
%48.24

Codes

Color #6F8478 in popluar color models

6F 84 78
RGB 111 132 120
HSL 146° 8.64% 47.65%
HSB/HSV 146° 15.91% 51.76%
CMYK 15.91% 0.00% 9.09%
48.24%

Color #6F8478 in popluar number systems.

HEX 6F 84 78
Decimal 111 132 120
Binary 1101111 10000100 1111000
Octal 157 204 170

Shades and tints

Shades of #6F8478

#6F8478
(111,132,120)
#65786E
(101,120,110)
#5B6C64
(91,108,100)
#51605A
(81,96,90)
#475450
(71,84,80)
#3D4846
(61,72,70)
#333C3C
(51,60,60)
#293032
(41,48,50)
#1F2428
(31,36,40)
#15181E
(21,24,30)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #6F8478

#6F8478
(111,132,120)
#7C8F84
(124,143,132)
#899A90
(137,154,144)
#96A59C
(150,165,156)
#A3B0A8
(163,176,168)
#B0BBB4
(176,187,180)
#BDC6C0
(189,198,192)
#CAD1CC
(202,209,204)
#D7DCD8
(215,220,216)
#E4E7E4
(228,231,228)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8478 color. Also use rgb(111,132,120) instead hex code.

Text Font Color

.myTextColor { color: #6F8478; }

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

This text font color is #6F8478.

Background Color

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

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

This div background color is #6F8478.

Border color

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

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

This div border color is #6F8478.

Opacity

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

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

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

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

This text has shadow with #6F8478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8478.

Preview

Color preview on black background

This text has color #6F8478 on black background.


Color preview on white background

This text has color #6F8478 on white background.


Black color preview on #6F8478 background

This text has black color on #6F8478 background.


White color preview on #6F8478 background

This text has white color on #6F8478 background.


Related colors

Complementary color

Complementary color for #hex is #907B87.


I love getcolorcode.com

Triadic colors

1 #786F84 and #84786F with #6F8478 are triadic colors.

2 #78846F and #846F78 with #6F8478 are triadic colors.