COLOR #4B8E50

HEX: #4B8E50
RGB: (75,142,80)

Renk bilgisi

#4B8E50 contains mainly green color. #4B8E50 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4B8E50 color RGB value is (75,142,80).

  • kırmız ton 75;
  • yeşil ton 142;
  • mavi ton 80.
RGB:
(75,142,80)
(29%,56%,31%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 142 of 255 = 56%
B 80 of 255 = 31%

75
142
80

R + G + B ~ 39%. #4B8E50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 142 + 80 = 297 (100%)
R 75 of 297 ~ 25.25%
G 142 of 297 ~ 47.81%
B 80 of 297 ~ 26.94%

%25.25
%47.81
%26.94

CMYK RENK MODELİ

#4B8E50 rengi CMYK tonu (47,0,44,44).

  • camgöbeği tonu 47.18%
  • eflatun tonu 0.00%
  • sarı tonu 43.66%
  • ana renk tonu 44.31%
CMYK:
(47,0,44,44)
C47M0Y44K44 
(47%,0%,44%,44%)
(0.47/0.00/0.44/0.44)	

CMYK yüzdeleri

%47.18
%0
%43.66
%44.31

Codes

Color #4B8E50 in popluar color models

4B8E50
RGB7514280
HSL124°30.88%42.55%
HSB/HSV124°47.18%55.69%
CMYK47.18%0.00%43.66%
44.31%

Color #4B8E50 in popluar number systems.

HEX4B8E50
Decimal7514280
Binary1001011100011101010000
Octal113216120

Shades and tints

Shades of #4B8E50

#4B8E50
(75,142,80)
#458249
(69,130,73)
#3F7642
(63,118,66)
#396A3B
(57,106,59)
#335E34
(51,94,52)
#2D522D
(45,82,45)
#274626
(39,70,38)
#213A1F
(33,58,31)
#1B2E18
(27,46,24)
#152211
(21,34,17)
#0F160A
(15,22,10)
#000000
(0,0,0)

Tints of #4B8E50

#4B8E50
(75,142,80)
#5B985F
(91,152,95)
#6BA26E
(107,162,110)
#7BAC7D
(123,172,125)
#8BB68C
(139,182,140)
#9BC09B
(155,192,155)
#ABCAAA
(171,202,170)
#BBD4B9
(187,212,185)
#CBDEC8
(203,222,200)
#DBE8D7
(219,232,215)
#EBF2E6
(235,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8E50 color. Also use rgb(75,142,80) instead hex code.

Text Font Color

.myTextColor { color: #4B8E50; }

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

This text font color is #4B8E50.


Background Color

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

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

This div background color is #4B8E50.


Border color

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

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

This div border color is #4B8E50.


Opacity

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

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

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

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

This text has shadow with #4B8E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8E50 on black background.


Color preview on white background

This text has color #4B8E50 on white background.



Black color preview on #4B8E50 background

This text has black color on #4B8E50 background.


White color preview on #4B8E50 background

This text has white color on #4B8E50 background.