COLOR #6F7E44

HEX: #6F7E44 RGB: (111,126,68)

Color info

#6F7E44 contains red, green and blue colors in about the same proportion. Web safe color of #6F7E44 is #666633 (or #663).

RGB color model

#6F7E44 color RGB value is (111,126,68).

RGB: (111,126,68) (44%, 49%, 27%)

RGB channels and saturation

R 111 of 255 = 44%
G 126 of 255 = 49%
B 68 of 255 = 27%

111
126
68

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

Portions of RGB colors in percentages

R + G + B = 111 + 126 + 68 = 305 (100%)
R 111 of 305 ~ 36.39%
G 126 of 305 ~ 41.31%
B 68 of 305 ~ 22.3'%

%36.39
%41.31
%22.3

CMYK color model

#6F7E44 color CMYK value is (12,0,46,51).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 46.03%
  • key color value is 50.59%
CMYK: (12,0,46,51) C12M0Y46K51 (12%,0%,46%,51%) (0.12/0.00/0.46/0.51) 

CMYK percentages

%11.9
%0
%46.03
%50.59

Codes

Color #6F7E44 in popluar color models

6F 7E 44
RGB 111 126 68
HSL 76° 29.90% 38.04%
HSB/HSV 76° 46.03% 49.41%
CMYK 11.90% 0.00% 46.03%
50.59%

Color #6F7E44 in popluar number systems.

HEX 6F 7E 44
Decimal 111 126 68
Binary 1101111 1111110 1000100
Octal 157 176 104

Shades and tints

Shades of #6F7E44

#6F7E44
(111,126,68)
#65733E
(101,115,62)
#5B6838
(91,104,56)
#515D32
(81,93,50)
#47522C
(71,82,44)
#3D4726
(61,71,38)
#333C20
(51,60,32)
#29311A
(41,49,26)
#1F2614
(31,38,20)
#151B0E
(21,27,14)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #6F7E44

#6F7E44
(111,126,68)
#7C8955
(124,137,85)
#899466
(137,148,102)
#969F77
(150,159,119)
#A3AA88
(163,170,136)
#B0B599
(176,181,153)
#BDC0AA
(189,192,170)
#CACBBB
(202,203,187)
#D7D6CC
(215,214,204)
#E4E1DD
(228,225,221)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7E44 color. Also use rgb(111,126,68) instead hex code.

Text Font Color

.myTextColor { color: #6F7E44; }

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

This text font color is #6F7E44.

Background Color

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

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

This div background color is #6F7E44.

Border color

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

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

This div border color is #6F7E44.

Opacity

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

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

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

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

This text has shadow with #6F7E44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7E44.

Preview

Color preview on black background

This text has color #6F7E44 on black background.


Color preview on white background

This text has color #6F7E44 on white background.


Black color preview on #6F7E44 background

This text has black color on #6F7E44 background.


White color preview on #6F7E44 background

This text has white color on #6F7E44 background.


Related colors

Complementary color

Complementary color for #hex is #9081BB.


I love getcolorcode.com

Triadic colors

1 #446F7E and #7E446F with #6F7E44 are triadic colors.

2 #447E6F and #7E6F44 with #6F7E44 are triadic colors.