COLOR #7CA47B

HEX: #7CA47B
RGB: (124,164,123)

Color info

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

RGB color model

#7CA47B color RGB value is (124,164,123).

  • red value is 124;
  • green value is 164;
  • blue value is 123.
RGB:
(124,164,123)
(49%,64%,48%)

RGB channels and saturation

R 124 of 255 = 49%
G 164 of 255 = 64%
B 123 of 255 = 48%

124
164
123

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

Portions of RGB colors in percentages

R + G + B =
124 + 164 + 123 = 411 (100%)
R 124 of 411 ~ 30.17%
G 164 of 411 ~ 39.9%
B 123 of 411 ~ 29.93%

%30.17
%39.9
%29.93

CMYK color model

#7CA47B color CMYK value is (24,0,25,36).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 35.69%
CMYK:
(24,0,25,36)
C24M0Y25K36 
(24%,0%,25%,36%)
(0.24/0.00/0.25/0.36)	

CMYK percentages

%24.39
%0
%25
%35.69

Codes

Color #7CA47B in popluar color models

7CA47B
RGB124164123
HSL119°18.39%56.27%
HSB/HSV119°25.00%64.31%
CMYK24.39%0.00%25.00%
35.69%

Color #7CA47B in popluar number systems.

HEX7CA47B
Decimal124164123
Binary1111100101001001111011
Octal174244173

Shades and tints

Shades of #7CA47B

#7CA47B
(124,164,123)
#719670
(113,150,112)
#668865
(102,136,101)
#5B7A5A
(91,122,90)
#506C4F
(80,108,79)
#455E44
(69,94,68)
#3A5039
(58,80,57)
#2F422E
(47,66,46)
#243423
(36,52,35)
#192618
(25,38,24)
#0E180D
(14,24,13)
#000000
(0,0,0)

Tints of #7CA47B

#7CA47B
(124,164,123)
#87AC87
(135,172,135)
#92B493
(146,180,147)
#9DBC9F
(157,188,159)
#A8C4AB
(168,196,171)
#B3CCB7
(179,204,183)
#BED4C3
(190,212,195)
#C9DCCF
(201,220,207)
#D4E4DB
(212,228,219)
#DFECE7
(223,236,231)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA47B color. Also use rgb(124,164,123) instead hex code.

Text Font Color

.myTextColor { color: #7CA47B; }

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

This text font color is #7CA47B.


Background Color

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

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

This div background color is #7CA47B.


Border color

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

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

This div border color is #7CA47B.


Opacity

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

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

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

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

This text has shadow with #7CA47B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA47B on black background.


Color preview on white background

This text has color #7CA47B on white background.



Black color preview on #7CA47B background

This text has black color on #7CA47B background.


White color preview on #7CA47B background

This text has white color on #7CA47B background.