COLOR #4A493D

HEX: #4A493D
RGB: (74,73,61)

Renk bilgisi

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

RGB renk modeli

#4A493D color RGB value is (74,73,61).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 73 of 255 = 29%
B 61 of 255 = 24%

74
73
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 73 + 61 = 208 (100%)
R 74 of 208 ~ 35.58%
G 73 of 208 ~ 35.1%
B 61 of 208 ~ 29.33%

%35.58
%35.1
%29.33

CMYK RENK MODELİ

#4A493D rengi CMYK tonu (0,1,18,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.35%
  • sarı tonu 17.57%
  • ana renk tonu 70.98%
CMYK:
(0,1,18,71)
C0M1Y18K71 
(0%,1%,18%,71%)
(0.00/0.01/0.18/0.71)	

CMYK yüzdeleri

%0
%1.35
%17.57
%70.98

Codes

Color #4A493D in popluar color models

4A493D
RGB747361
HSL55°9.63%26.47%
HSB/HSV55°17.57%29.02%
CMYK0.00%1.35%17.57%
70.98%

Color #4A493D in popluar number systems.

HEX4A493D
Decimal747361
Binary10010101001001111101
Octal11211175

Shades and tints

Shades of #4A493D

#4A493D
(74,73,61)
#444338
(68,67,56)
#3E3D33
(62,61,51)
#38372E
(56,55,46)
#323129
(50,49,41)
#2C2B24
(44,43,36)
#26251F
(38,37,31)
#201F1A
(32,31,26)
#1A1915
(26,25,21)
#141310
(20,19,16)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #4A493D

#4A493D
(74,73,61)
#5A594E
(90,89,78)
#6A695F
(106,105,95)
#7A7970
(122,121,112)
#8A8981
(138,137,129)
#9A9992
(154,153,146)
#AAA9A3
(170,169,163)
#BAB9B4
(186,185,180)
#CAC9C5
(202,201,197)
#DAD9D6
(218,217,214)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A493D; }

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

This text font color is #4A493D.


Background Color

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

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

This div background color is #4A493D.


Border color

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

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

This div border color is #4A493D.


Opacity

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

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

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

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

This text has shadow with #4A493D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A493D on black background.


Color preview on white background

This text has color #4A493D on white background.



Black color preview on #4A493D background

This text has black color on #4A493D background.


White color preview on #4A493D background

This text has white color on #4A493D background.