COLOR #7CB377

HEX: #7CB377
RGB: (124,179,119)

Renk bilgisi

#7CB377 contains mainly red and green colors. #7CB377 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#7CB377 color RGB value is (124,179,119).

  • kırmız ton 124;
  • yeşil ton 179;
  • mavi ton 119.
RGB:
(124,179,119)
(49%,70%,47%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 179 of 255 = 70%
B 119 of 255 = 47%

124
179
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 179 + 119 = 422 (100%)
R 124 of 422 ~ 29.38%
G 179 of 422 ~ 42.42%
B 119 of 422 ~ 28.2%

%29.38
%42.42
%28.2

CMYK RENK MODELİ

#7CB377 rengi CMYK tonu (31,0,34,30).

  • camgöbeği tonu 30.73%
  • eflatun tonu 0.00%
  • sarı tonu 33.52%
  • ana renk tonu 29.80%
CMYK:
(31,0,34,30)
C31M0Y34K30 
(31%,0%,34%,30%)
(0.31/0.00/0.34/0.30)	

CMYK yüzdeleri

%30.73
%0
%33.52
%29.8

Codes

Color #7CB377 in popluar color models

7CB377
RGB124179119
HSL115°28.30%58.43%
HSB/HSV115°33.52%70.20%
CMYK30.73%0.00%33.52%
29.80%

Color #7CB377 in popluar number systems.

HEX7CB377
Decimal124179119
Binary1111100101100111110111
Octal174263167

Shades and tints

Shades of #7CB377

#7CB377
(124,179,119)
#71A36D
(113,163,109)
#669363
(102,147,99)
#5B8359
(91,131,89)
#50734F
(80,115,79)
#456345
(69,99,69)
#3A533B
(58,83,59)
#2F4331
(47,67,49)
#243327
(36,51,39)
#19231D
(25,35,29)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #7CB377

#7CB377
(124,179,119)
#87B983
(135,185,131)
#92BF8F
(146,191,143)
#9DC59B
(157,197,155)
#A8CBA7
(168,203,167)
#B3D1B3
(179,209,179)
#BED7BF
(190,215,191)
#C9DDCB
(201,221,203)
#D4E3D7
(212,227,215)
#DFE9E3
(223,233,227)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB377 color. Also use rgb(124,179,119) instead hex code.

Text Font Color

.myTextColor { color: #7CB377; }

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

This text font color is #7CB377.


Background Color

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

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

This div background color is #7CB377.


Border color

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

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

This div border color is #7CB377.


Opacity

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

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

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

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

This text has shadow with #7CB377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB377 on black background.


Color preview on white background

This text has color #7CB377 on white background.



Black color preview on #7CB377 background

This text has black color on #7CB377 background.


White color preview on #7CB377 background

This text has white color on #7CB377 background.