COLOR #4CB597

HEX: #4CB597
RGB: (76,181,151)

Renk bilgisi

#4CB597 contains mainly green and blue colors. #4CB597 ‘ nin web güvenlik rengi #33CC99 (ya da #3C9) dir.

RGB renk modeli

#4CB597 color RGB value is (76,181,151).

  • kırmız ton 76;
  • yeşil ton 181;
  • mavi ton 151.
RGB:
(76,181,151)
(30%,71%,59%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 181 of 255 = 71%
B 151 of 255 = 59%

76
181
151

R + G + B ~ 53%. #4CB597 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 181 + 151 = 408 (100%)
R 76 of 408 ~ 18.63%
G 181 of 408 ~ 44.36%
B 151 of 408 ~ 37.01%

%18.63
%44.36
%37.01

CMYK RENK MODELİ

#4CB597 rengi CMYK tonu (58,0,17,29).

  • camgöbeği tonu 58.01%
  • eflatun tonu 0.00%
  • sarı tonu 16.57%
  • ana renk tonu 29.02%
CMYK:
(58,0,17,29)
C58M0Y17K29 
(58%,0%,17%,29%)
(0.58/0.00/0.17/0.29)	

CMYK yüzdeleri

%58.01
%0
%16.57
%29.02

Codes

Color #4CB597 in popluar color models

4CB597
RGB76181151
HSL163°41.50%50.39%
HSB/HSV163°58.01%70.98%
CMYK58.01%0.00%16.57%
29.02%

Color #4CB597 in popluar number systems.

HEX4CB597
Decimal76181151
Binary10011001011010110010111
Octal114265227

Shades and tints

Shades of #4CB597

#4CB597
(76,181,151)
#46A58A
(70,165,138)
#40957D
(64,149,125)
#3A8570
(58,133,112)
#347563
(52,117,99)
#2E6556
(46,101,86)
#285549
(40,85,73)
#22453C
(34,69,60)
#1C352F
(28,53,47)
#162522
(22,37,34)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #4CB597

#4CB597
(76,181,151)
#5CBBA0
(92,187,160)
#6CC1A9
(108,193,169)
#7CC7B2
(124,199,178)
#8CCDBB
(140,205,187)
#9CD3C4
(156,211,196)
#ACD9CD
(172,217,205)
#BCDFD6
(188,223,214)
#CCE5DF
(204,229,223)
#DCEBE8
(220,235,232)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB597 color. Also use rgb(76,181,151) instead hex code.

Text Font Color

.myTextColor { color: #4CB597; }

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

This text font color is #4CB597.


Background Color

.myBgColor { background-color: #4CB597; }

<div style="background-color:#4CB597">Inner text</div>

This div background color is #4CB597.


Border color

.myBorderColor { border: 1px solid #4CB597; }

<div style="border:3px solid #4CB597">Div</div>

This div border color is #4CB597.


Opacity

.myOpacity80 { color: #4CB597; opacity: 0.8; }

<p style="color:#4CB597;opacity:0.8;">80%</p>

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

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

This text has shadow with #4CB597 color.

.textShadow {text-shadow: 3px 3px 1px #4CB597, 3px 3px 1px red;}

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

This text has shadow with #4CB597 primary color and red secondary color.


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

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

This text has shadow with #4CB597 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB597 on black background.


Color preview on white background

This text has color #4CB597 on white background.



Black color preview on #4CB597 background

This text has black color on #4CB597 background.


White color preview on #4CB597 background

This text has white color on #4CB597 background.