COLOR #6E7525

HEX: #6E7525
RGB: (110,117,37)

Color info

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

RGB color model

#6E7525 color RGB value is (110,117,37).

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

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 37 of 255 = 15%

110
117
37

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

Portions of RGB colors in percentages

R + G + B =
110 + 117 + 37 = 264 (100%)
R 110 of 264 ~ 41.67%
G 117 of 264 ~ 44.32%
B 37 of 264 ~ 14.02%

%41.67
%44.32
%14.02

CMYK color model

#6E7525 color CMYK value is (6,0,68,54).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 68.38%
  • key color value is 54.12%
CMYK:
(6,0,68,54)
C6M0Y68K54 
(6%,0%,68%,54%)
(0.06/0.00/0.68/0.54)	

CMYK percentages

%5.98
%0
%68.38
%54.12

Codes

Color #6E7525 in popluar color models

6E7525
RGB11011737
HSL65°51.95%30.20%
HSB/HSV65°68.38%45.88%
CMYK5.98%0.00%68.38%
54.12%

Color #6E7525 in popluar number systems.

HEX6E7525
Decimal11011737
Binary11011101110101100101
Octal15616545

Shades and tints

Shades of #6E7525

#6E7525
(110,117,37)
#646B22
(100,107,34)
#5A611F
(90,97,31)
#50571C
(80,87,28)
#464D19
(70,77,25)
#3C4316
(60,67,22)
#323913
(50,57,19)
#282F10
(40,47,16)
#1E250D
(30,37,13)
#141B0A
(20,27,10)
#0A1107
(10,17,7)
#000000
(0,0,0)

Tints of #6E7525

#6E7525
(110,117,37)
#7B8138
(123,129,56)
#888D4B
(136,141,75)
#95995E
(149,153,94)
#A2A571
(162,165,113)
#AFB184
(175,177,132)
#BCBD97
(188,189,151)
#C9C9AA
(201,201,170)
#D6D5BD
(214,213,189)
#E3E1D0
(227,225,208)
#F0EDE3
(240,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7525; }

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

This text font color is #6E7525.


Background Color

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

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

This div background color is #6E7525.


Border color

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

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

This div border color is #6E7525.


Opacity

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

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

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

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

This text has shadow with #6E7525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7525 on black background.


Color preview on white background

This text has color #6E7525 on white background.



Black color preview on #6E7525 background

This text has black color on #6E7525 background.


White color preview on #6E7525 background

This text has white color on #6E7525 background.