COLOR #4B9D39

HEX: #4B9D39
RGB: (75,157,57)

Renk bilgisi

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

RGB renk modeli

#4B9D39 color RGB value is (75,157,57).

  • kırmız ton 75;
  • yeşil ton 157;
  • mavi ton 57.
RGB:
(75,157,57)
(29%,62%,22%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 157 of 255 = 62%
B 57 of 255 = 22%

75
157
57

R + G + B ~ 38%. #4B9D39 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 157 + 57 = 289 (100%)
R 75 of 289 ~ 25.95%
G 157 of 289 ~ 54.33%
B 57 of 289 ~ 19.72%

%25.95
%54.33
%19.72

CMYK RENK MODELİ

#4B9D39 rengi CMYK tonu (52,0,64,38).

  • camgöbeği tonu 52.23%
  • eflatun tonu 0.00%
  • sarı tonu 63.69%
  • ana renk tonu 38.43%
CMYK:
(52,0,64,38)
C52M0Y64K38 
(52%,0%,64%,38%)
(0.52/0.00/0.64/0.38)	

CMYK yüzdeleri

%52.23
%0
%63.69
%38.43

Codes

Color #4B9D39 in popluar color models

4B9D39
RGB7515757
HSL109°46.73%41.96%
HSB/HSV109°63.69%61.57%
CMYK52.23%0.00%63.69%
38.43%

Color #4B9D39 in popluar number systems.

HEX4B9D39
Decimal7515757
Binary100101110011101111001
Octal11323571

Shades and tints

Shades of #4B9D39

#4B9D39
(75,157,57)
#458F34
(69,143,52)
#3F812F
(63,129,47)
#39732A
(57,115,42)
#336525
(51,101,37)
#2D5720
(45,87,32)
#27491B
(39,73,27)
#213B16
(33,59,22)
#1B2D11
(27,45,17)
#151F0C
(21,31,12)
#0F1107
(15,17,7)
#000000
(0,0,0)

Tints of #4B9D39

#4B9D39
(75,157,57)
#5BA54B
(91,165,75)
#6BAD5D
(107,173,93)
#7BB56F
(123,181,111)
#8BBD81
(139,189,129)
#9BC593
(155,197,147)
#ABCDA5
(171,205,165)
#BBD5B7
(187,213,183)
#CBDDC9
(203,221,201)
#DBE5DB
(219,229,219)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9D39 color. Also use rgb(75,157,57) instead hex code.

Text Font Color

.myTextColor { color: #4B9D39; }

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

This text font color is #4B9D39.


Background Color

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

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

This div background color is #4B9D39.


Border color

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

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

This div border color is #4B9D39.


Opacity

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

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

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

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

This text has shadow with #4B9D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9D39 on black background.


Color preview on white background

This text has color #4B9D39 on white background.



Black color preview on #4B9D39 background

This text has black color on #4B9D39 background.


White color preview on #4B9D39 background

This text has white color on #4B9D39 background.