COLOR #7C8667

HEX: #7C8667
RGB: (124,134,103)

Color info

#7C8667 contains red, green and blue colors in about the same proportion. Web safe color of #7C8667 is #669966 (or #696).

RGB color model

#7C8667 color RGB value is (124,134,103).

  • red value is 124;
  • green value is 134;
  • blue value is 103.
RGB:
(124,134,103)
(49%,53%,40%)

RGB channels and saturation

R 124 of 255 = 49%
G 134 of 255 = 53%
B 103 of 255 = 40%

124
134
103

R + G + B ~ 47%. #7C8667 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 134 + 103 = 361 (100%)
R 124 of 361 ~ 34.35%
G 134 of 361 ~ 37.12%
B 103 of 361 ~ 28.53%

%34.35
%37.12
%28.53

CMYK color model

#7C8667 color CMYK value is (7,0,23,47).

  • cyan value is 7.46%
  • magenta value is 0.00%
  • yellow value is 23.13%
  • key color value is 47.45%
CMYK:
(7,0,23,47)
C7M0Y23K47 
(7%,0%,23%,47%)
(0.07/0.00/0.23/0.47)	

CMYK percentages

%7.46
%0
%23.13
%47.45

Codes

Color #7C8667 in popluar color models

7C8667
RGB124134103
HSL79°13.08%46.47%
HSB/HSV79°23.13%52.55%
CMYK7.46%0.00%23.13%
47.45%

Color #7C8667 in popluar number systems.

HEX7C8667
Decimal124134103
Binary1111100100001101100111
Octal174206147

Shades and tints

Shades of #7C8667

#7C8667
(124,134,103)
#717A5E
(113,122,94)
#666E55
(102,110,85)
#5B624C
(91,98,76)
#505643
(80,86,67)
#454A3A
(69,74,58)
#3A3E31
(58,62,49)
#2F3228
(47,50,40)
#24261F
(36,38,31)
#191A16
(25,26,22)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #7C8667

#7C8667
(124,134,103)
#879174
(135,145,116)
#929C81
(146,156,129)
#9DA78E
(157,167,142)
#A8B29B
(168,178,155)
#B3BDA8
(179,189,168)
#BEC8B5
(190,200,181)
#C9D3C2
(201,211,194)
#D4DECF
(212,222,207)
#DFE9DC
(223,233,220)
#EAF4E9
(234,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8667 color. Also use rgb(124,134,103) instead hex code.

Text Font Color

.myTextColor { color: #7C8667; }

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

This text font color is #7C8667.


Background Color

.myBgColor { background-color: #7C8667; }

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

This div background color is #7C8667.


Border color

.myBorderColor { border: 1px solid #7C8667; }

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

This div border color is #7C8667.


Opacity

.myOpacity80 { color: #7C8667; opacity: 0.8; }

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

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

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

This text has shadow with #7C8667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8667 on black background.


Color preview on white background

This text has color #7C8667 on white background.



Black color preview on #7C8667 background

This text has black color on #7C8667 background.


White color preview on #7C8667 background

This text has white color on #7C8667 background.