COLOR #4A714C

HEX: #4A714C
RGB: (74,113,76)

Renk bilgisi

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

RGB renk modeli

#4A714C color RGB value is (74,113,76).

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

RGB bağlantıları ve doygunluk

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

74
113
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 113 + 76 = 263 (100%)
R 74 of 263 ~ 28.14%
G 113 of 263 ~ 42.97%
B 76 of 263 ~ 28.9%

%28.14
%42.97
%28.9

CMYK RENK MODELİ

#4A714C rengi CMYK tonu (35,0,33,56).

  • camgöbeği tonu 34.51%
  • eflatun tonu 0.00%
  • sarı tonu 32.74%
  • ana renk tonu 55.69%
CMYK:
(35,0,33,56)
C35M0Y33K56 
(35%,0%,33%,56%)
(0.35/0.00/0.33/0.56)	

CMYK yüzdeleri

%34.51
%0
%32.74
%55.69

Codes

Color #4A714C in popluar color models

4A714C
RGB7411376
HSL123°20.86%36.67%
HSB/HSV123°34.51%44.31%
CMYK34.51%0.00%32.74%
55.69%

Color #4A714C in popluar number systems.

HEX4A714C
Decimal7411376
Binary100101011100011001100
Octal112161114

Shades and tints

Shades of #4A714C

#4A714C
(74,113,76)
#446746
(68,103,70)
#3E5D40
(62,93,64)
#38533A
(56,83,58)
#324934
(50,73,52)
#2C3F2E
(44,63,46)
#263528
(38,53,40)
#202B22
(32,43,34)
#1A211C
(26,33,28)
#141716
(20,23,22)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #4A714C

#4A714C
(74,113,76)
#5A7D5C
(90,125,92)
#6A896C
(106,137,108)
#7A957C
(122,149,124)
#8AA18C
(138,161,140)
#9AAD9C
(154,173,156)
#AAB9AC
(170,185,172)
#BAC5BC
(186,197,188)
#CAD1CC
(202,209,204)
#DADDDC
(218,221,220)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A714C; }

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

This text font color is #4A714C.


Background Color

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

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

This div background color is #4A714C.


Border color

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

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

This div border color is #4A714C.


Opacity

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

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

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

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

This text has shadow with #4A714C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A714C on black background.


Color preview on white background

This text has color #4A714C on white background.



Black color preview on #4A714C background

This text has black color on #4A714C background.


White color preview on #4A714C background

This text has white color on #4A714C background.