COLOR #6F837B

HEX: #6F837B RGB: (111,131,123)

Color info

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

RGB color model

#6F837B color RGB value is (111,131,123).

RGB: (111,131,123) (44%, 51%, 48%)

RGB channels and saturation

R 111 of 255 = 44%
G 131 of 255 = 51%
B 123 of 255 = 48%

111
131
123

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

Portions of RGB colors in percentages

R + G + B = 111 + 131 + 123 = 365 (100%)
R 111 of 365 ~ 30.41%
G 131 of 365 ~ 35.89%
B 123 of 365 ~ 33.7'%

%30.41
%35.89
%33.7

CMYK color model

#6F837B color CMYK value is (15,0,6,49).

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 6.11%
  • key color value is 48.63%

CMYK: (15,0,6,49)
C15M0Y6K49 (15%, 0%, 6%, 49%)
(0.15 / 0.00 / 0.06 / 0.49)

CMYK percentages

%15.27
%0
%6.11
%48.63

Codes

Color #6F837B in popluar color models

6F 83 7B
RGB 111 131 123
HSL 156° 8.26% 47.45%
HSB/HSV 156° 15.27% 51.37%
CMYK 15.27% 0.00% 6.11%
48.63%

Color #6F837B in popluar number systems.

HEX 6F 83 7B
Decimal 111 131 123
Binary 1101111 10000011 1111011
Octal 157 203 173

Shades and tints

Shades of #6F837B

#6F837B
(111,131,123)
#657870
(101,120,112)
#5B6D65
(91,109,101)
#51625A
(81,98,90)
#47574F
(71,87,79)
#3D4C44
(61,76,68)
#334139
(51,65,57)
#29362E
(41,54,46)
#1F2B23
(31,43,35)
#152018
(21,32,24)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #6F837B

#6F837B
(111,131,123)
#7C8E87
(124,142,135)
#899993
(137,153,147)
#96A49F
(150,164,159)
#A3AFAB
(163,175,171)
#B0BAB7
(176,186,183)
#BDC5C3
(189,197,195)
#CAD0CF
(202,208,207)
#D7DBDB
(215,219,219)
#E4E6E7
(228,230,231)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F837B; }

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

This text font color is #6F837B.

Background Color

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

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

This div background color is #6F837B.

Border color

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

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

This div border color is #6F837B.

Opacity

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

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

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

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

This text has shadow with #6F837B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F837B.

Preview

Color preview on black background

This text has color #6F837B on black background.


Color preview on white background

This text has color #6F837B on white background.


Black color preview on #6F837B background

This text has black color on #6F837B background.


White color preview on #6F837B background

This text has white color on #6F837B background.


Related colors

Complementary color

Complementary color for #hex is #907C84.


I love getcolorcode.com

Triadic colors

1 #7B6F83 and #837B6F with #6F837B are triadic colors.

2 #7B836F and #836F7B with #6F837B are triadic colors.