COLOR #6F836B

HEX: #6F836B
RGB: (111,131,107)

Color info

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

RGB color model

#6F836B color RGB value is (111,131,107).

  • red value is 111;
  • green value is 131;
  • blue value is 107.
RGB:
(111,131,107)
(44%,51%,42%)

RGB channels and saturation

R 111 of 255 = 44%
G 131 of 255 = 51%
B 107 of 255 = 42%

111
131
107

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

Portions of RGB colors in percentages

R + G + B =
111 + 131 + 107 = 349 (100%)
R 111 of 349 ~ 31.81%
G 131 of 349 ~ 37.54%
B 107 of 349 ~ 30.66%

%31.81
%37.54
%30.66

CMYK color model

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

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 18.32%
  • key color value is 48.63%
CMYK:
(15,0,18,49)
C15M0Y18K49 
(15%,0%,18%,49%)
(0.15/0.00/0.18/0.49)	

CMYK percentages

%15.27
%0
%18.32
%48.63

Codes

Color #6F836B in popluar color models

6F836B
RGB111131107
HSL110°10.08%46.67%
HSB/HSV110°18.32%51.37%
CMYK15.27%0.00%18.32%
48.63%

Color #6F836B in popluar number systems.

HEX6F836B
Decimal111131107
Binary1101111100000111101011
Octal157203153

Shades and tints

Shades of #6F836B

#6F836B
(111,131,107)
#657862
(101,120,98)
#5B6D59
(91,109,89)
#516250
(81,98,80)
#475747
(71,87,71)
#3D4C3E
(61,76,62)
#334135
(51,65,53)
#29362C
(41,54,44)
#1F2B23
(31,43,35)
#15201A
(21,32,26)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #6F836B

#6F836B
(111,131,107)
#7C8E78
(124,142,120)
#899985
(137,153,133)
#96A492
(150,164,146)
#A3AF9F
(163,175,159)
#B0BAAC
(176,186,172)
#BDC5B9
(189,197,185)
#CAD0C6
(202,208,198)
#D7DBD3
(215,219,211)
#E4E6E0
(228,230,224)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F836B; }

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

This text font color is #6F836B.


Background Color

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

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

This div background color is #6F836B.


Border color

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

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

This div border color is #6F836B.


Opacity

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

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

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

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

This text has shadow with #6F836B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F836B on black background.


Color preview on white background

This text has color #6F836B on white background.



Black color preview on #6F836B background

This text has black color on #6F836B background.


White color preview on #6F836B background

This text has white color on #6F836B background.