COLOR #6E7D25

HEX: #6E7D25
RGB: (110,125,37)

Color info

#6E7D25 contains mainly red and green colors. Web safe color of #6E7D25 is #666633 (or #663).

RGB color model

#6E7D25 color RGB value is (110,125,37).

  • red value is 110;
  • green value is 125;
  • blue value is 37.
RGB:
(110,125,37)
(43%,49%,15%)

RGB channels and saturation

R 110 of 255 = 43%
G 125 of 255 = 49%
B 37 of 255 = 15%

110
125
37

R + G + B ~ 36%. #6E7D25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 125 + 37 = 272 (100%)
R 110 of 272 ~ 40.44%
G 125 of 272 ~ 45.96%
B 37 of 272 ~ 13.6%

%40.44
%45.96
%13.6

CMYK color model

#6E7D25 color CMYK value is (12,0,70,51).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 70.40%
  • key color value is 50.98%
CMYK:
(12,0,70,51)
C12M0Y70K51 
(12%,0%,70%,51%)
(0.12/0.00/0.70/0.51)	

CMYK percentages

%12
%0
%70.4
%50.98

Codes

Color #6E7D25 in popluar color models

6E7D25
RGB11012537
HSL70°54.32%31.76%
HSB/HSV70°70.40%49.02%
CMYK12.00%0.00%70.40%
50.98%

Color #6E7D25 in popluar number systems.

HEX6E7D25
Decimal11012537
Binary11011101111101100101
Octal15617545

Shades and tints

Shades of #6E7D25

#6E7D25
(110,125,37)
#647222
(100,114,34)
#5A671F
(90,103,31)
#505C1C
(80,92,28)
#465119
(70,81,25)
#3C4616
(60,70,22)
#323B13
(50,59,19)
#283010
(40,48,16)
#1E250D
(30,37,13)
#141A0A
(20,26,10)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #6E7D25

#6E7D25
(110,125,37)
#7B8838
(123,136,56)
#88934B
(136,147,75)
#959E5E
(149,158,94)
#A2A971
(162,169,113)
#AFB484
(175,180,132)
#BCBF97
(188,191,151)
#C9CAAA
(201,202,170)
#D6D5BD
(214,213,189)
#E3E0D0
(227,224,208)
#F0EBE3
(240,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7D25 color. Also use rgb(110,125,37) instead hex code.

Text Font Color

.myTextColor { color: #6E7D25; }

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

This text font color is #6E7D25.


Background Color

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

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

This div background color is #6E7D25.


Border color

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

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

This div border color is #6E7D25.


Opacity

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

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

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

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

This text has shadow with #6E7D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7D25 on black background.


Color preview on white background

This text has color #6E7D25 on white background.



Black color preview on #6E7D25 background

This text has black color on #6E7D25 background.


White color preview on #6E7D25 background

This text has white color on #6E7D25 background.