COLOR #4B974A

HEX: #4B974A
RGB: (75,151,74)

Renk bilgisi

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

RGB renk modeli

#4B974A color RGB value is (75,151,74).

  • kırmız ton 75;
  • yeşil ton 151;
  • mavi ton 74.
RGB:
(75,151,74)
(29%,59%,29%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 151 of 255 = 59%
B 74 of 255 = 29%

75
151
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 151 + 74 = 300 (100%)
R 75 of 300 ~ 25%
G 151 of 300 ~ 50.33%
B 74 of 300 ~ 24.67%

%25
%50.33
%24.67

CMYK RENK MODELİ

#4B974A rengi CMYK tonu (50,0,51,41).

  • camgöbeği tonu 50.33%
  • eflatun tonu 0.00%
  • sarı tonu 50.99%
  • ana renk tonu 40.78%
CMYK:
(50,0,51,41)
C50M0Y51K41 
(50%,0%,51%,41%)
(0.50/0.00/0.51/0.41)	

CMYK yüzdeleri

%50.33
%0
%50.99
%40.78

Codes

Color #4B974A in popluar color models

4B974A
RGB7515174
HSL119°34.22%44.12%
HSB/HSV119°50.99%59.22%
CMYK50.33%0.00%50.99%
40.78%

Color #4B974A in popluar number systems.

HEX4B974A
Decimal7515174
Binary1001011100101111001010
Octal113227112

Shades and tints

Shades of #4B974A

#4B974A
(75,151,74)
#458A44
(69,138,68)
#3F7D3E
(63,125,62)
#397038
(57,112,56)
#336332
(51,99,50)
#2D562C
(45,86,44)
#274926
(39,73,38)
#213C20
(33,60,32)
#1B2F1A
(27,47,26)
#152214
(21,34,20)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #4B974A

#4B974A
(75,151,74)
#5BA05A
(91,160,90)
#6BA96A
(107,169,106)
#7BB27A
(123,178,122)
#8BBB8A
(139,187,138)
#9BC49A
(155,196,154)
#ABCDAA
(171,205,170)
#BBD6BA
(187,214,186)
#CBDFCA
(203,223,202)
#DBE8DA
(219,232,218)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B974A color. Also use rgb(75,151,74) instead hex code.

Text Font Color

.myTextColor { color: #4B974A; }

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

This text font color is #4B974A.


Background Color

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

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

This div background color is #4B974A.


Border color

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

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

This div border color is #4B974A.


Opacity

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

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

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

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

This text has shadow with #4B974A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B974A on black background.


Color preview on white background

This text has color #4B974A on white background.



Black color preview on #4B974A background

This text has black color on #4B974A background.


White color preview on #4B974A background

This text has white color on #4B974A background.