Color Hex Logo

#492d2b Color Hex

#492D2B
(73,45,43)
0 Favorites   0 Comments

Color spaces of #492d2b

RGB 734543
HSL0.010.260.23
HSV41°29°
CMYK 0.000.380.41   0.71
XYZ4.12213.46772.7376
Yxy3.46770.39910.3358
Hunter Lab18.62186.92464.3190
CIE-Lab21.827312.62106.6281

#492d2b color RGB value is (73,45,43).

#492d2b hex color red value is 73, green value is 45 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #492d2b hue: 0.01 , saturation: 0.26 and the lightness value of 492d2b is 0.23.

The process color (four color CMYK) of #492d2b color hex is 0.00, 0.38, 0.41, 0.71. Web safe color of #492d2b is #333333. Color #492d2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101101 00101011
Octal 111 55 53
Decimal 73 45 43
Hex 49 2D 2B

RGB Percentages of Color #492d2b

%45.34
%27.95
%26.71

CMYK Percentages of Color #492d2b

%0
%38
%41
%71

Triadic Colors of #492d2b

#492d2b #2b492d #2d2b49

Analogous Colors of #492d2b

#492d2b #493c2b #492b38

Monochromatic Colors of #492d2b

#492d2b

Complementary Color

#492d2b #2b4749

#492d2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492d2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#492d2b Color CSS Codes

.mybgcolor {background-color:#492d2b; } 
.myforecolor {color:#492d2b; }
.mybordercolor {border:3px solid #492d2b; }

#492d2b Text Font Color

<p style="color:#492d2b">Text here</p>

This sample text font color is #492d2b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#492d2b Background Color

<div style="background-color:#492d2b">
Div content here</div>

This div background color is #492d2b


#492d2b Border Color

<div style="border:3px solid #492d2b">
Div here</div>

This div border color is #492d2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,45,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #492d2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #492d2b;
  -webkit-box-shadow: 1px 1px 3px 2px #492d2b;
  box-shadow:         1px 1px 3px 2px #492d2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,45,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #492d2b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #492d2b;
  -webkit-box-shadow: 1px 1px 3px 2px #492d2b;
  box-shadow:         1px 1px 3px 2px #492d2b;">
Div content here</div>

This div box has shadow with color #492d2b


Comments

No comments written yet.

Please login to write comment.