COLOR #4B9562

HEX: #4B9562
RGB: (75,149,98)

Renk bilgisi

#4B9562 contains mainly green and blue colors. #4B9562 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4B9562 color RGB value is (75,149,98).

  • kırmız ton 75;
  • yeşil ton 149;
  • mavi ton 98.
RGB:
(75,149,98)
(29%,58%,38%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 149 of 255 = 58%
B 98 of 255 = 38%

75
149
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 149 + 98 = 322 (100%)
R 75 of 322 ~ 23.29%
G 149 of 322 ~ 46.27%
B 98 of 322 ~ 30.43%

%23.29
%46.27
%30.43

CMYK RENK MODELİ

#4B9562 rengi CMYK tonu (50,0,34,42).

  • camgöbeği tonu 49.66%
  • eflatun tonu 0.00%
  • sarı tonu 34.23%
  • ana renk tonu 41.57%
CMYK:
(50,0,34,42)
C50M0Y34K42 
(50%,0%,34%,42%)
(0.50/0.00/0.34/0.42)	

CMYK yüzdeleri

%49.66
%0
%34.23
%41.57

Codes

Color #4B9562 in popluar color models

4B9562
RGB7514998
HSL139°33.04%43.92%
HSB/HSV139°49.66%58.43%
CMYK49.66%0.00%34.23%
41.57%

Color #4B9562 in popluar number systems.

HEX4B9562
Decimal7514998
Binary1001011100101011100010
Octal113225142

Shades and tints

Shades of #4B9562

#4B9562
(75,149,98)
#45885A
(69,136,90)
#3F7B52
(63,123,82)
#396E4A
(57,110,74)
#336142
(51,97,66)
#2D543A
(45,84,58)
#274732
(39,71,50)
#213A2A
(33,58,42)
#1B2D22
(27,45,34)
#15201A
(21,32,26)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #4B9562

#4B9562
(75,149,98)
#5B9E70
(91,158,112)
#6BA77E
(107,167,126)
#7BB08C
(123,176,140)
#8BB99A
(139,185,154)
#9BC2A8
(155,194,168)
#ABCBB6
(171,203,182)
#BBD4C4
(187,212,196)
#CBDDD2
(203,221,210)
#DBE6E0
(219,230,224)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9562 color. Also use rgb(75,149,98) instead hex code.

Text Font Color

.myTextColor { color: #4B9562; }

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

This text font color is #4B9562.


Background Color

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

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

This div background color is #4B9562.


Border color

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

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

This div border color is #4B9562.


Opacity

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

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

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

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

This text has shadow with #4B9562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9562 on black background.


Color preview on white background

This text has color #4B9562 on white background.



Black color preview on #4B9562 background

This text has black color on #4B9562 background.


White color preview on #4B9562 background

This text has white color on #4B9562 background.