COLOR #6D7D19

HEX: #6D7D19
RGB: (109,125,25)

Color info

#6D7D19 contains mainly red and green colors. Web safe color of #6D7D19 is #666600 (or #660).

RGB color model

#6D7D19 color RGB value is (109,125,25).

  • red value is 109;
  • green value is 125;
  • blue value is 25.
RGB:
(109,125,25)
(43%,49%,10%)

RGB channels and saturation

R 109 of 255 = 43%
G 125 of 255 = 49%
B 25 of 255 = 10%

109
125
25

R + G + B ~ 34%. #6D7D19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 125 + 25 = 259 (100%)
R 109 of 259 ~ 42.08%
G 125 of 259 ~ 48.26%
B 25 of 259 ~ 9.65%

%42.08
%48.26
%9.65

CMYK color model

#6D7D19 color CMYK value is (13,0,80,51).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 50.98%
CMYK:
(13,0,80,51)
C13M0Y80K51 
(13%,0%,80%,51%)
(0.13/0.00/0.80/0.51)	

CMYK percentages

%12.8
%0
%80
%50.98

Codes

Color #6D7D19 in popluar color models

6D7D19
RGB10912525
HSL70°66.67%29.41%
HSB/HSV70°80.00%49.02%
CMYK12.80%0.00%80.00%
50.98%

Color #6D7D19 in popluar number systems.

HEX6D7D19
Decimal10912525
Binary1101101111110111001
Octal15517531

Shades and tints

Shades of #6D7D19

#6D7D19
(109,125,25)
#647217
(100,114,23)
#5B6715
(91,103,21)
#525C13
(82,92,19)
#495111
(73,81,17)
#40460F
(64,70,15)
#373B0D
(55,59,13)
#2E300B
(46,48,11)
#252509
(37,37,9)
#1C1A07
(28,26,7)
#130F05
(19,15,5)
#000000
(0,0,0)

Tints of #6D7D19

#6D7D19
(109,125,25)
#7A882D
(122,136,45)
#879341
(135,147,65)
#949E55
(148,158,85)
#A1A969
(161,169,105)
#AEB47D
(174,180,125)
#BBBF91
(187,191,145)
#C8CAA5
(200,202,165)
#D5D5B9
(213,213,185)
#E2E0CD
(226,224,205)
#EFEBE1
(239,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7D19 color. Also use rgb(109,125,25) instead hex code.

Text Font Color

.myTextColor { color: #6D7D19; }

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

This text font color is #6D7D19.


Background Color

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

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

This div background color is #6D7D19.


Border color

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

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

This div border color is #6D7D19.


Opacity

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

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

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

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

This text has shadow with #6D7D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7D19 on black background.


Color preview on white background

This text has color #6D7D19 on white background.



Black color preview on #6D7D19 background

This text has black color on #6D7D19 background.


White color preview on #6D7D19 background

This text has white color on #6D7D19 background.