COLOR #4A6C3C

HEX: #4A6C3C
RGB: (74,108,60)

Renk bilgisi

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

RGB renk modeli

#4A6C3C color RGB value is (74,108,60).

  • kırmız ton 74;
  • yeşil ton 108;
  • mavi ton 60.
RGB:
(74,108,60)
(29%,42%,24%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 108 of 255 = 42%
B 60 of 255 = 24%

74
108
60

R + G + B ~ 32%. #4A6C3C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 108 + 60 = 242 (100%)
R 74 of 242 ~ 30.58%
G 108 of 242 ~ 44.63%
B 60 of 242 ~ 24.79%

%30.58
%44.63
%24.79

CMYK RENK MODELİ

#4A6C3C rengi CMYK tonu (31,0,44,58).

  • camgöbeği tonu 31.48%
  • eflatun tonu 0.00%
  • sarı tonu 44.44%
  • ana renk tonu 57.65%
CMYK:
(31,0,44,58)
C31M0Y44K58 
(31%,0%,44%,58%)
(0.31/0.00/0.44/0.58)	

CMYK yüzdeleri

%31.48
%0
%44.44
%57.65

Codes

Color #4A6C3C in popluar color models

4A6C3C
RGB7410860
HSL103°28.57%32.94%
HSB/HSV103°44.44%42.35%
CMYK31.48%0.00%44.44%
57.65%

Color #4A6C3C in popluar number systems.

HEX4A6C3C
Decimal7410860
Binary10010101101100111100
Octal11215474

Shades and tints

Shades of #4A6C3C

#4A6C3C
(74,108,60)
#446337
(68,99,55)
#3E5A32
(62,90,50)
#38512D
(56,81,45)
#324828
(50,72,40)
#2C3F23
(44,63,35)
#26361E
(38,54,30)
#202D19
(32,45,25)
#1A2414
(26,36,20)
#141B0F
(20,27,15)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #4A6C3C

#4A6C3C
(74,108,60)
#5A794D
(90,121,77)
#6A865E
(106,134,94)
#7A936F
(122,147,111)
#8AA080
(138,160,128)
#9AAD91
(154,173,145)
#AABAA2
(170,186,162)
#BAC7B3
(186,199,179)
#CAD4C4
(202,212,196)
#DAE1D5
(218,225,213)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6C3C color. Also use rgb(74,108,60) instead hex code.

Text Font Color

.myTextColor { color: #4A6C3C; }

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

This text font color is #4A6C3C.


Background Color

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

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

This div background color is #4A6C3C.


Border color

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

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

This div border color is #4A6C3C.


Opacity

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

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

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

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

This text has shadow with #4A6C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6C3C on black background.


Color preview on white background

This text has color #4A6C3C on white background.



Black color preview on #4A6C3C background

This text has black color on #4A6C3C background.


White color preview on #4A6C3C background

This text has white color on #4A6C3C background.