COLOR #4A714D

HEX: #4A714D
RGB: (74,113,77)

Renk bilgisi

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

RGB renk modeli

#4A714D color RGB value is (74,113,77).

  • kırmız ton 74;
  • yeşil ton 113;
  • mavi ton 77.
RGB:
(74,113,77)
(29%,44%,30%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 113 of 255 = 44%
B 77 of 255 = 30%

74
113
77

R + G + B ~ 34%. #4A714D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 113 + 77 = 264 (100%)
R 74 of 264 ~ 28.03%
G 113 of 264 ~ 42.8%
B 77 of 264 ~ 29.17%

%28.03
%42.8
%29.17

CMYK RENK MODELİ

#4A714D rengi CMYK tonu (35,0,32,56).

  • camgöbeği tonu 34.51%
  • eflatun tonu 0.00%
  • sarı tonu 31.86%
  • ana renk tonu 55.69%
CMYK:
(35,0,32,56)
C35M0Y32K56 
(35%,0%,32%,56%)
(0.35/0.00/0.32/0.56)	

CMYK yüzdeleri

%34.51
%0
%31.86
%55.69

Codes

Color #4A714D in popluar color models

4A714D
RGB7411377
HSL125°20.86%36.67%
HSB/HSV125°34.51%44.31%
CMYK34.51%0.00%31.86%
55.69%

Color #4A714D in popluar number systems.

HEX4A714D
Decimal7411377
Binary100101011100011001101
Octal112161115

Shades and tints

Shades of #4A714D

#4A714D
(74,113,77)
#446746
(68,103,70)
#3E5D3F
(62,93,63)
#385338
(56,83,56)
#324931
(50,73,49)
#2C3F2A
(44,63,42)
#263523
(38,53,35)
#202B1C
(32,43,28)
#1A2115
(26,33,21)
#14170E
(20,23,14)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #4A714D

#4A714D
(74,113,77)
#5A7D5D
(90,125,93)
#6A896D
(106,137,109)
#7A957D
(122,149,125)
#8AA18D
(138,161,141)
#9AAD9D
(154,173,157)
#AAB9AD
(170,185,173)
#BAC5BD
(186,197,189)
#CAD1CD
(202,209,205)
#DADDDD
(218,221,221)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A714D color. Also use rgb(74,113,77) instead hex code.

Text Font Color

.myTextColor { color: #4A714D; }

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

This text font color is #4A714D.


Background Color

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

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

This div background color is #4A714D.


Border color

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

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

This div border color is #4A714D.


Opacity

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

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

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

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

This text has shadow with #4A714D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A714D on black background.


Color preview on white background

This text has color #4A714D on white background.



Black color preview on #4A714D background

This text has black color on #4A714D background.


White color preview on #4A714D background

This text has white color on #4A714D background.