COLOR #667B54

HEX: #667B54 RGB: (102,123,84)

Color info

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

RGB color model

#667B54 color RGB value is (102,123,84).

RGB: (102,123,84) (40%, 48%, 33%)

RGB channels and saturation

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

102
123
84

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

Portions of RGB colors in percentages

R + G + B = 102 + 123 + 84 = 309 (100%)
R 102 of 309 ~ 33.01%
G 123 of 309 ~ 39.81%
B 84 of 309 ~ 27.18'%

%33.01
%39.81
%27.18

CMYK color model

#667B54 color CMYK value is (17,0,32,52).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 51.76%

CMYK: (17,0,32,52)
C17M0Y32K52 (17%, 0%, 32%, 52%)
(0.17 / 0.00 / 0.32 / 0.52)

CMYK percentages

%17.07
%0
%31.71
%51.76

Codes

Color #667B54 in popluar color models

66 7B 54
RGB 102 123 84
HSL 92° 18.84% 40.59%
HSB/HSV 92° 31.71% 48.24%
CMYK 17.07% 0.00% 31.71%
51.76%

Color #667B54 in popluar number systems.

HEX 66 7B 54
Decimal 102 123 84
Binary 1100110 1111011 1010100
Octal 146 173 124

Shades and tints

Shades of #667B54

#667B54
(102,123,84)
#5D704D
(93,112,77)
#546546
(84,101,70)
#4B5A3F
(75,90,63)
#424F38
(66,79,56)
#394431
(57,68,49)
#30392A
(48,57,42)
#272E23
(39,46,35)
#1E231C
(30,35,28)
#151815
(21,24,21)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #667B54

#667B54
(102,123,84)
#738763
(115,135,99)
#809372
(128,147,114)
#8D9F81
(141,159,129)
#9AAB90
(154,171,144)
#A7B79F
(167,183,159)
#B4C3AE
(180,195,174)
#C1CFBD
(193,207,189)
#CEDBCC
(206,219,204)
#DBE7DB
(219,231,219)
#E8F3EA
(232,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667B54; }

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

This text font color is #667B54.

Background Color

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

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

This div background color is #667B54.

Border color

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

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

This div border color is #667B54.

Opacity

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

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

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

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

This text has shadow with #667B54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667B54.

Preview

Color preview on black background

This text has color #667B54 on black background.


Color preview on white background

This text has color #667B54 on white background.


Black color preview on #667B54 background

This text has black color on #667B54 background.


White color preview on #667B54 background

This text has white color on #667B54 background.


Related colors

Complementary color

Complementary color for #hex is #9984AB.


I love getcolorcode.com

Triadic colors

1 #54667B and #7B5466 with #667B54 are triadic colors.

2 #547B66 and #7B6654 with #667B54 are triadic colors.