COLOR #6E825A

HEX: #6E825A
RGB: (110,130,90)

Color info

#6E825A contains red, green and blue colors in about the same proportion. Web safe color of #6E825A is #669966 (or #696).

RGB color model

#6E825A color RGB value is (110,130,90).

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

RGB channels and saturation

R 110 of 255 = 43%
G 130 of 255 = 51%
B 90 of 255 = 35%

110
130
90

R + G + B ~ 43%. #6E825A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 130 + 90 = 330 (100%)
R 110 of 330 ~ 33.33%
G 130 of 330 ~ 39.39%
B 90 of 330 ~ 27.27%

%33.33
%39.39
%27.27

CMYK color model

#6E825A color CMYK value is (15,0,31,49).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 49.02%
CMYK:
(15,0,31,49)
C15M0Y31K49 
(15%,0%,31%,49%)
(0.15/0.00/0.31/0.49)	

CMYK percentages

%15.38
%0
%30.77
%49.02

Codes

Color #6E825A in popluar color models

6E825A
RGB11013090
HSL90°18.18%43.14%
HSB/HSV90°30.77%50.98%
CMYK15.38%0.00%30.77%
49.02%

Color #6E825A in popluar number systems.

HEX6E825A
Decimal11013090
Binary1101110100000101011010
Octal156202132

Shades and tints

Shades of #6E825A

#6E825A
(110,130,90)
#647752
(100,119,82)
#5A6C4A
(90,108,74)
#506142
(80,97,66)
#46563A
(70,86,58)
#3C4B32
(60,75,50)
#32402A
(50,64,42)
#283522
(40,53,34)
#1E2A1A
(30,42,26)
#141F12
(20,31,18)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #6E825A

#6E825A
(110,130,90)
#7B8D69
(123,141,105)
#889878
(136,152,120)
#95A387
(149,163,135)
#A2AE96
(162,174,150)
#AFB9A5
(175,185,165)
#BCC4B4
(188,196,180)
#C9CFC3
(201,207,195)
#D6DAD2
(214,218,210)
#E3E5E1
(227,229,225)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E825A; }

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

This text font color is #6E825A.


Background Color

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

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

This div background color is #6E825A.


Border color

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

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

This div border color is #6E825A.


Opacity

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

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

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

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

This text has shadow with #6E825A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E825A on black background.


Color preview on white background

This text has color #6E825A on white background.



Black color preview on #6E825A background

This text has black color on #6E825A background.


White color preview on #6E825A background

This text has white color on #6E825A background.