COLOR #492527

HEX: #492527
RGB: (73,37,39)

Renk bilgisi

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

RGB renk modeli

#492527 color RGB value is (73,37,39).

  • kırmız ton 73;
  • yeşil ton 37;
  • mavi ton 39.
RGB:
(73,37,39)
(29%,15%,15%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 37 of 255 = 15%
B 39 of 255 = 15%

73
37
39

R + G + B ~ 20%. #492527 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 37 + 39 = 149 (100%)
R 73 of 149 ~ 48.99%
G 37 of 149 ~ 24.83%
B 39 of 149 ~ 26.17%

%48.99
%24.83
%26.17

CMYK RENK MODELİ

#492527 rengi CMYK tonu (0,49,47,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.32%
  • sarı tonu 46.58%
  • ana renk tonu 71.37%
CMYK:
(0,49,47,71)
C0M49Y47K71 
(0%,49%,47%,71%)
(0.00/0.49/0.47/0.71)	

CMYK yüzdeleri

%0
%49.32
%46.58
%71.37

Codes

Color #492527 in popluar color models

492527
RGB733739
HSL357°32.73%21.57%
HSB/HSV357°49.32%28.63%
CMYK0.00%49.32%46.58%
71.37%

Color #492527 in popluar number systems.

HEX492527
Decimal733739
Binary1001001100101100111
Octal1114547

Shades and tints

Shades of #492527

#492527
(73,37,39)
#432224
(67,34,36)
#3D1F21
(61,31,33)
#371C1E
(55,28,30)
#31191B
(49,25,27)
#2B1618
(43,22,24)
#251315
(37,19,21)
#1F1012
(31,16,18)
#190D0F
(25,13,15)
#130A0C
(19,10,12)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #492527

#492527
(73,37,39)
#59383A
(89,56,58)
#694B4D
(105,75,77)
#795E60
(121,94,96)
#897173
(137,113,115)
#998486
(153,132,134)
#A99799
(169,151,153)
#B9AAAC
(185,170,172)
#C9BDBF
(201,189,191)
#D9D0D2
(217,208,210)
#E9E3E5
(233,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492527 color. Also use rgb(73,37,39) instead hex code.

Text Font Color

.myTextColor { color: #492527; }

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

This text font color is #492527.


Background Color

.myBgColor { background-color: #492527; }

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

This div background color is #492527.


Border color

.myBorderColor { border: 1px solid #492527; }

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

This div border color is #492527.


Opacity

.myOpacity80 { color: #492527; opacity: 0.8; }

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

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

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

This text has shadow with #492527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492527 on black background.


Color preview on white background

This text has color #492527 on white background.



Black color preview on #492527 background

This text has black color on #492527 background.


White color preview on #492527 background

This text has white color on #492527 background.