COLOR #667558

HEX: #667558
RGB: (102,117,88)

Color info

#667558 contains red, green and blue colors in about the same proportion. Web safe color of #667558 is #666666 (or #666).

RGB color model

#667558 color RGB value is (102,117,88).

  • red value is 102;
  • green value is 117;
  • blue value is 88.
RGB:
(102,117,88)
(40%,46%,35%)

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 88 of 255 = 35%

102
117
88

R + G + B ~ 40%. #667558 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 88 = 307 (100%)
R 102 of 307 ~ 33.22%
G 117 of 307 ~ 38.11%
B 88 of 307 ~ 28.66%

%33.22
%38.11
%28.66

CMYK color model

#667558 color CMYK value is (13,0,25,54).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 54.12%
CMYK:
(13,0,25,54)
C13M0Y25K54 
(13%,0%,25%,54%)
(0.13/0.00/0.25/0.54)	

CMYK percentages

%12.82
%0
%24.79
%54.12

Codes

Color #667558 in popluar color models

667558
RGB10211788
HSL91°14.15%40.20%
HSB/HSV91°24.79%45.88%
CMYK12.82%0.00%24.79%
54.12%

Color #667558 in popluar number systems.

HEX667558
Decimal10211788
Binary110011011101011011000
Octal146165130

Shades and tints

Shades of #667558

#667558
(102,117,88)
#5D6B50
(93,107,80)
#546148
(84,97,72)
#4B5740
(75,87,64)
#424D38
(66,77,56)
#394330
(57,67,48)
#303928
(48,57,40)
#272F20
(39,47,32)
#1E2518
(30,37,24)
#151B10
(21,27,16)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #667558

#667558
(102,117,88)
#738167
(115,129,103)
#808D76
(128,141,118)
#8D9985
(141,153,133)
#9AA594
(154,165,148)
#A7B1A3
(167,177,163)
#B4BDB2
(180,189,178)
#C1C9C1
(193,201,193)
#CED5D0
(206,213,208)
#DBE1DF
(219,225,223)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667558 color. Also use rgb(102,117,88) instead hex code.

Text Font Color

.myTextColor { color: #667558; }

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

This text font color is #667558.


Background Color

.myBgColor { background-color: #667558; }

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

This div background color is #667558.


Border color

.myBorderColor { border: 1px solid #667558; }

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

This div border color is #667558.


Opacity

.myOpacity80 { color: #667558; opacity: 0.8; }

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

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

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

This text has shadow with #667558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667558 on black background.


Color preview on white background

This text has color #667558 on white background.



Black color preview on #667558 background

This text has black color on #667558 background.


White color preview on #667558 background

This text has white color on #667558 background.