COLOR #667335

HEX: #667335
RGB: (102,115,53)

Color info

#667335 contains mainly red and green colors. Web safe color of #667335 is #666633 (or #663).

RGB color model

#667335 color RGB value is (102,115,53).

  • red value is 102;
  • green value is 115;
  • blue value is 53.
RGB:
(102,115,53)
(40%,45%,21%)

RGB channels and saturation

R 102 of 255 = 40%
G 115 of 255 = 45%
B 53 of 255 = 21%

102
115
53

R + G + B ~ 35%. #667335 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 115 + 53 = 270 (100%)
R 102 of 270 ~ 37.78%
G 115 of 270 ~ 42.59%
B 53 of 270 ~ 19.63%

%37.78
%42.59
%19.63

CMYK color model

#667335 color CMYK value is (11,0,54,55).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 53.91%
  • key color value is 54.90%
CMYK:
(11,0,54,55)
C11M0Y54K55 
(11%,0%,54%,55%)
(0.11/0.00/0.54/0.55)	

CMYK percentages

%11.3
%0
%53.91
%54.9

Codes

Color #667335 in popluar color models

667335
RGB10211553
HSL73°36.90%32.94%
HSB/HSV73°53.91%45.10%
CMYK11.30%0.00%53.91%
54.90%

Color #667335 in popluar number systems.

HEX667335
Decimal10211553
Binary11001101110011110101
Octal14616365

Shades and tints

Shades of #667335

#667335
(102,115,53)
#5D6931
(93,105,49)
#545F2D
(84,95,45)
#4B5529
(75,85,41)
#424B25
(66,75,37)
#394121
(57,65,33)
#30371D
(48,55,29)
#272D19
(39,45,25)
#1E2315
(30,35,21)
#151911
(21,25,17)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #667335

#667335
(102,115,53)
#737F47
(115,127,71)
#808B59
(128,139,89)
#8D976B
(141,151,107)
#9AA37D
(154,163,125)
#A7AF8F
(167,175,143)
#B4BBA1
(180,187,161)
#C1C7B3
(193,199,179)
#CED3C5
(206,211,197)
#DBDFD7
(219,223,215)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667335 color. Also use rgb(102,115,53) instead hex code.

Text Font Color

.myTextColor { color: #667335; }

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

This text font color is #667335.


Background Color

.myBgColor { background-color: #667335; }

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

This div background color is #667335.


Border color

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

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

This div border color is #667335.


Opacity

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

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

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

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

This text has shadow with #667335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667335 on black background.


Color preview on white background

This text has color #667335 on white background.



Black color preview on #667335 background

This text has black color on #667335 background.


White color preview on #667335 background

This text has white color on #667335 background.