COLOR #69996E

HEX: #69996E
RGB: (105,153,110)

Color info

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

RGB color model

#69996E color RGB value is (105,153,110).

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

RGB channels and saturation

R 105 of 255 = 41%
G 153 of 255 = 60%
B 110 of 255 = 43%

105
153
110

R + G + B ~ 48%. #69996E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 153 + 110 = 368 (100%)
R 105 of 368 ~ 28.53%
G 153 of 368 ~ 41.58%
B 110 of 368 ~ 29.89%

%28.53
%41.58
%29.89

CMYK color model

#69996E color CMYK value is (31,0,28,40).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 40.00%
CMYK:
(31,0,28,40)
C31M0Y28K40 
(31%,0%,28%,40%)
(0.31/0.00/0.28/0.40)	

CMYK percentages

%31.37
%0
%28.1
%40

Codes

Color #69996E in popluar color models

69996E
RGB105153110
HSL126°19.05%50.59%
HSB/HSV126°31.37%60.00%
CMYK31.37%0.00%28.10%
40.00%

Color #69996E in popluar number systems.

HEX69996E
Decimal105153110
Binary1101001100110011101110
Octal151231156

Shades and tints

Shades of #69996E

#69996E
(105,153,110)
#608C64
(96,140,100)
#577F5A
(87,127,90)
#4E7250
(78,114,80)
#456546
(69,101,70)
#3C583C
(60,88,60)
#334B32
(51,75,50)
#2A3E28
(42,62,40)
#21311E
(33,49,30)
#182414
(24,36,20)
#0F170A
(15,23,10)
#000000
(0,0,0)

Tints of #69996E

#69996E
(105,153,110)
#76A27B
(118,162,123)
#83AB88
(131,171,136)
#90B495
(144,180,149)
#9DBDA2
(157,189,162)
#AAC6AF
(170,198,175)
#B7CFBC
(183,207,188)
#C4D8C9
(196,216,201)
#D1E1D6
(209,225,214)
#DEEAE3
(222,234,227)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69996E color. Also use rgb(105,153,110) instead hex code.

Text Font Color

.myTextColor { color: #69996E; }

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

This text font color is #69996E.


Background Color

.myBgColor { background-color: #69996E; }

<div style="background-color:#69996E">Inner text</div>

This div background color is #69996E.


Border color

.myBorderColor { border: 1px solid #69996E; }

<div style="border:3px solid #69996E">Div</div>

This div border color is #69996E.


Opacity

.myOpacity80 { color: #69996E; opacity: 0.8; }

<p style="color:#69996E;opacity:0.8;">80%</p>

Text with #69996E 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 #69996E;}

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

This text has shadow with #69996E color.

.textShadow {text-shadow: 3px 3px 1px #69996E, 3px 3px 1px red;}

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

This text has shadow with #69996E primary color and red secondary color.


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

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

This text has shadow with #69996E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69996E on black background.


Color preview on white background

This text has color #69996E on white background.



Black color preview on #69996E background

This text has black color on #69996E background.


White color preview on #69996E background

This text has white color on #69996E background.