COLOR #6F895A

HEX: #6F895A
RGB: (111,137,90)

Color info

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

RGB color model

#6F895A color RGB value is (111,137,90).

  • red value is 111;
  • green value is 137;
  • blue value is 90.
RGB:
(111,137,90)
(44%,54%,35%)

RGB channels and saturation

R 111 of 255 = 44%
G 137 of 255 = 54%
B 90 of 255 = 35%

111
137
90

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

Portions of RGB colors in percentages

R + G + B =
111 + 137 + 90 = 338 (100%)
R 111 of 338 ~ 32.84%
G 137 of 338 ~ 40.53%
B 90 of 338 ~ 26.63%

%32.84
%40.53
%26.63

CMYK color model

#6F895A color CMYK value is (19,0,34,46).

  • cyan value is 18.98%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 46.27%
CMYK:
(19,0,34,46)
C19M0Y34K46 
(19%,0%,34%,46%)
(0.19/0.00/0.34/0.46)	

CMYK percentages

%18.98
%0
%34.31
%46.27

Codes

Color #6F895A in popluar color models

6F895A
RGB11113790
HSL93°20.70%44.51%
HSB/HSV93°34.31%53.73%
CMYK18.98%0.00%34.31%
46.27%

Color #6F895A in popluar number systems.

HEX6F895A
Decimal11113790
Binary1101111100010011011010
Octal157211132

Shades and tints

Shades of #6F895A

#6F895A
(111,137,90)
#657D52
(101,125,82)
#5B714A
(91,113,74)
#516542
(81,101,66)
#47593A
(71,89,58)
#3D4D32
(61,77,50)
#33412A
(51,65,42)
#293522
(41,53,34)
#1F291A
(31,41,26)
#151D12
(21,29,18)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #6F895A

#6F895A
(111,137,90)
#7C9369
(124,147,105)
#899D78
(137,157,120)
#96A787
(150,167,135)
#A3B196
(163,177,150)
#B0BBA5
(176,187,165)
#BDC5B4
(189,197,180)
#CACFC3
(202,207,195)
#D7D9D2
(215,217,210)
#E4E3E1
(228,227,225)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F895A color. Also use rgb(111,137,90) instead hex code.

Text Font Color

.myTextColor { color: #6F895A; }

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

This text font color is #6F895A.


Background Color

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

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

This div background color is #6F895A.


Border color

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

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

This div border color is #6F895A.


Opacity

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

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

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

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

This text has shadow with #6F895A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F895A on black background.


Color preview on white background

This text has color #6F895A on white background.



Black color preview on #6F895A background

This text has black color on #6F895A background.


White color preview on #6F895A background

This text has white color on #6F895A background.