COLOR #7CA23B

HEX: #7CA23B
RGB: (124,162,59)

Color info

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

RGB color model

#7CA23B color RGB value is (124,162,59).

  • red value is 124;
  • green value is 162;
  • blue value is 59.
RGB:
(124,162,59)
(49%,64%,23%)

RGB channels and saturation

R 124 of 255 = 49%
G 162 of 255 = 64%
B 59 of 255 = 23%

124
162
59

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

Portions of RGB colors in percentages

R + G + B =
124 + 162 + 59 = 345 (100%)
R 124 of 345 ~ 35.94%
G 162 of 345 ~ 46.96%
B 59 of 345 ~ 17.1%

%35.94
%46.96
%17.1

CMYK color model

#7CA23B color CMYK value is (23,0,64,36).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 63.58%
  • key color value is 36.47%
CMYK:
(23,0,64,36)
C23M0Y64K36 
(23%,0%,64%,36%)
(0.23/0.00/0.64/0.36)	

CMYK percentages

%23.46
%0
%63.58
%36.47

Codes

Color #7CA23B in popluar color models

7CA23B
RGB12416259
HSL82°46.61%43.33%
HSB/HSV82°63.58%63.53%
CMYK23.46%0.00%63.58%
36.47%

Color #7CA23B in popluar number systems.

HEX7CA23B
Decimal12416259
Binary111110010100010111011
Octal17424273

Shades and tints

Shades of #7CA23B

#7CA23B
(124,162,59)
#719436
(113,148,54)
#668631
(102,134,49)
#5B782C
(91,120,44)
#506A27
(80,106,39)
#455C22
(69,92,34)
#3A4E1D
(58,78,29)
#2F4018
(47,64,24)
#243213
(36,50,19)
#19240E
(25,36,14)
#0E1609
(14,22,9)
#000000
(0,0,0)

Tints of #7CA23B

#7CA23B
(124,162,59)
#87AA4C
(135,170,76)
#92B25D
(146,178,93)
#9DBA6E
(157,186,110)
#A8C27F
(168,194,127)
#B3CA90
(179,202,144)
#BED2A1
(190,210,161)
#C9DAB2
(201,218,178)
#D4E2C3
(212,226,195)
#DFEAD4
(223,234,212)
#EAF2E5
(234,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA23B color. Also use rgb(124,162,59) instead hex code.

Text Font Color

.myTextColor { color: #7CA23B; }

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

This text font color is #7CA23B.


Background Color

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

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

This div background color is #7CA23B.


Border color

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

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

This div border color is #7CA23B.


Opacity

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

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

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

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

This text has shadow with #7CA23B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA23B on black background.


Color preview on white background

This text has color #7CA23B on white background.



Black color preview on #7CA23B background

This text has black color on #7CA23B background.


White color preview on #7CA23B background

This text has white color on #7CA23B background.