COLOR #6E7953

HEX: #6E7953 RGB: (110,121,83)

Color info

#6E7953 contains red, green and blue colors in about the same proportion. Web safe color of #6E7953 is #666666 (or #666).

RGB color model

#6E7953 color RGB value is (110,121,83).

RGB: (110,121,83) (43%, 47%, 33%)

RGB channels and saturation

R 110 of 255 = 43%
G 121 of 255 = 47%
B 83 of 255 = 33%

110
121
83

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

Portions of RGB colors in percentages

R + G + B = 110 + 121 + 83 = 314 (100%)
R 110 of 314 ~ 35.03%
G 121 of 314 ~ 38.54%
B 83 of 314 ~ 26.43'%

%35.03
%38.54
%26.43

CMYK color model

#6E7953 color CMYK value is (9,0,31,53).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 31.40%
  • key color value is 52.55%

CMYK: (9,0,31,53)
C9M0Y31K53 (9%, 0%, 31%, 53%)
(0.09 / 0.00 / 0.31 / 0.53)

CMYK percentages

%9.09
%0
%31.4
%52.55

Codes

Color #6E7953 in popluar color models

6E 79 53
RGB 110 121 83
HSL 77° 18.63% 40.00%
HSB/HSV 77° 31.40% 47.45%
CMYK 9.09% 0.00% 31.40%
52.55%

Color #6E7953 in popluar number systems.

HEX 6E 79 53
Decimal 110 121 83
Binary 1101110 1111001 1010011
Octal 156 171 123

Shades and tints

Shades of #6E7953

#6E7953
(110,121,83)
#646E4C
(100,110,76)
#5A6345
(90,99,69)
#50583E
(80,88,62)
#464D37
(70,77,55)
#3C4230
(60,66,48)
#323729
(50,55,41)
#282C22
(40,44,34)
#1E211B
(30,33,27)
#141614
(20,22,20)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #6E7953

#6E7953
(110,121,83)
#7B8562
(123,133,98)
#889171
(136,145,113)
#959D80
(149,157,128)
#A2A98F
(162,169,143)
#AFB59E
(175,181,158)
#BCC1AD
(188,193,173)
#C9CDBC
(201,205,188)
#D6D9CB
(214,217,203)
#E3E5DA
(227,229,218)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7953 color. Also use rgb(110,121,83) instead hex code.

Text Font Color

.myTextColor { color: #6E7953; }

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

This text font color is #6E7953.

Background Color

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

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

This div background color is #6E7953.

Border color

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

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

This div border color is #6E7953.

Opacity

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

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

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

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

This text has shadow with #6E7953 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7953.

Preview

Color preview on black background

This text has color #6E7953 on black background.


Color preview on white background

This text has color #6E7953 on white background.


Black color preview on #6E7953 background

This text has black color on #6E7953 background.


White color preview on #6E7953 background

This text has white color on #6E7953 background.


Related colors

Complementary color

Complementary color for #hex is #9186AC.


I love getcolorcode.com

Triadic colors

1 #536E79 and #79536E with #6E7953 are triadic colors.

2 #53796E and #796E53 with #6E7953 are triadic colors.