COLOR #4A7513

HEX: #4A7513
RGB: (74,117,19)

Renk bilgisi

#4A7513 contains mainly red and green colors. #4A7513 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#4A7513 color RGB value is (74,117,19).

  • kırmız ton 74;
  • yeşil ton 117;
  • mavi ton 19.
RGB:
(74,117,19)
(29%,46%,7%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 117 of 255 = 46%
B 19 of 255 = 7%

74
117
19

R + G + B ~ 27%. #4A7513 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 117 + 19 = 210 (100%)
R 74 of 210 ~ 35.24%
G 117 of 210 ~ 55.71%
B 19 of 210 ~ 9.05%

%35.24
%55.71

CMYK RENK MODELİ

#4A7513 rengi CMYK tonu (37,0,84,54).

  • camgöbeği tonu 36.75%
  • eflatun tonu 0.00%
  • sarı tonu 83.76%
  • ana renk tonu 54.12%
CMYK:
(37,0,84,54)
C37M0Y84K54 
(37%,0%,84%,54%)
(0.37/0.00/0.84/0.54)	

CMYK yüzdeleri

%36.75
%0
%83.76
%54.12

Codes

Color #4A7513 in popluar color models

4A7513
RGB7411719
HSL86°72.06%26.67%
HSB/HSV86°83.76%45.88%
CMYK36.75%0.00%83.76%
54.12%

Color #4A7513 in popluar number systems.

HEX4A7513
Decimal7411719
Binary1001010111010110011
Octal11216523

Shades and tints

Shades of #4A7513

#4A7513
(74,117,19)
#446B12
(68,107,18)
#3E6111
(62,97,17)
#385710
(56,87,16)
#324D0F
(50,77,15)
#2C430E
(44,67,14)
#26390D
(38,57,13)
#202F0C
(32,47,12)
#1A250B
(26,37,11)
#141B0A
(20,27,10)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #4A7513

#4A7513
(74,117,19)
#5A8128
(90,129,40)
#6A8D3D
(106,141,61)
#7A9952
(122,153,82)
#8AA567
(138,165,103)
#9AB17C
(154,177,124)
#AABD91
(170,189,145)
#BAC9A6
(186,201,166)
#CAD5BB
(202,213,187)
#DAE1D0
(218,225,208)
#EAEDE5
(234,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7513 color. Also use rgb(74,117,19) instead hex code.

Text Font Color

.myTextColor { color: #4A7513; }

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

This text font color is #4A7513.


Background Color

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

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

This div background color is #4A7513.


Border color

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

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

This div border color is #4A7513.


Opacity

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

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

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

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

This text has shadow with #4A7513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7513 on black background.


Color preview on white background

This text has color #4A7513 on white background.



Black color preview on #4A7513 background

This text has black color on #4A7513 background.


White color preview on #4A7513 background

This text has white color on #4A7513 background.