COLOR #6E6952

HEX: #6E6952 RGB: (110,105,82)

Color info

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

RGB color model

#6E6952 color RGB value is (110,105,82).

RGB: (110,105,82) (43%, 41%, 32%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 82 of 255 = 32%

110
105
82

R + G + B ~ 39%. #6E6952 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 105 + 82 = 297 (100%)
R 110 of 297 ~ 37.04%
G 105 of 297 ~ 35.35%
B 82 of 297 ~ 27.61'%

%37.04
%35.35
%27.61

CMYK color model

#6E6952 color CMYK value is (0,5,25,57).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 25.45%
  • key color value is 56.86%

CMYK: (0,5,25,57)
C0M5Y25K57 (0%, 5%, 25%, 57%)
(0.00 / 0.05 / 0.25 / 0.57)

CMYK percentages

%0
%4.55
%25.45
%56.86

Codes

Color #6E6952 in popluar color models

6E 69 52
RGB 110 105 82
HSL 49° 14.58% 37.65%
HSB/HSV 49° 25.45% 43.14%
CMYK 0.00% 4.55% 25.45%
56.86%

Color #6E6952 in popluar number systems.

HEX 6E 69 52
Decimal 110 105 82
Binary 1101110 1101001 1010010
Octal 156 151 122

Shades and tints

Shades of #6E6952

#6E6952
(110,105,82)
#64604B
(100,96,75)
#5A5744
(90,87,68)
#504E3D
(80,78,61)
#464536
(70,69,54)
#3C3C2F
(60,60,47)
#323328
(50,51,40)
#282A21
(40,42,33)
#1E211A
(30,33,26)
#141813
(20,24,19)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #6E6952

#6E6952
(110,105,82)
#7B7661
(123,118,97)
#888370
(136,131,112)
#95907F
(149,144,127)
#A29D8E
(162,157,142)
#AFAA9D
(175,170,157)
#BCB7AC
(188,183,172)
#C9C4BB
(201,196,187)
#D6D1CA
(214,209,202)
#E3DED9
(227,222,217)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6952 color. Also use rgb(110,105,82) instead hex code.

Text Font Color

.myTextColor { color: #6E6952; }

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

This text font color is #6E6952.

Background Color

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

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

This div background color is #6E6952.

Border color

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

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

This div border color is #6E6952.

Opacity

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

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

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

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

This text has shadow with #6E6952 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6952.

Preview

Color preview on black background

This text has color #6E6952 on black background.


Color preview on white background

This text has color #6E6952 on white background.


Black color preview on #6E6952 background

This text has black color on #6E6952 background.


White color preview on #6E6952 background

This text has white color on #6E6952 background.


Related colors

Complementary color

Complementary color for #hex is #9196AD.


I love getcolorcode.com

Triadic colors

1 #526E69 and #69526E with #6E6952 are triadic colors.

2 #52696E and #696E52 with #6E6952 are triadic colors.