COLOR #6E9953

HEX: #6E9953
RGB: (110,153,83)

Color info

#6E9953 contains mainly red and green colors. Web safe color of #6E9953 is #669966 (or #696).

RGB color model

#6E9953 color RGB value is (110,153,83).

  • red value is 110;
  • green value is 153;
  • blue value is 83.
RGB:
(110,153,83)
(43%,60%,33%)

RGB channels and saturation

R 110 of 255 = 43%
G 153 of 255 = 60%
B 83 of 255 = 33%

110
153
83

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

Portions of RGB colors in percentages

R + G + B =
110 + 153 + 83 = 346 (100%)
R 110 of 346 ~ 31.79%
G 153 of 346 ~ 44.22%
B 83 of 346 ~ 23.99%

%31.79
%44.22
%23.99

CMYK color model

#6E9953 color CMYK value is (28,0,46,40).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 45.75%
  • key color value is 40.00%
CMYK:
(28,0,46,40)
C28M0Y46K40 
(28%,0%,46%,40%)
(0.28/0.00/0.46/0.40)	

CMYK percentages

%28.1
%0
%45.75
%40

Codes

Color #6E9953 in popluar color models

6E9953
RGB11015383
HSL97°29.66%46.27%
HSB/HSV97°45.75%60.00%
CMYK28.10%0.00%45.75%
40.00%

Color #6E9953 in popluar number systems.

HEX6E9953
Decimal11015383
Binary1101110100110011010011
Octal156231123

Shades and tints

Shades of #6E9953

#6E9953
(110,153,83)
#648C4C
(100,140,76)
#5A7F45
(90,127,69)
#50723E
(80,114,62)
#466537
(70,101,55)
#3C5830
(60,88,48)
#324B29
(50,75,41)
#283E22
(40,62,34)
#1E311B
(30,49,27)
#142414
(20,36,20)
#0A170D
(10,23,13)
#000000
(0,0,0)

Tints of #6E9953

#6E9953
(110,153,83)
#7BA262
(123,162,98)
#88AB71
(136,171,113)
#95B480
(149,180,128)
#A2BD8F
(162,189,143)
#AFC69E
(175,198,158)
#BCCFAD
(188,207,173)
#C9D8BC
(201,216,188)
#D6E1CB
(214,225,203)
#E3EADA
(227,234,218)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9953 color. Also use rgb(110,153,83) instead hex code.

Text Font Color

.myTextColor { color: #6E9953; }

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

This text font color is #6E9953.


Background Color

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

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

This div background color is #6E9953.


Border color

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

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

This div border color is #6E9953.


Opacity

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

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

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

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

This text has shadow with #6E9953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9953 on black background.


Color preview on white background

This text has color #6E9953 on white background.



Black color preview on #6E9953 background

This text has black color on #6E9953 background.


White color preview on #6E9953 background

This text has white color on #6E9953 background.