COLOR #6F7B5A

HEX: #6F7B5A
RGB: (111,123,90)

Color info

#6F7B5A contains red, green and blue colors in about the same proportion. Web safe color of #6F7B5A is #666666 (or #666).

RGB color model

#6F7B5A color RGB value is (111,123,90).

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

RGB channels and saturation

R 111 of 255 = 44%
G 123 of 255 = 48%
B 90 of 255 = 35%

111
123
90

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

Portions of RGB colors in percentages

R + G + B =
111 + 123 + 90 = 324 (100%)
R 111 of 324 ~ 34.26%
G 123 of 324 ~ 37.96%
B 90 of 324 ~ 27.78%

%34.26
%37.96
%27.78

CMYK color model

#6F7B5A color CMYK value is (10,0,27,52).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 51.76%
CMYK:
(10,0,27,52)
C10M0Y27K52 
(10%,0%,27%,52%)
(0.10/0.00/0.27/0.52)	

CMYK percentages

%9.76
%0
%26.83
%51.76

Codes

Color #6F7B5A in popluar color models

6F7B5A
RGB11112390
HSL82°15.49%41.76%
HSB/HSV82°26.83%48.24%
CMYK9.76%0.00%26.83%
51.76%

Color #6F7B5A in popluar number systems.

HEX6F7B5A
Decimal11112390
Binary110111111110111011010
Octal157173132

Shades and tints

Shades of #6F7B5A

#6F7B5A
(111,123,90)
#657052
(101,112,82)
#5B654A
(91,101,74)
#515A42
(81,90,66)
#474F3A
(71,79,58)
#3D4432
(61,68,50)
#33392A
(51,57,42)
#292E22
(41,46,34)
#1F231A
(31,35,26)
#151812
(21,24,18)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #6F7B5A

#6F7B5A
(111,123,90)
#7C8769
(124,135,105)
#899378
(137,147,120)
#969F87
(150,159,135)
#A3AB96
(163,171,150)
#B0B7A5
(176,183,165)
#BDC3B4
(189,195,180)
#CACFC3
(202,207,195)
#D7DBD2
(215,219,210)
#E4E7E1
(228,231,225)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7B5A; }

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

This text font color is #6F7B5A.


Background Color

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

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

This div background color is #6F7B5A.


Border color

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

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

This div border color is #6F7B5A.


Opacity

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

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

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

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

This text has shadow with #6F7B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7B5A on black background.


Color preview on white background

This text has color #6F7B5A on white background.



Black color preview on #6F7B5A background

This text has black color on #6F7B5A background.


White color preview on #6F7B5A background

This text has white color on #6F7B5A background.