COLOR #6DA349

HEX: #6DA349
RGB: (109,163,73)

Color info

#6DA349 contains mainly red and green colors. Web safe color of #6DA349 is #669933 (or #693).

RGB color model

#6DA349 color RGB value is (109,163,73).

  • red value is 109;
  • green value is 163;
  • blue value is 73.
RGB:
(109,163,73)
(43%,64%,29%)

RGB channels and saturation

R 109 of 255 = 43%
G 163 of 255 = 64%
B 73 of 255 = 29%

109
163
73

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

Portions of RGB colors in percentages

R + G + B =
109 + 163 + 73 = 345 (100%)
R 109 of 345 ~ 31.59%
G 163 of 345 ~ 47.25%
B 73 of 345 ~ 21.16%

%31.59
%47.25
%21.16

CMYK color model

#6DA349 color CMYK value is (33,0,55,36).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 55.21%
  • key color value is 36.08%
CMYK:
(33,0,55,36)
C33M0Y55K36 
(33%,0%,55%,36%)
(0.33/0.00/0.55/0.36)	

CMYK percentages

%33.13
%0
%55.21
%36.08

Codes

Color #6DA349 in popluar color models

6DA349
RGB10916373
HSL96°38.14%46.27%
HSB/HSV96°55.21%63.92%
CMYK33.13%0.00%55.21%
36.08%

Color #6DA349 in popluar number systems.

HEX6DA349
Decimal10916373
Binary1101101101000111001001
Octal155243111

Shades and tints

Shades of #6DA349

#6DA349
(109,163,73)
#649543
(100,149,67)
#5B873D
(91,135,61)
#527937
(82,121,55)
#496B31
(73,107,49)
#405D2B
(64,93,43)
#374F25
(55,79,37)
#2E411F
(46,65,31)
#253319
(37,51,25)
#1C2513
(28,37,19)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #6DA349

#6DA349
(109,163,73)
#7AAB59
(122,171,89)
#87B369
(135,179,105)
#94BB79
(148,187,121)
#A1C389
(161,195,137)
#AECB99
(174,203,153)
#BBD3A9
(187,211,169)
#C8DBB9
(200,219,185)
#D5E3C9
(213,227,201)
#E2EBD9
(226,235,217)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA349 color. Also use rgb(109,163,73) instead hex code.

Text Font Color

.myTextColor { color: #6DA349; }

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

This text font color is #6DA349.


Background Color

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

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

This div background color is #6DA349.


Border color

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

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

This div border color is #6DA349.


Opacity

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

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

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

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

This text has shadow with #6DA349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA349 on black background.


Color preview on white background

This text has color #6DA349 on white background.



Black color preview on #6DA349 background

This text has black color on #6DA349 background.


White color preview on #6DA349 background

This text has white color on #6DA349 background.