COLOR #6F8536

HEX: #6F8536
RGB: (111,133,54)

Color info

#6F8536 contains mainly red and green colors. Web safe color of #6F8536 is #669933 (or #693).

RGB color model

#6F8536 color RGB value is (111,133,54).

  • red value is 111;
  • green value is 133;
  • blue value is 54.
RGB:
(111,133,54)
(44%,52%,21%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 54 of 255 = 21%

111
133
54

R + G + B ~ 39%. #6F8536 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 133 + 54 = 298 (100%)
R 111 of 298 ~ 37.25%
G 133 of 298 ~ 44.63%
B 54 of 298 ~ 18.12%

%37.25
%44.63
%18.12

CMYK color model

#6F8536 color CMYK value is (17,0,59,48).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 59.40%
  • key color value is 47.84%
CMYK:
(17,0,59,48)
C17M0Y59K48 
(17%,0%,59%,48%)
(0.17/0.00/0.59/0.48)	

CMYK percentages

%16.54
%0
%59.4
%47.84

Codes

Color #6F8536 in popluar color models

6F8536
RGB11113354
HSL77°42.25%36.67%
HSB/HSV77°59.40%52.16%
CMYK16.54%0.00%59.40%
47.84%

Color #6F8536 in popluar number systems.

HEX6F8536
Decimal11113354
Binary110111110000101110110
Octal15720566

Shades and tints

Shades of #6F8536

#6F8536
(111,133,54)
#657932
(101,121,50)
#5B6D2E
(91,109,46)
#51612A
(81,97,42)
#475526
(71,85,38)
#3D4922
(61,73,34)
#333D1E
(51,61,30)
#29311A
(41,49,26)
#1F2516
(31,37,22)
#151912
(21,25,18)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #6F8536

#6F8536
(111,133,54)
#7C9048
(124,144,72)
#899B5A
(137,155,90)
#96A66C
(150,166,108)
#A3B17E
(163,177,126)
#B0BC90
(176,188,144)
#BDC7A2
(189,199,162)
#CAD2B4
(202,210,180)
#D7DDC6
(215,221,198)
#E4E8D8
(228,232,216)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8536 color. Also use rgb(111,133,54) instead hex code.

Text Font Color

.myTextColor { color: #6F8536; }

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

This text font color is #6F8536.


Background Color

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

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

This div background color is #6F8536.


Border color

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

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

This div border color is #6F8536.


Opacity

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

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

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

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

This text has shadow with #6F8536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8536 on black background.


Color preview on white background

This text has color #6F8536 on white background.



Black color preview on #6F8536 background

This text has black color on #6F8536 background.


White color preview on #6F8536 background

This text has white color on #6F8536 background.