COLOR #667B53

HEX: #667B53
RGB: (102,123,83)

Color info

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

RGB color model

#667B53 color RGB value is (102,123,83).

  • red value is 102;
  • green value is 123;
  • blue value is 83.
RGB:
(102,123,83)
(40%,48%,33%)

RGB channels and saturation

R 102 of 255 = 40%
G 123 of 255 = 48%
B 83 of 255 = 33%

102
123
83

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

Portions of RGB colors in percentages

R + G + B =
102 + 123 + 83 = 308 (100%)
R 102 of 308 ~ 33.12%
G 123 of 308 ~ 39.94%
B 83 of 308 ~ 26.95%

%33.12
%39.94
%26.95

CMYK color model

#667B53 color CMYK value is (17,0,33,52).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 51.76%
CMYK:
(17,0,33,52)
C17M0Y33K52 
(17%,0%,33%,52%)
(0.17/0.00/0.33/0.52)	

CMYK percentages

%17.07
%0
%32.52
%51.76

Codes

Color #667B53 in popluar color models

667B53
RGB10212383
HSL92°19.42%40.39%
HSB/HSV92°32.52%48.24%
CMYK17.07%0.00%32.52%
51.76%

Color #667B53 in popluar number systems.

HEX667B53
Decimal10212383
Binary110011011110111010011
Octal146173123

Shades and tints

Shades of #667B53

#667B53
(102,123,83)
#5D704C
(93,112,76)
#546545
(84,101,69)
#4B5A3E
(75,90,62)
#424F37
(66,79,55)
#394430
(57,68,48)
#303929
(48,57,41)
#272E22
(39,46,34)
#1E231B
(30,35,27)
#151814
(21,24,20)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #667B53

#667B53
(102,123,83)
#738762
(115,135,98)
#809371
(128,147,113)
#8D9F80
(141,159,128)
#9AAB8F
(154,171,143)
#A7B79E
(167,183,158)
#B4C3AD
(180,195,173)
#C1CFBC
(193,207,188)
#CEDBCB
(206,219,203)
#DBE7DA
(219,231,218)
#E8F3E9
(232,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667B53 color. Also use rgb(102,123,83) instead hex code.

Text Font Color

.myTextColor { color: #667B53; }

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

This text font color is #667B53.


Background Color

.myBgColor { background-color: #667B53; }

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

This div background color is #667B53.


Border color

.myBorderColor { border: 1px solid #667B53; }

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

This div border color is #667B53.


Opacity

.myOpacity80 { color: #667B53; opacity: 0.8; }

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

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

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

This text has shadow with #667B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667B53 on black background.


Color preview on white background

This text has color #667B53 on white background.



Black color preview on #667B53 background

This text has black color on #667B53 background.


White color preview on #667B53 background

This text has white color on #667B53 background.