COLOR #6F7336

HEX: #6F7336
RGB: (111,115,54)

Color info

#6F7336 contains mainly red and green colors. Web safe color of #6F7336 is #666633 (or #663).

RGB color model

#6F7336 color RGB value is (111,115,54).

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

RGB channels and saturation

R 111 of 255 = 44%
G 115 of 255 = 45%
B 54 of 255 = 21%

111
115
54

R + G + B ~ 37%. #6F7336 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 115 + 54 = 280 (100%)
R 111 of 280 ~ 39.64%
G 115 of 280 ~ 41.07%
B 54 of 280 ~ 19.29%

%39.64
%41.07
%19.29

CMYK color model

#6F7336 color CMYK value is (3,0,53,55).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 53.04%
  • key color value is 54.90%
CMYK:
(3,0,53,55)
C3M0Y53K55 
(3%,0%,53%,55%)
(0.03/0.00/0.53/0.55)	

CMYK percentages

%3.48
%0
%53.04
%54.9

Codes

Color #6F7336 in popluar color models

6F7336
RGB11111554
HSL64°36.09%33.14%
HSB/HSV64°53.04%45.10%
CMYK3.48%0.00%53.04%
54.90%

Color #6F7336 in popluar number systems.

HEX6F7336
Decimal11111554
Binary11011111110011110110
Octal15716366

Shades and tints

Shades of #6F7336

#6F7336
(111,115,54)
#656932
(101,105,50)
#5B5F2E
(91,95,46)
#51552A
(81,85,42)
#474B26
(71,75,38)
#3D4122
(61,65,34)
#33371E
(51,55,30)
#292D1A
(41,45,26)
#1F2316
(31,35,22)
#151912
(21,25,18)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #6F7336

#6F7336
(111,115,54)
#7C7F48
(124,127,72)
#898B5A
(137,139,90)
#96976C
(150,151,108)
#A3A37E
(163,163,126)
#B0AF90
(176,175,144)
#BDBBA2
(189,187,162)
#CAC7B4
(202,199,180)
#D7D3C6
(215,211,198)
#E4DFD8
(228,223,216)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7336; }

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

This text font color is #6F7336.


Background Color

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

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

This div background color is #6F7336.


Border color

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

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

This div border color is #6F7336.


Opacity

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

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

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

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

This text has shadow with #6F7336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7336 on black background.


Color preview on white background

This text has color #6F7336 on white background.



Black color preview on #6F7336 background

This text has black color on #6F7336 background.


White color preview on #6F7336 background

This text has white color on #6F7336 background.