COLOR #7CA398

HEX: #7CA398
RGB: (124,163,152)

Color info

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

RGB color model

#7CA398 color RGB value is (124,163,152).

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

RGB channels and saturation

R 124 of 255 = 49%
G 163 of 255 = 64%
B 152 of 255 = 60%

124
163
152

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

Portions of RGB colors in percentages

R + G + B =
124 + 163 + 152 = 439 (100%)
R 124 of 439 ~ 28.25%
G 163 of 439 ~ 37.13%
B 152 of 439 ~ 34.62%

%28.25
%37.13
%34.62

CMYK color model

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

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 36.08%
CMYK:
(24,0,7,36)
C24M0Y7K36 
(24%,0%,7%,36%)
(0.24/0.00/0.07/0.36)	

CMYK percentages

%23.93
%0
%6.75
%36.08

Codes

Color #7CA398 in popluar color models

7CA398
RGB124163152
HSL163°17.49%56.27%
HSB/HSV163°23.93%63.92%
CMYK23.93%0.00%6.75%
36.08%

Color #7CA398 in popluar number systems.

HEX7CA398
Decimal124163152
Binary11111001010001110011000
Octal174243230

Shades and tints

Shades of #7CA398

#7CA398
(124,163,152)
#71958B
(113,149,139)
#66877E
(102,135,126)
#5B7971
(91,121,113)
#506B64
(80,107,100)
#455D57
(69,93,87)
#3A4F4A
(58,79,74)
#2F413D
(47,65,61)
#243330
(36,51,48)
#192523
(25,37,35)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #7CA398

#7CA398
(124,163,152)
#87ABA1
(135,171,161)
#92B3AA
(146,179,170)
#9DBBB3
(157,187,179)
#A8C3BC
(168,195,188)
#B3CBC5
(179,203,197)
#BED3CE
(190,211,206)
#C9DBD7
(201,219,215)
#D4E3E0
(212,227,224)
#DFEBE9
(223,235,233)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA398; }

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

This text font color is #7CA398.


Background Color

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

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

This div background color is #7CA398.


Border color

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

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

This div border color is #7CA398.


Opacity

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

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

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

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

This text has shadow with #7CA398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA398 on black background.


Color preview on white background

This text has color #7CA398 on white background.



Black color preview on #7CA398 background

This text has black color on #7CA398 background.


White color preview on #7CA398 background

This text has white color on #7CA398 background.