COLOR #7CA39C

HEX: #7CA39C
RGB: (124,163,156)

Color info

#7CA39C contains red, green and blue colors in about the same proportion. Web safe color of #7CA39C is #669999 (or #699).

RGB color model

#7CA39C color RGB value is (124,163,156).

  • red value is 124;
  • green value is 163;
  • blue value is 156.
RGB:
(124,163,156)
(49%,64%,61%)

RGB channels and saturation

R 124 of 255 = 49%
G 163 of 255 = 64%
B 156 of 255 = 61%

124
163
156

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

Portions of RGB colors in percentages

R + G + B =
124 + 163 + 156 = 443 (100%)
R 124 of 443 ~ 27.99%
G 163 of 443 ~ 36.79%
B 156 of 443 ~ 35.21%

%27.99
%36.79
%35.21

CMYK color model

#7CA39C color CMYK value is (24,0,4,36).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 36.08%
CMYK:
(24,0,4,36)
C24M0Y4K36 
(24%,0%,4%,36%)
(0.24/0.00/0.04/0.36)	

CMYK percentages

%23.93
%0
%4.29
%36.08

Codes

Color #7CA39C in popluar color models

7CA39C
RGB124163156
HSL169°17.49%56.27%
HSB/HSV169°23.93%63.92%
CMYK23.93%0.00%4.29%
36.08%

Color #7CA39C in popluar number systems.

HEX7CA39C
Decimal124163156
Binary11111001010001110011100
Octal174243234

Shades and tints

Shades of #7CA39C

#7CA39C
(124,163,156)
#71958E
(113,149,142)
#668780
(102,135,128)
#5B7972
(91,121,114)
#506B64
(80,107,100)
#455D56
(69,93,86)
#3A4F48
(58,79,72)
#2F413A
(47,65,58)
#24332C
(36,51,44)
#19251E
(25,37,30)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #7CA39C

#7CA39C
(124,163,156)
#87ABA5
(135,171,165)
#92B3AE
(146,179,174)
#9DBBB7
(157,187,183)
#A8C3C0
(168,195,192)
#B3CBC9
(179,203,201)
#BED3D2
(190,211,210)
#C9DBDB
(201,219,219)
#D4E3E4
(212,227,228)
#DFEBED
(223,235,237)
#EAF3F6
(234,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA39C color. Also use rgb(124,163,156) instead hex code.

Text Font Color

.myTextColor { color: #7CA39C; }

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

This text font color is #7CA39C.


Background Color

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

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

This div background color is #7CA39C.


Border color

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

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

This div border color is #7CA39C.


Opacity

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

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

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

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

This text has shadow with #7CA39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA39C on black background.


Color preview on white background

This text has color #7CA39C on white background.



Black color preview on #7CA39C background

This text has black color on #7CA39C background.


White color preview on #7CA39C background

This text has white color on #7CA39C background.