COLOR #66826E

HEX: #66826E
RGB: (102,130,110)

Color info

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

RGB color model

#66826E color RGB value is (102,130,110).

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

RGB channels and saturation

R 102 of 255 = 40%
G 130 of 255 = 51%
B 110 of 255 = 43%

102
130
110

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

Portions of RGB colors in percentages

R + G + B =
102 + 130 + 110 = 342 (100%)
R 102 of 342 ~ 29.82%
G 130 of 342 ~ 38.01%
B 110 of 342 ~ 32.16%

%29.82
%38.01
%32.16

CMYK color model

#66826E color CMYK value is (22,0,15,49).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 49.02%
CMYK: (22,0,15,49) C22M0Y15K49 (22%,0%,15%,49%) (0.22/0.00/0.15/0.49)

CMYK percentages

%21.54
%0
%15.38
%49.02

Codes

Color #66826E in popluar color models

66826E
RGB102130110
HSL137°12.07%45.49%
HSB/HSV137°21.54%50.98%
CMYK21.54%0.00%15.38%
49.02%

Color #66826E in popluar number systems.

HEX66826E
Decimal102130110
Binary1100110100000101101110
Octal146202156

Shades and tints

Shades of #66826E

#66826E
(102,130,110)
#5D7764
(93,119,100)
#546C5A
(84,108,90)
#4B6150
(75,97,80)
#425646
(66,86,70)
#394B3C
(57,75,60)
#304032
(48,64,50)
#273528
(39,53,40)
#1E2A1E
(30,42,30)
#151F14
(21,31,20)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #66826E

#66826E
(102,130,110)
#738D7B
(115,141,123)
#809888
(128,152,136)
#8DA395
(141,163,149)
#9AAEA2
(154,174,162)
#A7B9AF
(167,185,175)
#B4C4BC
(180,196,188)
#C1CFC9
(193,207,201)
#CEDAD6
(206,218,214)
#DBE5E3
(219,229,227)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66826E color. Also use rgb(102,130,110) instead hex code.

Text Font Color

.myTextColor { color: #66826E; }

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

This text font color is #66826E.


Background Color

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

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

This div background color is #66826E.


Border color

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

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

This div border color is #66826E.


Opacity

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

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

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

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

This text has shadow with #66826E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #66826E on black background.


Color preview on white background

This text has color #66826E on white background.



Black color preview on #66826E background

This text has black color on #66826E background.


White color preview on #66826E background

This text has white color on #66826E background.