COLOR #6F7738

HEX: #6F7738 RGB: (111,119,56)

Color info

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

RGB color model

#6F7738 color RGB value is (111,119,56).

RGB: (111,119,56) (44%, 47%, 22%)

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 56 of 255 = 22%

111
119
56

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

Portions of RGB colors in percentages

R + G + B = 111 + 119 + 56 = 286 (100%)
R 111 of 286 ~ 38.81%
G 119 of 286 ~ 41.61%
B 56 of 286 ~ 19.58'%

%38.81
%41.61
%19.58

CMYK color model

#6F7738 color CMYK value is (7,0,53,53).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 53.33%

CMYK: (7,0,53,53)
C7M0Y53K53 (7%, 0%, 53%, 53%)
(0.07 / 0.00 / 0.53 / 0.53)

CMYK percentages

%6.72
%0
%52.94
%53.33

Codes

Color #6F7738 in popluar color models

6F 77 38
RGB 111 119 56
HSL 68° 36.00% 34.31%
HSB/HSV 68° 52.94% 46.67%
CMYK 6.72% 0.00% 52.94%
53.33%

Color #6F7738 in popluar number systems.

HEX 6F 77 38
Decimal 111 119 56
Binary 1101111 1110111 111000
Octal 157 167 70

Shades and tints

Shades of #6F7738

#6F7738
(111,119,56)
#656D33
(101,109,51)
#5B632E
(91,99,46)
#515929
(81,89,41)
#474F24
(71,79,36)
#3D451F
(61,69,31)
#333B1A
(51,59,26)
#293115
(41,49,21)
#1F2710
(31,39,16)
#151D0B
(21,29,11)
#0B1306
(11,19,6)
#000000
(0,0,0)

Tints of #6F7738

#6F7738
(111,119,56)
#7C834A
(124,131,74)
#898F5C
(137,143,92)
#969B6E
(150,155,110)
#A3A780
(163,167,128)
#B0B392
(176,179,146)
#BDBFA4
(189,191,164)
#CACBB6
(202,203,182)
#D7D7C8
(215,215,200)
#E4E3DA
(228,227,218)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7738; }

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

This text font color is #6F7738.

Background Color

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

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

This div background color is #6F7738.

Border color

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

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

This div border color is #6F7738.

Opacity

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

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

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

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

This text has shadow with #6F7738 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7738.

Preview

Color preview on black background

This text has color #6F7738 on black background.


Color preview on white background

This text has color #6F7738 on white background.


Black color preview on #6F7738 background

This text has black color on #6F7738 background.


White color preview on #6F7738 background

This text has white color on #6F7738 background.


Related colors

Complementary color

Complementary color for #hex is #9088C7.


I love getcolorcode.com

Triadic colors

1 #386F77 and #77386F with #6F7738 are triadic colors.

2 #38776F and #776F38 with #6F7738 are triadic colors.