COLOR #6F7527

HEX: #6F7527
RGB: (111,117,39)

Color info

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

RGB color model

#6F7527 color RGB value is (111,117,39).

  • red value is 111;
  • green value is 117;
  • blue value is 39.
RGB:
(111,117,39)
(44%,46%,15%)

RGB channels and saturation

R 111 of 255 = 44%
G 117 of 255 = 46%
B 39 of 255 = 15%

111
117
39

R + G + B ~ 35%. #6F7527 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 117 + 39 = 267 (100%)
R 111 of 267 ~ 41.57%
G 117 of 267 ~ 43.82%
B 39 of 267 ~ 14.61%

%41.57
%43.82
%14.61

CMYK color model

#6F7527 color CMYK value is (5,0,67,54).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 54.12%
CMYK:
(5,0,67,54)
C5M0Y67K54 
(5%,0%,67%,54%)
(0.05/0.00/0.67/0.54)	

CMYK percentages

%5.13
%0
%66.67
%54.12

Codes

Color #6F7527 in popluar color models

6F7527
RGB11111739
HSL65°50.00%30.59%
HSB/HSV65°66.67%45.88%
CMYK5.13%0.00%66.67%
54.12%

Color #6F7527 in popluar number systems.

HEX6F7527
Decimal11111739
Binary11011111110101100111
Octal15716547

Shades and tints

Shades of #6F7527

#6F7527
(111,117,39)
#656B24
(101,107,36)
#5B6121
(91,97,33)
#51571E
(81,87,30)
#474D1B
(71,77,27)
#3D4318
(61,67,24)
#333915
(51,57,21)
#292F12
(41,47,18)
#1F250F
(31,37,15)
#151B0C
(21,27,12)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #6F7527

#6F7527
(111,117,39)
#7C813A
(124,129,58)
#898D4D
(137,141,77)
#969960
(150,153,96)
#A3A573
(163,165,115)
#B0B186
(176,177,134)
#BDBD99
(189,189,153)
#CAC9AC
(202,201,172)
#D7D5BF
(215,213,191)
#E4E1D2
(228,225,210)
#F1EDE5
(241,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7527 color. Also use rgb(111,117,39) instead hex code.

Text Font Color

.myTextColor { color: #6F7527; }

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

This text font color is #6F7527.


Background Color

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

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

This div background color is #6F7527.


Border color

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

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

This div border color is #6F7527.


Opacity

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

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

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

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

This text has shadow with #6F7527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7527 on black background.


Color preview on white background

This text has color #6F7527 on white background.



Black color preview on #6F7527 background

This text has black color on #6F7527 background.


White color preview on #6F7527 background

This text has white color on #6F7527 background.