COLOR #6E8230

HEX: #6E8230
RGB: (110,130,48)

Color info

#6E8230 contains mainly red and green colors. Web safe color of #6E8230 is #669933 (or #693).

RGB color model

#6E8230 color RGB value is (110,130,48).

  • red value is 110;
  • green value is 130;
  • blue value is 48.
RGB:
(110,130,48)
(43%,51%,19%)

RGB channels and saturation

R 110 of 255 = 43%
G 130 of 255 = 51%
B 48 of 255 = 19%

110
130
48

R + G + B ~ 38%. #6E8230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 130 + 48 = 288 (100%)
R 110 of 288 ~ 38.19%
G 130 of 288 ~ 45.14%
B 48 of 288 ~ 16.67%

%38.19
%45.14
%16.67

CMYK color model

#6E8230 color CMYK value is (15,0,63,49).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 63.08%
  • key color value is 49.02%
CMYK:
(15,0,63,49)
C15M0Y63K49 
(15%,0%,63%,49%)
(0.15/0.00/0.63/0.49)	

CMYK percentages

%15.38
%0
%63.08
%49.02

Codes

Color #6E8230 in popluar color models

6E8230
RGB11013048
HSL75°46.07%34.90%
HSB/HSV75°63.08%50.98%
CMYK15.38%0.00%63.08%
49.02%

Color #6E8230 in popluar number systems.

HEX6E8230
Decimal11013048
Binary110111010000010110000
Octal15620260

Shades and tints

Shades of #6E8230

#6E8230
(110,130,48)
#64772C
(100,119,44)
#5A6C28
(90,108,40)
#506124
(80,97,36)
#465620
(70,86,32)
#3C4B1C
(60,75,28)
#324018
(50,64,24)
#283514
(40,53,20)
#1E2A10
(30,42,16)
#141F0C
(20,31,12)
#0A1408
(10,20,8)
#000000
(0,0,0)

Tints of #6E8230

#6E8230
(110,130,48)
#7B8D42
(123,141,66)
#889854
(136,152,84)
#95A366
(149,163,102)
#A2AE78
(162,174,120)
#AFB98A
(175,185,138)
#BCC49C
(188,196,156)
#C9CFAE
(201,207,174)
#D6DAC0
(214,218,192)
#E3E5D2
(227,229,210)
#F0F0E4
(240,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8230 color. Also use rgb(110,130,48) instead hex code.

Text Font Color

.myTextColor { color: #6E8230; }

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

This text font color is #6E8230.


Background Color

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

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

This div background color is #6E8230.


Border color

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

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

This div border color is #6E8230.


Opacity

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

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

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

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

This text has shadow with #6E8230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8230 on black background.


Color preview on white background

This text has color #6E8230 on white background.



Black color preview on #6E8230 background

This text has black color on #6E8230 background.


White color preview on #6E8230 background

This text has white color on #6E8230 background.