COLOR #4A6B49

HEX: #4A6B49
RGB: (74,107,73)

Renk bilgisi

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

RGB renk modeli

#4A6B49 color RGB value is (74,107,73).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 107 of 255 = 42%
B 73 of 255 = 29%

74
107
73

R + G + B ~ 33%. #4A6B49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 107 + 73 = 254 (100%)
R 74 of 254 ~ 29.13%
G 107 of 254 ~ 42.13%
B 73 of 254 ~ 28.74%

%29.13
%42.13
%28.74

CMYK RENK MODELİ

#4A6B49 rengi CMYK tonu (31,0,32,58).

  • camgöbeği tonu 30.84%
  • eflatun tonu 0.00%
  • sarı tonu 31.78%
  • ana renk tonu 58.04%
CMYK:
(31,0,32,58)
C31M0Y32K58 
(31%,0%,32%,58%)
(0.31/0.00/0.32/0.58)	

CMYK yüzdeleri

%30.84
%0
%31.78
%58.04

Codes

Color #4A6B49 in popluar color models

4A6B49
RGB7410773
HSL118°18.89%35.29%
HSB/HSV118°31.78%41.96%
CMYK30.84%0.00%31.78%
58.04%

Color #4A6B49 in popluar number systems.

HEX4A6B49
Decimal7410773
Binary100101011010111001001
Octal112153111

Shades and tints

Shades of #4A6B49

#4A6B49
(74,107,73)
#446243
(68,98,67)
#3E593D
(62,89,61)
#385037
(56,80,55)
#324731
(50,71,49)
#2C3E2B
(44,62,43)
#263525
(38,53,37)
#202C1F
(32,44,31)
#1A2319
(26,35,25)
#141A13
(20,26,19)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #4A6B49

#4A6B49
(74,107,73)
#5A7859
(90,120,89)
#6A8569
(106,133,105)
#7A9279
(122,146,121)
#8A9F89
(138,159,137)
#9AAC99
(154,172,153)
#AAB9A9
(170,185,169)
#BAC6B9
(186,198,185)
#CAD3C9
(202,211,201)
#DAE0D9
(218,224,217)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6B49 color. Also use rgb(74,107,73) instead hex code.

Text Font Color

.myTextColor { color: #4A6B49; }

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

This text font color is #4A6B49.


Background Color

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

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

This div background color is #4A6B49.


Border color

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

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

This div border color is #4A6B49.


Opacity

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

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

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

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

This text has shadow with #4A6B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6B49 on black background.


Color preview on white background

This text has color #4A6B49 on white background.



Black color preview on #4A6B49 background

This text has black color on #4A6B49 background.


White color preview on #4A6B49 background

This text has white color on #4A6B49 background.