COLOR #6D9453

HEX: #6D9453 RGB: (109,148,83)

Color info

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

RGB color model

#6D9453 color RGB value is (109,148,83).

RGB: (109,148,83) (43%, 58%, 33%)

RGB channels and saturation

R 109 of 255 = 43%
G 148 of 255 = 58%
B 83 of 255 = 33%

109
148
83

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

Portions of RGB colors in percentages

R + G + B = 109 + 148 + 83 = 340 (100%)
R 109 of 340 ~ 32.06%
G 148 of 340 ~ 43.53%
B 83 of 340 ~ 24.41'%

%32.06
%43.53
%24.41

CMYK color model

#6D9453 color CMYK value is (26,0,44,42).

  • cyan value is 26.35%
  • magenta value is 0.00%
  • yellow value is 43.92%
  • key color value is 41.96%

CMYK: (26,0,44,42)
C26M0Y44K42 (26%, 0%, 44%, 42%)
(0.26 / 0.00 / 0.44 / 0.42)

CMYK percentages

%26.35
%0
%43.92
%41.96

Codes

Color #6D9453 in popluar color models

6D 94 53
RGB 109 148 83
HSL 96° 28.14% 45.29%
HSB/HSV 96° 43.92% 58.04%
CMYK 26.35% 0.00% 43.92%
41.96%

Color #6D9453 in popluar number systems.

HEX 6D 94 53
Decimal 109 148 83
Binary 1101101 10010100 1010011
Octal 155 224 123

Shades and tints

Shades of #6D9453

#6D9453
(109,148,83)
#64874C
(100,135,76)
#5B7A45
(91,122,69)
#526D3E
(82,109,62)
#496037
(73,96,55)
#405330
(64,83,48)
#374629
(55,70,41)
#2E3922
(46,57,34)
#252C1B
(37,44,27)
#1C1F14
(28,31,20)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #6D9453

#6D9453
(109,148,83)
#7A9D62
(122,157,98)
#87A671
(135,166,113)
#94AF80
(148,175,128)
#A1B88F
(161,184,143)
#AEC19E
(174,193,158)
#BBCAAD
(187,202,173)
#C8D3BC
(200,211,188)
#D5DCCB
(213,220,203)
#E2E5DA
(226,229,218)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9453 color. Also use rgb(109,148,83) instead hex code.

Text Font Color

.myTextColor { color: #6D9453; }

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

This text font color is #6D9453.

Background Color

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

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

This div background color is #6D9453.

Border color

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

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

This div border color is #6D9453.

Opacity

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

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

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

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

This text has shadow with #6D9453 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D9453.

Preview

Color preview on black background

This text has color #6D9453 on black background.


Color preview on white background

This text has color #6D9453 on white background.


Black color preview on #6D9453 background

This text has black color on #6D9453 background.


White color preview on #6D9453 background

This text has white color on #6D9453 background.


Related colors

Complementary color

Complementary color for #hex is #926BAC.


I love getcolorcode.com

Triadic colors

1 #536D94 and #94536D with #6D9453 are triadic colors.

2 #53946D and #946D53 with #6D9453 are triadic colors.