COLOR #4BB130

HEX: #4BB130
RGB: (75,177,48)

Renk bilgisi

#4BB130 contains mainly green color. #4BB130 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#4BB130 color RGB value is (75,177,48).

  • kırmız ton 75;
  • yeşil ton 177;
  • mavi ton 48.
RGB:
(75,177,48)
(29%,69%,19%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 177 of 255 = 69%
B 48 of 255 = 19%

75
177
48

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 177 + 48 = 300 (100%)
R 75 of 300 ~ 25%
G 177 of 300 ~ 59%
B 48 of 300 ~ 16%

%25
%59
%16

CMYK RENK MODELİ

#4BB130 rengi CMYK tonu (58,0,73,31).

  • camgöbeği tonu 57.63%
  • eflatun tonu 0.00%
  • sarı tonu 72.88%
  • ana renk tonu 30.59%
CMYK:
(58,0,73,31)
C58M0Y73K31 
(58%,0%,73%,31%)
(0.58/0.00/0.73/0.31)	

CMYK yüzdeleri

%57.63
%0
%72.88
%30.59

Codes

Color #4BB130 in popluar color models

4BB130
RGB7517748
HSL107°57.33%44.12%
HSB/HSV107°72.88%69.41%
CMYK57.63%0.00%72.88%
30.59%

Color #4BB130 in popluar number systems.

HEX4BB130
Decimal7517748
Binary100101110110001110000
Octal11326160

Shades and tints

Shades of #4BB130

#4BB130
(75,177,48)
#45A12C
(69,161,44)
#3F9128
(63,145,40)
#398124
(57,129,36)
#337120
(51,113,32)
#2D611C
(45,97,28)
#275118
(39,81,24)
#214114
(33,65,20)
#1B3110
(27,49,16)
#15210C
(21,33,12)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #4BB130

#4BB130
(75,177,48)
#5BB842
(91,184,66)
#6BBF54
(107,191,84)
#7BC666
(123,198,102)
#8BCD78
(139,205,120)
#9BD48A
(155,212,138)
#ABDB9C
(171,219,156)
#BBE2AE
(187,226,174)
#CBE9C0
(203,233,192)
#DBF0D2
(219,240,210)
#EBF7E4
(235,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BB130 color. Also use rgb(75,177,48) instead hex code.

Text Font Color

.myTextColor { color: #4BB130; }

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

This text font color is #4BB130.


Background Color

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

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

This div background color is #4BB130.


Border color

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

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

This div border color is #4BB130.


Opacity

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

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

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

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

This text has shadow with #4BB130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BB130 on black background.


Color preview on white background

This text has color #4BB130 on white background.



Black color preview on #4BB130 background

This text has black color on #4BB130 background.


White color preview on #4BB130 background

This text has white color on #4BB130 background.