COLOR #7CB595

HEX: #7CB595
RGB: (124,181,149)

Color info

#7CB595 contains red, green and blue colors in about the same proportion. Web safe color of #7CB595 is #66CC99 (or #6C9).

RGB color model

#7CB595 color RGB value is (124,181,149).

  • red value is 124;
  • green value is 181;
  • blue value is 149.
RGB:
(124,181,149)
(49%,71%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 181 of 255 = 71%
B 149 of 255 = 58%

124
181
149

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

Portions of RGB colors in percentages

R + G + B =
124 + 181 + 149 = 454 (100%)
R 124 of 454 ~ 27.31%
G 181 of 454 ~ 39.87%
B 149 of 454 ~ 32.82%

%27.31
%39.87
%32.82

CMYK color model

#7CB595 color CMYK value is (31,0,18,29).

  • cyan value is 31.49%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 29.02%
CMYK:
(31,0,18,29)
C31M0Y18K29 
(31%,0%,18%,29%)
(0.31/0.00/0.18/0.29)	

CMYK percentages

%31.49
%0
%17.68
%29.02

Codes

Color #7CB595 in popluar color models

7CB595
RGB124181149
HSL146°27.80%59.80%
HSB/HSV146°31.49%70.98%
CMYK31.49%0.00%17.68%
29.02%

Color #7CB595 in popluar number systems.

HEX7CB595
Decimal124181149
Binary11111001011010110010101
Octal174265225

Shades and tints

Shades of #7CB595

#7CB595
(124,181,149)
#71A588
(113,165,136)
#66957B
(102,149,123)
#5B856E
(91,133,110)
#507561
(80,117,97)
#456554
(69,101,84)
#3A5547
(58,85,71)
#2F453A
(47,69,58)
#24352D
(36,53,45)
#192520
(25,37,32)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #7CB595

#7CB595
(124,181,149)
#87BB9E
(135,187,158)
#92C1A7
(146,193,167)
#9DC7B0
(157,199,176)
#A8CDB9
(168,205,185)
#B3D3C2
(179,211,194)
#BED9CB
(190,217,203)
#C9DFD4
(201,223,212)
#D4E5DD
(212,229,221)
#DFEBE6
(223,235,230)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB595 color. Also use rgb(124,181,149) instead hex code.

Text Font Color

.myTextColor { color: #7CB595; }

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

This text font color is #7CB595.


Background Color

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

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

This div background color is #7CB595.


Border color

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

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

This div border color is #7CB595.


Opacity

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

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

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

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

This text has shadow with #7CB595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB595 on black background.


Color preview on white background

This text has color #7CB595 on white background.



Black color preview on #7CB595 background

This text has black color on #7CB595 background.


White color preview on #7CB595 background

This text has white color on #7CB595 background.