COLOR #4A6959

HEX: #4A6959
RGB: (74,105,89)

Renk bilgisi

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

RGB renk modeli

#4A6959 color RGB value is (74,105,89).

  • kırmız ton 74;
  • yeşil ton 105;
  • mavi ton 89.
RGB:
(74,105,89)
(29%,41%,35%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 105 of 255 = 41%
B 89 of 255 = 35%

74
105
89

R + G + B ~ 35%. #4A6959 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 105 + 89 = 268 (100%)
R 74 of 268 ~ 27.61%
G 105 of 268 ~ 39.18%
B 89 of 268 ~ 33.21%

%27.61
%39.18
%33.21

CMYK RENK MODELİ

#4A6959 rengi CMYK tonu (30,0,15,59).

  • camgöbeği tonu 29.52%
  • eflatun tonu 0.00%
  • sarı tonu 15.24%
  • ana renk tonu 58.82%
CMYK:
(30,0,15,59)
C30M0Y15K59 
(30%,0%,15%,59%)
(0.30/0.00/0.15/0.59)	

CMYK yüzdeleri

%29.52
%0
%15.24
%58.82

Codes

Color #4A6959 in popluar color models

4A6959
RGB7410589
HSL149°17.32%35.10%
HSB/HSV149°29.52%41.18%
CMYK29.52%0.00%15.24%
58.82%

Color #4A6959 in popluar number systems.

HEX4A6959
Decimal7410589
Binary100101011010011011001
Octal112151131

Shades and tints

Shades of #4A6959

#4A6959
(74,105,89)
#446051
(68,96,81)
#3E5749
(62,87,73)
#384E41
(56,78,65)
#324539
(50,69,57)
#2C3C31
(44,60,49)
#263329
(38,51,41)
#202A21
(32,42,33)
#1A2119
(26,33,25)
#141811
(20,24,17)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #4A6959

#4A6959
(74,105,89)
#5A7668
(90,118,104)
#6A8377
(106,131,119)
#7A9086
(122,144,134)
#8A9D95
(138,157,149)
#9AAAA4
(154,170,164)
#AAB7B3
(170,183,179)
#BAC4C2
(186,196,194)
#CAD1D1
(202,209,209)
#DADEE0
(218,222,224)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6959 color. Also use rgb(74,105,89) instead hex code.

Text Font Color

.myTextColor { color: #4A6959; }

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

This text font color is #4A6959.


Background Color

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

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

This div background color is #4A6959.


Border color

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

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

This div border color is #4A6959.


Opacity

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

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

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

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

This text has shadow with #4A6959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6959 on black background.


Color preview on white background

This text has color #4A6959 on white background.



Black color preview on #4A6959 background

This text has black color on #4A6959 background.


White color preview on #4A6959 background

This text has white color on #4A6959 background.