COLOR #7C8A11

HEX: #7C8A11
RGB: (124,138,17)

Color info

#7C8A11 contains mainly red and green colors. Web safe color of #7C8A11 is #669900 (or #690).

RGB color model

#7C8A11 color RGB value is (124,138,17).

  • red value is 124;
  • green value is 138;
  • blue value is 17.
RGB:
(124,138,17)
(49%,54%,7%)

RGB channels and saturation

R 124 of 255 = 49%
G 138 of 255 = 54%
B 17 of 255 = 7%

124
138
17

R + G + B ~ 37%. #7C8A11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 138 + 17 = 279 (100%)
R 124 of 279 ~ 44.44%
G 138 of 279 ~ 49.46%
B 17 of 279 ~ 6.09%

%44.44
%49.46

CMYK color model

#7C8A11 color CMYK value is (10,0,88,46).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 87.68%
  • key color value is 45.88%
CMYK:
(10,0,88,46)
C10M0Y88K46 
(10%,0%,88%,46%)
(0.10/0.00/0.88/0.46)	

CMYK percentages

%10.14
%0
%87.68
%45.88

Codes

Color #7C8A11 in popluar color models

7C8A11
RGB12413817
HSL67°78.06%30.39%
HSB/HSV67°87.68%54.12%
CMYK10.14%0.00%87.68%
45.88%

Color #7C8A11 in popluar number systems.

HEX7C8A11
Decimal12413817
Binary11111001000101010001
Octal17421221

Shades and tints

Shades of #7C8A11

#7C8A11
(124,138,17)
#717E10
(113,126,16)
#66720F
(102,114,15)
#5B660E
(91,102,14)
#505A0D
(80,90,13)
#454E0C
(69,78,12)
#3A420B
(58,66,11)
#2F360A
(47,54,10)
#242A09
(36,42,9)
#191E08
(25,30,8)
#0E1207
(14,18,7)
#000000
(0,0,0)

Tints of #7C8A11

#7C8A11
(124,138,17)
#879426
(135,148,38)
#929E3B
(146,158,59)
#9DA850
(157,168,80)
#A8B265
(168,178,101)
#B3BC7A
(179,188,122)
#BEC68F
(190,198,143)
#C9D0A4
(201,208,164)
#D4DAB9
(212,218,185)
#DFE4CE
(223,228,206)
#EAEEE3
(234,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8A11 color. Also use rgb(124,138,17) instead hex code.

Text Font Color

.myTextColor { color: #7C8A11; }

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

This text font color is #7C8A11.


Background Color

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

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

This div background color is #7C8A11.


Border color

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

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

This div border color is #7C8A11.


Opacity

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

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

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

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

This text has shadow with #7C8A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8A11 on black background.


Color preview on white background

This text has color #7C8A11 on white background.



Black color preview on #7C8A11 background

This text has black color on #7C8A11 background.


White color preview on #7C8A11 background

This text has white color on #7C8A11 background.