COLOR #6D9252

HEX: #6D9252 RGB: (109,146,82)

Color info

#6D9252 contains mainly red and green colors. Web safe color of #6D9252 is #669966 (or #696).

RGB color model

#6D9252 color RGB value is (109,146,82).

RGB: (109,146,82) (43%, 57%, 32%)

RGB channels and saturation

R 109 of 255 = 43%
G 146 of 255 = 57%
B 82 of 255 = 32%

109
146
82

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

Portions of RGB colors in percentages

R + G + B = 109 + 146 + 82 = 337 (100%)
R 109 of 337 ~ 32.34%
G 146 of 337 ~ 43.32%
B 82 of 337 ~ 24.33'%

%32.34
%43.32
%24.33

CMYK color model

#6D9252 color CMYK value is (25,0,44,43).

  • cyan value is 25.34%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 42.75%

CMYK: (25,0,44,43)
C25M0Y44K43 (25%, 0%, 44%, 43%)
(0.25 / 0.00 / 0.44 / 0.43)

CMYK percentages

%25.34
%0
%43.84
%42.75

Codes

Color #6D9252 in popluar color models

6D 92 52
RGB 109 146 82
HSL 95° 28.07% 44.71%
HSB/HSV 95° 43.84% 57.25%
CMYK 25.34% 0.00% 43.84%
42.75%

Color #6D9252 in popluar number systems.

HEX 6D 92 52
Decimal 109 146 82
Binary 1101101 10010010 1010010
Octal 155 222 122

Shades and tints

Shades of #6D9252

#6D9252
(109,146,82)
#64854B
(100,133,75)
#5B7844
(91,120,68)
#526B3D
(82,107,61)
#495E36
(73,94,54)
#40512F
(64,81,47)
#374428
(55,68,40)
#2E3721
(46,55,33)
#252A1A
(37,42,26)
#1C1D13
(28,29,19)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #6D9252

#6D9252
(109,146,82)
#7A9B61
(122,155,97)
#87A470
(135,164,112)
#94AD7F
(148,173,127)
#A1B68E
(161,182,142)
#AEBF9D
(174,191,157)
#BBC8AC
(187,200,172)
#C8D1BB
(200,209,187)
#D5DACA
(213,218,202)
#E2E3D9
(226,227,217)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9252 color. Also use rgb(109,146,82) instead hex code.

Text Font Color

.myTextColor { color: #6D9252; }

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

This text font color is #6D9252.

Background Color

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

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

This div background color is #6D9252.

Border color

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

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

This div border color is #6D9252.

Opacity

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

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

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

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

This text has shadow with #6D9252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D9252.

Preview

Color preview on black background

This text has color #6D9252 on black background.


Color preview on white background

This text has color #6D9252 on white background.


Black color preview on #6D9252 background

This text has black color on #6D9252 background.


White color preview on #6D9252 background

This text has white color on #6D9252 background.


Related colors

Complementary color

Complementary color for #hex is #926DAD.


I love getcolorcode.com

Triadic colors

1 #526D92 and #92526D with #6D9252 are triadic colors.

2 #52926D and #926D52 with #6D9252 are triadic colors.