Color Hex Logo

#494233 Color Hex

#494233
(73,66,51)
0 Favorites   0 Comments

Color spaces of #494233

RGB 736651
HSL0.110.180.24
HSV41°30°29°
CMYK 0.000.100.30   0.71
XYZ5.29345.55193.9246
Yxy5.55190.35840.3759
Hunter Lab23.5625-1.13366.6183
CIE-Lab28.25260.198410.2320

#494233 color RGB value is (73,66,51).

#494233 hex color red value is 73, green value is 66 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #494233 hue: 0.11 , saturation: 0.18 and the lightness value of 494233 is 0.24.

The process color (four color CMYK) of #494233 color hex is 0.00, 0.10, 0.30, 0.71. Web safe color of #494233 is #333333. Color #494233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000010 00110011
Octal 111 102 63
Decimal 73 66 51
Hex 49 42 33

RGB Percentages of Color #494233

%38.42
%34.74
%26.84

CMYK Percentages of Color #494233

%0
%10
%30
%71

Triadic Colors of #494233

#494233 #334942 #423349

Analogous Colors of #494233

#494233 #454933 #493733

Monochromatic Colors of #494233

#494233

Complementary Color

#494233 #333a49

#494233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494233 Color CSS Codes

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

#494233 Text Font Color

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

This sample text font color is #494233
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.


#494233 Background Color

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

This div background color is #494233


#494233 Border Color

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

This div border color is #494233


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,66,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #494233; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #494233;
  -webkit-box-shadow: 1px 1px 3px 2px #494233;
  box-shadow:         1px 1px 3px 2px #494233; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494233


Comments

No comments written yet.

Please login to write comment.