COLOR #6E953F

HEX: #6E953F
RGB: (110,149,63)

Color info

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

RGB color model

#6E953F color RGB value is (110,149,63).

  • red value is 110;
  • green value is 149;
  • blue value is 63.
RGB:
(110,149,63)
(43%,58%,25%)

RGB channels and saturation

R 110 of 255 = 43%
G 149 of 255 = 58%
B 63 of 255 = 25%

110
149
63

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

Portions of RGB colors in percentages

R + G + B =
110 + 149 + 63 = 322 (100%)
R 110 of 322 ~ 34.16%
G 149 of 322 ~ 46.27%
B 63 of 322 ~ 19.57%

%34.16
%46.27
%19.57

CMYK color model

#6E953F color CMYK value is (26,0,58,42).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 57.72%
  • key color value is 41.57%
CMYK:
(26,0,58,42)
C26M0Y58K42 
(26%,0%,58%,42%)
(0.26/0.00/0.58/0.42)	

CMYK percentages

%26.17
%0
%57.72
%41.57

Codes

Color #6E953F in popluar color models

6E953F
RGB11014963
HSL87°40.57%41.57%
HSB/HSV87°57.72%58.43%
CMYK26.17%0.00%57.72%
41.57%

Color #6E953F in popluar number systems.

HEX6E953F
Decimal11014963
Binary110111010010101111111
Octal15622577

Shades and tints

Shades of #6E953F

#6E953F
(110,149,63)
#64883A
(100,136,58)
#5A7B35
(90,123,53)
#506E30
(80,110,48)
#46612B
(70,97,43)
#3C5426
(60,84,38)
#324721
(50,71,33)
#283A1C
(40,58,28)
#1E2D17
(30,45,23)
#142012
(20,32,18)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #6E953F

#6E953F
(110,149,63)
#7B9E50
(123,158,80)
#88A761
(136,167,97)
#95B072
(149,176,114)
#A2B983
(162,185,131)
#AFC294
(175,194,148)
#BCCBA5
(188,203,165)
#C9D4B6
(201,212,182)
#D6DDC7
(214,221,199)
#E3E6D8
(227,230,216)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E953F color. Also use rgb(110,149,63) instead hex code.

Text Font Color

.myTextColor { color: #6E953F; }

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

This text font color is #6E953F.


Background Color

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

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

This div background color is #6E953F.


Border color

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

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

This div border color is #6E953F.


Opacity

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

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

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

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

This text has shadow with #6E953F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E953F on black background.


Color preview on white background

This text has color #6E953F on white background.



Black color preview on #6E953F background

This text has black color on #6E953F background.


White color preview on #6E953F background

This text has white color on #6E953F background.