COLOR #6F7B63

HEX: #6F7B63 RGB: (111,123,99)

Color info

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

RGB color model

#6F7B63 color RGB value is (111,123,99).

RGB: (111,123,99) (44%, 48%, 39%)

RGB channels and saturation

R 111 of 255 = 44%
G 123 of 255 = 48%
B 99 of 255 = 39%

111
123
99

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

Portions of RGB colors in percentages

R + G + B = 111 + 123 + 99 = 333 (100%)
R 111 of 333 ~ 33.33%
G 123 of 333 ~ 36.94%
B 99 of 333 ~ 29.73'%

%33.33
%36.94
%29.73

CMYK color model

#6F7B63 color CMYK value is (10,0,20,52).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 51.76%

CMYK: (10,0,20,52)
C10M0Y20K52 (10%, 0%, 20%, 52%)
(0.10 / 0.00 / 0.20 / 0.52)

CMYK percentages

%9.76
%0
%19.51
%51.76

Codes

Color #6F7B63 in popluar color models

6F 7B 63
RGB 111 123 99
HSL 90° 10.81% 43.53%
HSB/HSV 90° 19.51% 48.24%
CMYK 9.76% 0.00% 19.51%
51.76%

Color #6F7B63 in popluar number systems.

HEX 6F 7B 63
Decimal 111 123 99
Binary 1101111 1111011 1100011
Octal 157 173 143

Shades and tints

Shades of #6F7B63

#6F7B63
(111,123,99)
#65705A
(101,112,90)
#5B6551
(91,101,81)
#515A48
(81,90,72)
#474F3F
(71,79,63)
#3D4436
(61,68,54)
#33392D
(51,57,45)
#292E24
(41,46,36)
#1F231B
(31,35,27)
#151812
(21,24,18)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #6F7B63

#6F7B63
(111,123,99)
#7C8771
(124,135,113)
#89937F
(137,147,127)
#969F8D
(150,159,141)
#A3AB9B
(163,171,155)
#B0B7A9
(176,183,169)
#BDC3B7
(189,195,183)
#CACFC5
(202,207,197)
#D7DBD3
(215,219,211)
#E4E7E1
(228,231,225)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7B63; }

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

This text font color is #6F7B63.

Background Color

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

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

This div background color is #6F7B63.

Border color

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

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

This div border color is #6F7B63.

Opacity

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

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

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

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

This text has shadow with #6F7B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7B63.

Preview

Color preview on black background

This text has color #6F7B63 on black background.


Color preview on white background

This text has color #6F7B63 on white background.


Black color preview on #6F7B63 background

This text has black color on #6F7B63 background.


White color preview on #6F7B63 background

This text has white color on #6F7B63 background.


Related colors

Complementary color

Complementary color for #hex is #90849C.


I love getcolorcode.com

Triadic colors

1 #636F7B and #7B636F with #6F7B63 are triadic colors.

2 #637B6F and #7B6F63 with #6F7B63 are triadic colors.