COLOR #494F38

HEX: #494F38
RGB: (73,79,56)

Renk bilgisi

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

RGB renk modeli

#494F38 color RGB value is (73,79,56).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 79 of 255 = 31%
B 56 of 255 = 22%

73
79
56

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 79 + 56 = 208 (100%)
R 73 of 208 ~ 35.1%
G 79 of 208 ~ 37.98%
B 56 of 208 ~ 26.92%

%35.1
%37.98
%26.92

CMYK RENK MODELİ

#494F38 rengi CMYK tonu (8,0,29,69).

  • camgöbeği tonu 7.59%
  • eflatun tonu 0.00%
  • sarı tonu 29.11%
  • ana renk tonu 69.02%
CMYK:
(8,0,29,69)
C8M0Y29K69 
(8%,0%,29%,69%)
(0.08/0.00/0.29/0.69)	

CMYK yüzdeleri

%7.59
%0
%29.11
%69.02

Codes

Color #494F38 in popluar color models

494F38
RGB737956
HSL76°17.04%26.47%
HSB/HSV76°29.11%30.98%
CMYK7.59%0.00%29.11%
69.02%

Color #494F38 in popluar number systems.

HEX494F38
Decimal737956
Binary10010011001111111000
Octal11111770

Shades and tints

Shades of #494F38

#494F38
(73,79,56)
#434833
(67,72,51)
#3D412E
(61,65,46)
#373A29
(55,58,41)
#313324
(49,51,36)
#2B2C1F
(43,44,31)
#25251A
(37,37,26)
#1F1E15
(31,30,21)
#191710
(25,23,16)
#13100B
(19,16,11)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #494F38

#494F38
(73,79,56)
#595F4A
(89,95,74)
#696F5C
(105,111,92)
#797F6E
(121,127,110)
#898F80
(137,143,128)
#999F92
(153,159,146)
#A9AFA4
(169,175,164)
#B9BFB6
(185,191,182)
#C9CFC8
(201,207,200)
#D9DFDA
(217,223,218)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494F38; }

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

This text font color is #494F38.


Background Color

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

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

This div background color is #494F38.


Border color

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

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

This div border color is #494F38.


Opacity

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

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

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

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

This text has shadow with #494F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494F38 on black background.


Color preview on white background

This text has color #494F38 on white background.



Black color preview on #494F38 background

This text has black color on #494F38 background.


White color preview on #494F38 background

This text has white color on #494F38 background.