COLOR #6F8465

HEX: #6F8465 RGB: (111,132,101)

Color info

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

RGB color model

#6F8465 color RGB value is (111,132,101).

RGB: (111,132,101) (44%, 52%, 40%)

RGB channels and saturation

R 111 of 255 = 44%
G 132 of 255 = 52%
B 101 of 255 = 40%

111
132
101

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

Portions of RGB colors in percentages

R + G + B = 111 + 132 + 101 = 344 (100%)
R 111 of 344 ~ 32.27%
G 132 of 344 ~ 38.37%
B 101 of 344 ~ 29.36'%

%32.27
%38.37
%29.36

CMYK color model

#6F8465 color CMYK value is (16,0,23,48).

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

CMYK: (16,0,23,48)
C16M0Y23K48 (16%, 0%, 23%, 48%)
(0.16 / 0.00 / 0.23 / 0.48)

CMYK percentages

%15.91
%0
%23.48
%48.24

Codes

Color #6F8465 in popluar color models

6F 84 65
RGB 111 132 101
HSL 101° 13.30% 45.69%
HSB/HSV 101° 23.48% 51.76%
CMYK 15.91% 0.00% 23.48%
48.24%

Color #6F8465 in popluar number systems.

HEX 6F 84 65
Decimal 111 132 101
Binary 1101111 10000100 1100101
Octal 157 204 145

Shades and tints

Shades of #6F8465

#6F8465
(111,132,101)
#65785C
(101,120,92)
#5B6C53
(91,108,83)
#51604A
(81,96,74)
#475441
(71,84,65)
#3D4838
(61,72,56)
#333C2F
(51,60,47)
#293026
(41,48,38)
#1F241D
(31,36,29)
#151814
(21,24,20)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #6F8465

#6F8465
(111,132,101)
#7C8F73
(124,143,115)
#899A81
(137,154,129)
#96A58F
(150,165,143)
#A3B09D
(163,176,157)
#B0BBAB
(176,187,171)
#BDC6B9
(189,198,185)
#CAD1C7
(202,209,199)
#D7DCD5
(215,220,213)
#E4E7E3
(228,231,227)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8465; }

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

This text font color is #6F8465.

Background Color

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

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

This div background color is #6F8465.

Border color

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

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

This div border color is #6F8465.

Opacity

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

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

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

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

This text has shadow with #6F8465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8465.

Preview

Color preview on black background

This text has color #6F8465 on black background.


Color preview on white background

This text has color #6F8465 on white background.


Black color preview on #6F8465 background

This text has black color on #6F8465 background.


White color preview on #6F8465 background

This text has white color on #6F8465 background.


Related colors

Complementary color

Complementary color for #hex is #907B9A.


I love getcolorcode.com

Triadic colors

1 #656F84 and #84656F with #6F8465 are triadic colors.

2 #65846F and #846F65 with #6F8465 are triadic colors.