COLOR #494C38

HEX: #494C38
RGB: (73,76,56)

Renk bilgisi

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

RGB renk modeli

#494C38 color RGB value is (73,76,56).

  • kırmız ton 73;
  • yeşil ton 76;
  • mavi ton 56.
RGB:
(73,76,56)
(29%,30%,22%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 76 of 255 = 30%
B 56 of 255 = 22%

73
76
56

R + G + B ~ 27%. #494C38 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 76 + 56 = 205 (100%)
R 73 of 205 ~ 35.61%
G 76 of 205 ~ 37.07%
B 56 of 205 ~ 27.32%

%35.61
%37.07
%27.32

CMYK RENK MODELİ

#494C38 rengi CMYK tonu (4,0,26,70).

  • camgöbeği tonu 3.95%
  • eflatun tonu 0.00%
  • sarı tonu 26.32%
  • ana renk tonu 70.20%
CMYK:
(4,0,26,70)
C4M0Y26K70 
(4%,0%,26%,70%)
(0.04/0.00/0.26/0.70)	

CMYK yüzdeleri

%3.95
%0
%26.32
%70.2

Codes

Color #494C38 in popluar color models

494C38
RGB737656
HSL69°15.15%25.88%
HSB/HSV69°26.32%29.80%
CMYK3.95%0.00%26.32%
70.20%

Color #494C38 in popluar number systems.

HEX494C38
Decimal737656
Binary10010011001100111000
Octal11111470

Shades and tints

Shades of #494C38

#494C38
(73,76,56)
#434633
(67,70,51)
#3D402E
(61,64,46)
#373A29
(55,58,41)
#313424
(49,52,36)
#2B2E1F
(43,46,31)
#25281A
(37,40,26)
#1F2215
(31,34,21)
#191C10
(25,28,16)
#13160B
(19,22,11)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #494C38

#494C38
(73,76,56)
#595C4A
(89,92,74)
#696C5C
(105,108,92)
#797C6E
(121,124,110)
#898C80
(137,140,128)
#999C92
(153,156,146)
#A9ACA4
(169,172,164)
#B9BCB6
(185,188,182)
#C9CCC8
(201,204,200)
#D9DCDA
(217,220,218)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494C38 color. Also use rgb(73,76,56) instead hex code.

Text Font Color

.myTextColor { color: #494C38; }

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

This text font color is #494C38.


Background Color

.myBgColor { background-color: #494C38; }

<div style="background-color:#494C38">Inner text</div>

This div background color is #494C38.


Border color

.myBorderColor { border: 1px solid #494C38; }

<div style="border:3px solid #494C38">Div</div>

This div border color is #494C38.


Opacity

.myOpacity80 { color: #494C38; opacity: 0.8; }

<p style="color:#494C38;opacity:0.8;">80%</p>

Text with #494C38 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 #494C38;}

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

This text has shadow with #494C38 color.

.textShadow {text-shadow: 3px 3px 1px #494C38, 3px 3px 1px red;}

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

This text has shadow with #494C38 primary color and red secondary color.


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

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

This text has shadow with #494C38 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494C38 on black background.


Color preview on white background

This text has color #494C38 on white background.



Black color preview on #494C38 background

This text has black color on #494C38 background.


White color preview on #494C38 background

This text has white color on #494C38 background.