COLOR #4A784E

HEX: #4A784E
RGB: (74,120,78)

Renk bilgisi

#4A784E contains red, green and blue colors in about the same proportion. #4A784E ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4A784E color RGB value is (74,120,78).

  • kırmız ton 74;
  • yeşil ton 120;
  • mavi ton 78.
RGB:
(74,120,78)
(29%,47%,31%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 120 of 255 = 47%
B 78 of 255 = 31%

74
120
78

R + G + B ~ 36%. #4A784E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 120 + 78 = 272 (100%)
R 74 of 272 ~ 27.21%
G 120 of 272 ~ 44.12%
B 78 of 272 ~ 28.68%

%27.21
%44.12
%28.68

CMYK RENK MODELİ

#4A784E rengi CMYK tonu (38,0,35,53).

  • camgöbeği tonu 38.33%
  • eflatun tonu 0.00%
  • sarı tonu 35.00%
  • ana renk tonu 52.94%
CMYK:
(38,0,35,53)
C38M0Y35K53 
(38%,0%,35%,53%)
(0.38/0.00/0.35/0.53)	

CMYK yüzdeleri

%38.33
%0
%35
%52.94

Codes

Color #4A784E in popluar color models

4A784E
RGB7412078
HSL125°23.71%38.04%
HSB/HSV125°38.33%47.06%
CMYK38.33%0.00%35.00%
52.94%

Color #4A784E in popluar number systems.

HEX4A784E
Decimal7412078
Binary100101011110001001110
Octal112170116

Shades and tints

Shades of #4A784E

#4A784E
(74,120,78)
#446E47
(68,110,71)
#3E6440
(62,100,64)
#385A39
(56,90,57)
#325032
(50,80,50)
#2C462B
(44,70,43)
#263C24
(38,60,36)
#20321D
(32,50,29)
#1A2816
(26,40,22)
#141E0F
(20,30,15)
#0E1408
(14,20,8)
#000000
(0,0,0)

Tints of #4A784E

#4A784E
(74,120,78)
#5A845E
(90,132,94)
#6A906E
(106,144,110)
#7A9C7E
(122,156,126)
#8AA88E
(138,168,142)
#9AB49E
(154,180,158)
#AAC0AE
(170,192,174)
#BACCBE
(186,204,190)
#CAD8CE
(202,216,206)
#DAE4DE
(218,228,222)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A784E color. Also use rgb(74,120,78) instead hex code.

Text Font Color

.myTextColor { color: #4A784E; }

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

This text font color is #4A784E.


Background Color

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

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

This div background color is #4A784E.


Border color

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

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

This div border color is #4A784E.


Opacity

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

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

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

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

This text has shadow with #4A784E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A784E on black background.


Color preview on white background

This text has color #4A784E on white background.



Black color preview on #4A784E background

This text has black color on #4A784E background.


White color preview on #4A784E background

This text has white color on #4A784E background.