COLOR #667058

HEX: #667058
RGB: (102,112,88)

Color info

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

RGB color model

#667058 color RGB value is (102,112,88).

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

RGB channels and saturation

R 102 of 255 = 40%
G 112 of 255 = 44%
B 88 of 255 = 35%

102
112
88

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

Portions of RGB colors in percentages

R + G + B =
102 + 112 + 88 = 302 (100%)
R 102 of 302 ~ 33.77%
G 112 of 302 ~ 37.09%
B 88 of 302 ~ 29.14%

%33.77
%37.09
%29.14

CMYK color model

#667058 color CMYK value is (9,0,21,56).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 56.08%
CMYK:
(9,0,21,56)
C9M0Y21K56 
(9%,0%,21%,56%)
(0.09/0.00/0.21/0.56)	

CMYK percentages

%8.93
%0
%21.43
%56.08

Codes

Color #667058 in popluar color models

667058
RGB10211288
HSL85°12.00%39.22%
HSB/HSV85°21.43%43.92%
CMYK8.93%0.00%21.43%
56.08%

Color #667058 in popluar number systems.

HEX667058
Decimal10211288
Binary110011011100001011000
Octal146160130

Shades and tints

Shades of #667058

#667058
(102,112,88)
#5D6650
(93,102,80)
#545C48
(84,92,72)
#4B5240
(75,82,64)
#424838
(66,72,56)
#393E30
(57,62,48)
#303428
(48,52,40)
#272A20
(39,42,32)
#1E2018
(30,32,24)
#151610
(21,22,16)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #667058

#667058
(102,112,88)
#737D67
(115,125,103)
#808A76
(128,138,118)
#8D9785
(141,151,133)
#9AA494
(154,164,148)
#A7B1A3
(167,177,163)
#B4BEB2
(180,190,178)
#C1CBC1
(193,203,193)
#CED8D0
(206,216,208)
#DBE5DF
(219,229,223)
#E8F2EE
(232,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667058; }

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

This text font color is #667058.


Background Color

.myBgColor { background-color: #667058; }

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

This div background color is #667058.


Border color

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

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

This div border color is #667058.


Opacity

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

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

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

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

This text has shadow with #667058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667058 on black background.


Color preview on white background

This text has color #667058 on white background.



Black color preview on #667058 background

This text has black color on #667058 background.


White color preview on #667058 background

This text has white color on #667058 background.