COLOR #6E7638

HEX: #6E7638 RGB: (110,118,56)

Color info

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

RGB color model

#6E7638 color RGB value is (110,118,56).

RGB: (110,118,56) (43%, 46%, 22%)

RGB channels and saturation

R 110 of 255 = 43%
G 118 of 255 = 46%
B 56 of 255 = 22%

110
118
56

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

Portions of RGB colors in percentages

R + G + B = 110 + 118 + 56 = 284 (100%)
R 110 of 284 ~ 38.73%
G 118 of 284 ~ 41.55%
B 56 of 284 ~ 19.72'%

%38.73
%41.55
%19.72

CMYK color model

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

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 52.54%
  • key color value is 53.73%

CMYK: (7,0,53,54)
C7M0Y53K54 (7%, 0%, 53%, 54%)
(0.07 / 0.00 / 0.53 / 0.54)

CMYK percentages

%6.78
%0
%52.54
%53.73

Codes

Color #6E7638 in popluar color models

6E 76 38
RGB 110 118 56
HSL 68° 35.63% 34.12%
HSB/HSV 68° 52.54% 46.27%
CMYK 6.78% 0.00% 52.54%
53.73%

Color #6E7638 in popluar number systems.

HEX 6E 76 38
Decimal 110 118 56
Binary 1101110 1110110 111000
Octal 156 166 70

Shades and tints

Shades of #6E7638

#6E7638
(110,118,56)
#646C33
(100,108,51)
#5A622E
(90,98,46)
#505829
(80,88,41)
#464E24
(70,78,36)
#3C441F
(60,68,31)
#323A1A
(50,58,26)
#283015
(40,48,21)
#1E2610
(30,38,16)
#141C0B
(20,28,11)
#0A1206
(10,18,6)
#000000
(0,0,0)

Tints of #6E7638

#6E7638
(110,118,56)
#7B824A
(123,130,74)
#888E5C
(136,142,92)
#959A6E
(149,154,110)
#A2A680
(162,166,128)
#AFB292
(175,178,146)
#BCBEA4
(188,190,164)
#C9CAB6
(201,202,182)
#D6D6C8
(214,214,200)
#E3E2DA
(227,226,218)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7638 color. Also use rgb(110,118,56) instead hex code.

Text Font Color

.myTextColor { color: #6E7638; }

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

This text font color is #6E7638.

Background Color

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

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

This div background color is #6E7638.

Border color

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

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

This div border color is #6E7638.

Opacity

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

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

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

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

This text has shadow with #6E7638 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7638.

Preview

Color preview on black background

This text has color #6E7638 on black background.


Color preview on white background

This text has color #6E7638 on white background.


Black color preview on #6E7638 background

This text has black color on #6E7638 background.


White color preview on #6E7638 background

This text has white color on #6E7638 background.


Related colors

Complementary color

Complementary color for #hex is #9189C7.


I love getcolorcode.com

Triadic colors

1 #386E76 and #76386E with #6E7638 are triadic colors.

2 #38766E and #766E38 with #6E7638 are triadic colors.