COLOR #6E7D24

HEX: #6E7D24
RGB: (110,125,36)

Color info

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

RGB color model

#6E7D24 color RGB value is (110,125,36).

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

RGB channels and saturation

R 110 of 255 = 43%
G 125 of 255 = 49%
B 36 of 255 = 14%

110
125
36

R + G + B ~ 35%. #6E7D24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 125 + 36 = 271 (100%)
R 110 of 271 ~ 40.59%
G 125 of 271 ~ 46.13%
B 36 of 271 ~ 13.28%

%40.59
%46.13
%13.28

CMYK color model

#6E7D24 color CMYK value is (12,0,71,51).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 71.20%
  • key color value is 50.98%
CMYK:
(12,0,71,51)
C12M0Y71K51 
(12%,0%,71%,51%)
(0.12/0.00/0.71/0.51)	

CMYK percentages

%12
%0
%71.2
%50.98

Codes

Color #6E7D24 in popluar color models

6E7D24
RGB11012536
HSL70°55.28%31.57%
HSB/HSV70°71.20%49.02%
CMYK12.00%0.00%71.20%
50.98%

Color #6E7D24 in popluar number systems.

HEX6E7D24
Decimal11012536
Binary11011101111101100100
Octal15617544

Shades and tints

Shades of #6E7D24

#6E7D24
(110,125,36)
#647221
(100,114,33)
#5A671E
(90,103,30)
#505C1B
(80,92,27)
#465118
(70,81,24)
#3C4615
(60,70,21)
#323B12
(50,59,18)
#28300F
(40,48,15)
#1E250C
(30,37,12)
#141A09
(20,26,9)
#0A0F06
(10,15,6)
#000000
(0,0,0)

Tints of #6E7D24

#6E7D24
(110,125,36)
#7B8837
(123,136,55)
#88934A
(136,147,74)
#959E5D
(149,158,93)
#A2A970
(162,169,112)
#AFB483
(175,180,131)
#BCBF96
(188,191,150)
#C9CAA9
(201,202,169)
#D6D5BC
(214,213,188)
#E3E0CF
(227,224,207)
#F0EBE2
(240,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7D24; }

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

This text font color is #6E7D24.


Background Color

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

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

This div background color is #6E7D24.


Border color

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

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

This div border color is #6E7D24.


Opacity

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

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

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

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

This text has shadow with #6E7D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7D24 on black background.


Color preview on white background

This text has color #6E7D24 on white background.



Black color preview on #6E7D24 background

This text has black color on #6E7D24 background.


White color preview on #6E7D24 background

This text has white color on #6E7D24 background.