COLOR #7CB451

HEX: #7CB451
RGB: (124,180,81)

Color info

#7CB451 contains mainly red and green colors. Web safe color of #7CB451 is #66CC66 (or #6C6).

RGB color model

#7CB451 color RGB value is (124,180,81).

  • red value is 124;
  • green value is 180;
  • blue value is 81.
RGB:
(124,180,81)
(49%,71%,32%)

RGB channels and saturation

R 124 of 255 = 49%
G 180 of 255 = 71%
B 81 of 255 = 32%

124
180
81

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

Portions of RGB colors in percentages

R + G + B =
124 + 180 + 81 = 385 (100%)
R 124 of 385 ~ 32.21%
G 180 of 385 ~ 46.75%
B 81 of 385 ~ 21.04%

%32.21
%46.75
%21.04

CMYK color model

#7CB451 color CMYK value is (31,0,55,29).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 29.41%
CMYK:
(31,0,55,29)
C31M0Y55K29 
(31%,0%,55%,29%)
(0.31/0.00/0.55/0.29)	

CMYK percentages

%31.11
%0
%55
%29.41

Codes

Color #7CB451 in popluar color models

7CB451
RGB12418081
HSL94°39.76%51.18%
HSB/HSV94°55.00%70.59%
CMYK31.11%0.00%55.00%
29.41%

Color #7CB451 in popluar number systems.

HEX7CB451
Decimal12418081
Binary1111100101101001010001
Octal174264121

Shades and tints

Shades of #7CB451

#7CB451
(124,180,81)
#71A44A
(113,164,74)
#669443
(102,148,67)
#5B843C
(91,132,60)
#507435
(80,116,53)
#45642E
(69,100,46)
#3A5427
(58,84,39)
#2F4420
(47,68,32)
#243419
(36,52,25)
#192412
(25,36,18)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #7CB451

#7CB451
(124,180,81)
#87BA60
(135,186,96)
#92C06F
(146,192,111)
#9DC67E
(157,198,126)
#A8CC8D
(168,204,141)
#B3D29C
(179,210,156)
#BED8AB
(190,216,171)
#C9DEBA
(201,222,186)
#D4E4C9
(212,228,201)
#DFEAD8
(223,234,216)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB451 color. Also use rgb(124,180,81) instead hex code.

Text Font Color

.myTextColor { color: #7CB451; }

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

This text font color is #7CB451.


Background Color

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

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

This div background color is #7CB451.


Border color

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

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

This div border color is #7CB451.


Opacity

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

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

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

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

This text has shadow with #7CB451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB451 on black background.


Color preview on white background

This text has color #7CB451 on white background.



Black color preview on #7CB451 background

This text has black color on #7CB451 background.


White color preview on #7CB451 background

This text has white color on #7CB451 background.