COLOR #49472C

HEX: #49472C
RGB: (73,71,44)

Renk bilgisi

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

RGB renk modeli

#49472C color RGB value is (73,71,44).

  • kırmız ton 73;
  • yeşil ton 71;
  • mavi ton 44.
RGB:
(73,71,44)
(29%,28%,17%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 71 of 255 = 28%
B 44 of 255 = 17%

73
71
44

R + G + B ~ 25%. #49472C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 71 + 44 = 188 (100%)
R 73 of 188 ~ 38.83%
G 71 of 188 ~ 37.77%
B 44 of 188 ~ 23.4%

%38.83
%37.77
%23.4

CMYK RENK MODELİ

#49472C rengi CMYK tonu (0,3,40,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.74%
  • sarı tonu 39.73%
  • ana renk tonu 71.37%
CMYK:
(0,3,40,71)
C0M3Y40K71 
(0%,3%,40%,71%)
(0.00/0.03/0.40/0.71)	

CMYK yüzdeleri

%0
%2.74
%39.73
%71.37

Codes

Color #49472C in popluar color models

49472C
RGB737144
HSL56°24.79%22.94%
HSB/HSV56°39.73%28.63%
CMYK0.00%2.74%39.73%
71.37%

Color #49472C in popluar number systems.

HEX49472C
Decimal737144
Binary10010011000111101100
Octal11110754

Shades and tints

Shades of #49472C

#49472C
(73,71,44)
#434128
(67,65,40)
#3D3B24
(61,59,36)
#373520
(55,53,32)
#312F1C
(49,47,28)
#2B2918
(43,41,24)
#252314
(37,35,20)
#1F1D10
(31,29,16)
#19170C
(25,23,12)
#131108
(19,17,8)
#0D0B04
(13,11,4)
#000000
(0,0,0)

Tints of #49472C

#49472C
(73,71,44)
#59573F
(89,87,63)
#696752
(105,103,82)
#797765
(121,119,101)
#898778
(137,135,120)
#99978B
(153,151,139)
#A9A79E
(169,167,158)
#B9B7B1
(185,183,177)
#C9C7C4
(201,199,196)
#D9D7D7
(217,215,215)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49472C color. Also use rgb(73,71,44) instead hex code.

Text Font Color

.myTextColor { color: #49472C; }

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

This text font color is #49472C.


Background Color

.myBgColor { background-color: #49472C; }

<div style="background-color:#49472C">Inner text</div>

This div background color is #49472C.


Border color

.myBorderColor { border: 1px solid #49472C; }

<div style="border:3px solid #49472C">Div</div>

This div border color is #49472C.


Opacity

.myOpacity80 { color: #49472C; opacity: 0.8; }

<p style="color:#49472C;opacity:0.8;">80%</p>

Text with #49472C 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 #49472C;}

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

This text has shadow with #49472C color.

.textShadow {text-shadow: 3px 3px 1px #49472C, 3px 3px 1px red;}

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

This text has shadow with #49472C primary color and red secondary color.


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

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

This text has shadow with #49472C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49472C on black background.


Color preview on white background

This text has color #49472C on white background.



Black color preview on #49472C background

This text has black color on #49472C background.


White color preview on #49472C background

This text has white color on #49472C background.