COLOR #667510

HEX: #667510
RGB: (102,117,16)

Color info

#667510 contains mainly red and green colors. Web safe color of #667510 is #666600 (or #660).

RGB color model

#667510 color RGB value is (102,117,16).

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

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 16 of 255 = 6%

102
117
16

R + G + B ~ 31%. #667510 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 16 = 235 (100%)
R 102 of 235 ~ 43.4%
G 117 of 235 ~ 49.79%
B 16 of 235 ~ 6.81%

%43.4
%49.79

CMYK color model

#667510 color CMYK value is (13,0,86,54).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 86.32%
  • key color value is 54.12%
CMYK:
(13,0,86,54)
C13M0Y86K54 
(13%,0%,86%,54%)
(0.13/0.00/0.86/0.54)	

CMYK percentages

%12.82
%0
%86.32
%54.12

Codes

Color #667510 in popluar color models

667510
RGB10211716
HSL69°75.94%26.08%
HSB/HSV69°86.32%45.88%
CMYK12.82%0.00%86.32%
54.12%

Color #667510 in popluar number systems.

HEX667510
Decimal10211716
Binary1100110111010110000
Octal14616520

Shades and tints

Shades of #667510

#667510
(102,117,16)
#5D6B0F
(93,107,15)
#54610E
(84,97,14)
#4B570D
(75,87,13)
#424D0C
(66,77,12)
#39430B
(57,67,11)
#30390A
(48,57,10)
#272F09
(39,47,9)
#1E2508
(30,37,8)
#151B07
(21,27,7)
#0C1106
(12,17,6)
#000000
(0,0,0)

Tints of #667510

#667510
(102,117,16)
#738125
(115,129,37)
#808D3A
(128,141,58)
#8D994F
(141,153,79)
#9AA564
(154,165,100)
#A7B179
(167,177,121)
#B4BD8E
(180,189,142)
#C1C9A3
(193,201,163)
#CED5B8
(206,213,184)
#DBE1CD
(219,225,205)
#E8EDE2
(232,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667510; }

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

This text font color is #667510.


Background Color

.myBgColor { background-color: #667510; }

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

This div background color is #667510.


Border color

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

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

This div border color is #667510.


Opacity

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

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

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

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

This text has shadow with #667510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667510 on black background.


Color preview on white background

This text has color #667510 on white background.



Black color preview on #667510 background

This text has black color on #667510 background.


White color preview on #667510 background

This text has white color on #667510 background.