COLOR #6DA38D

HEX: #6DA38D
RGB: (109,163,141)

Color info

#6DA38D contains red, green and blue colors in about the same proportion. Web safe color of #6DA38D is #669999 (or #699).

RGB color model

#6DA38D color RGB value is (109,163,141).

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

RGB channels and saturation

R 109 of 255 = 43%
G 163 of 255 = 64%
B 141 of 255 = 55%

109
163
141

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

Portions of RGB colors in percentages

R + G + B =
109 + 163 + 141 = 413 (100%)
R 109 of 413 ~ 26.39%
G 163 of 413 ~ 39.47%
B 141 of 413 ~ 34.14%

%26.39
%39.47
%34.14

CMYK color model

#6DA38D color CMYK value is (33,0,13,36).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK:
(33,0,13,36)
C33M0Y13K36 
(33%,0%,13%,36%)
(0.33/0.00/0.13/0.36)	

CMYK percentages

%33.13
%0
%13.5
%36.08

Codes

Color #6DA38D in popluar color models

6DA38D
RGB109163141
HSL156°22.69%53.33%
HSB/HSV156°33.13%63.92%
CMYK33.13%0.00%13.50%
36.08%

Color #6DA38D in popluar number systems.

HEX6DA38D
Decimal109163141
Binary11011011010001110001101
Octal155243215

Shades and tints

Shades of #6DA38D

#6DA38D
(109,163,141)
#649581
(100,149,129)
#5B8775
(91,135,117)
#527969
(82,121,105)
#496B5D
(73,107,93)
#405D51
(64,93,81)
#374F45
(55,79,69)
#2E4139
(46,65,57)
#25332D
(37,51,45)
#1C2521
(28,37,33)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #6DA38D

#6DA38D
(109,163,141)
#7AAB97
(122,171,151)
#87B3A1
(135,179,161)
#94BBAB
(148,187,171)
#A1C3B5
(161,195,181)
#AECBBF
(174,203,191)
#BBD3C9
(187,211,201)
#C8DBD3
(200,219,211)
#D5E3DD
(213,227,221)
#E2EBE7
(226,235,231)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA38D; }

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

This text font color is #6DA38D.


Background Color

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

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

This div background color is #6DA38D.


Border color

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

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

This div border color is #6DA38D.


Opacity

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

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

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

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

This text has shadow with #6DA38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA38D on black background.


Color preview on white background

This text has color #6DA38D on white background.



Black color preview on #6DA38D background

This text has black color on #6DA38D background.


White color preview on #6DA38D background

This text has white color on #6DA38D background.