COLOR #6E753C

HEX: #6E753C RGB: (110,117,60)

Color info

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

RGB color model

#6E753C color RGB value is (110,117,60).

RGB: (110,117,60) (43%, 46%, 24%)

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 60 of 255 = 24%

110
117
60

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

Portions of RGB colors in percentages

R + G + B = 110 + 117 + 60 = 287 (100%)
R 110 of 287 ~ 38.33%
G 117 of 287 ~ 40.77%
B 60 of 287 ~ 20.91'%

%38.33
%40.77
%20.91

CMYK color model

#6E753C color CMYK value is (6,0,49,54).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 48.72%
  • key color value is 54.12%

CMYK: (6,0,49,54)
C6M0Y49K54 (6%, 0%, 49%, 54%)
(0.06 / 0.00 / 0.49 / 0.54)

CMYK percentages

%5.98
%0
%48.72
%54.12

Codes

Color #6E753C in popluar color models

6E 75 3C
RGB 110 117 60
HSL 67° 32.20% 34.71%
HSB/HSV 67° 48.72% 45.88%
CMYK 5.98% 0.00% 48.72%
54.12%

Color #6E753C in popluar number systems.

HEX 6E 75 3C
Decimal 110 117 60
Binary 1101110 1110101 111100
Octal 156 165 74

Shades and tints

Shades of #6E753C

#6E753C
(110,117,60)
#646B37
(100,107,55)
#5A6132
(90,97,50)
#50572D
(80,87,45)
#464D28
(70,77,40)
#3C4323
(60,67,35)
#32391E
(50,57,30)
#282F19
(40,47,25)
#1E2514
(30,37,20)
#141B0F
(20,27,15)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #6E753C

#6E753C
(110,117,60)
#7B814D
(123,129,77)
#888D5E
(136,141,94)
#95996F
(149,153,111)
#A2A580
(162,165,128)
#AFB191
(175,177,145)
#BCBDA2
(188,189,162)
#C9C9B3
(201,201,179)
#D6D5C4
(214,213,196)
#E3E1D5
(227,225,213)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E753C color. Also use rgb(110,117,60) instead hex code.

Text Font Color

.myTextColor { color: #6E753C; }

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

This text font color is #6E753C.

Background Color

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

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

This div background color is #6E753C.

Border color

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

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

This div border color is #6E753C.

Opacity

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

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

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

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

This text has shadow with #6E753C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E753C.

Preview

Color preview on black background

This text has color #6E753C on black background.


Color preview on white background

This text has color #6E753C on white background.


Black color preview on #6E753C background

This text has black color on #6E753C background.


White color preview on #6E753C background

This text has white color on #6E753C background.


Related colors

Complementary color

Complementary color for #hex is #918AC3.


I love getcolorcode.com

Triadic colors

1 #3C6E75 and #753C6E with #6E753C are triadic colors.

2 #3C756E and #756E3C with #6E753C are triadic colors.