COLOR #7C8E33

HEX: #7C8E33
RGB: (124,142,51)

Color info

#7C8E33 contains mainly red and green colors. Web safe color of #7C8E33 is #669933 (or #693).

RGB color model

#7C8E33 color RGB value is (124,142,51).

  • red value is 124;
  • green value is 142;
  • blue value is 51.
RGB:
(124,142,51)
(49%,56%,20%)

RGB channels and saturation

R 124 of 255 = 49%
G 142 of 255 = 56%
B 51 of 255 = 20%

124
142
51

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

Portions of RGB colors in percentages

R + G + B =
124 + 142 + 51 = 317 (100%)
R 124 of 317 ~ 39.12%
G 142 of 317 ~ 44.79%
B 51 of 317 ~ 16.09%

%39.12
%44.79
%16.09

CMYK color model

#7C8E33 color CMYK value is (13,0,64,44).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 64.08%
  • key color value is 44.31%
CMYK:
(13,0,64,44)
C13M0Y64K44 
(13%,0%,64%,44%)
(0.13/0.00/0.64/0.44)	

CMYK percentages

%12.68
%0
%64.08
%44.31

Codes

Color #7C8E33 in popluar color models

7C8E33
RGB12414251
HSL72°47.15%37.84%
HSB/HSV72°64.08%55.69%
CMYK12.68%0.00%64.08%
44.31%

Color #7C8E33 in popluar number systems.

HEX7C8E33
Decimal12414251
Binary111110010001110110011
Octal17421663

Shades and tints

Shades of #7C8E33

#7C8E33
(124,142,51)
#71822F
(113,130,47)
#66762B
(102,118,43)
#5B6A27
(91,106,39)
#505E23
(80,94,35)
#45521F
(69,82,31)
#3A461B
(58,70,27)
#2F3A17
(47,58,23)
#242E13
(36,46,19)
#19220F
(25,34,15)
#0E160B
(14,22,11)
#000000
(0,0,0)

Tints of #7C8E33

#7C8E33
(124,142,51)
#879845
(135,152,69)
#92A257
(146,162,87)
#9DAC69
(157,172,105)
#A8B67B
(168,182,123)
#B3C08D
(179,192,141)
#BECA9F
(190,202,159)
#C9D4B1
(201,212,177)
#D4DEC3
(212,222,195)
#DFE8D5
(223,232,213)
#EAF2E7
(234,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8E33 color. Also use rgb(124,142,51) instead hex code.

Text Font Color

.myTextColor { color: #7C8E33; }

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

This text font color is #7C8E33.


Background Color

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

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

This div background color is #7C8E33.


Border color

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

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

This div border color is #7C8E33.


Opacity

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

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

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

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

This text has shadow with #7C8E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8E33 on black background.


Color preview on white background

This text has color #7C8E33 on white background.



Black color preview on #7C8E33 background

This text has black color on #7C8E33 background.


White color preview on #7C8E33 background

This text has white color on #7C8E33 background.