COLOR #6F7C38

HEX: #6F7C38
RGB: (111,124,56)

Color info

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

RGB color model

#6F7C38 color RGB value is (111,124,56).

  • red value is 111;
  • green value is 124;
  • blue value is 56.
RGB:
(111,124,56)
(44%,49%,22%)

RGB channels and saturation

R 111 of 255 = 44%
G 124 of 255 = 49%
B 56 of 255 = 22%

111
124
56

R + G + B ~ 38%. #6F7C38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 124 + 56 = 291 (100%)
R 111 of 291 ~ 38.14%
G 124 of 291 ~ 42.61%
B 56 of 291 ~ 19.24%

%38.14
%42.61
%19.24

CMYK color model

#6F7C38 color CMYK value is (10,0,55,51).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 54.84%
  • key color value is 51.37%
CMYK:
(10,0,55,51)
C10M0Y55K51 
(10%,0%,55%,51%)
(0.10/0.00/0.55/0.51)	

CMYK percentages

%10.48
%0
%54.84
%51.37

Codes

Color #6F7C38 in popluar color models

6F7C38
RGB11112456
HSL71°37.78%35.29%
HSB/HSV71°54.84%48.63%
CMYK10.48%0.00%54.84%
51.37%

Color #6F7C38 in popluar number systems.

HEX6F7C38
Decimal11112456
Binary11011111111100111000
Octal15717470

Shades and tints

Shades of #6F7C38

#6F7C38
(111,124,56)
#657133
(101,113,51)
#5B662E
(91,102,46)
#515B29
(81,91,41)
#475024
(71,80,36)
#3D451F
(61,69,31)
#333A1A
(51,58,26)
#292F15
(41,47,21)
#1F2410
(31,36,16)
#15190B
(21,25,11)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #6F7C38

#6F7C38
(111,124,56)
#7C874A
(124,135,74)
#89925C
(137,146,92)
#969D6E
(150,157,110)
#A3A880
(163,168,128)
#B0B392
(176,179,146)
#BDBEA4
(189,190,164)
#CAC9B6
(202,201,182)
#D7D4C8
(215,212,200)
#E4DFDA
(228,223,218)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7C38 color. Also use rgb(111,124,56) instead hex code.

Text Font Color

.myTextColor { color: #6F7C38; }

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

This text font color is #6F7C38.


Background Color

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

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

This div background color is #6F7C38.


Border color

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

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

This div border color is #6F7C38.


Opacity

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

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

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

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

This text has shadow with #6F7C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7C38 on black background.


Color preview on white background

This text has color #6F7C38 on white background.



Black color preview on #6F7C38 background

This text has black color on #6F7C38 background.


White color preview on #6F7C38 background

This text has white color on #6F7C38 background.