Color Hex Logo

#49230e Color Hex

#49230E
(73,35,14)
0 Favorites   0 Comments

Color spaces of #49230e

RGB 733514
HSL0.060.680.17
HSV21°81°29°
CMYK 0.000.520.81   0.71
XYZ3.42802.65020.7463
Yxy2.65020.50230.3883
Hunter Lab16.27949.09828.6776
CIE-Lab18.584716.125721.3680

#49230e color RGB value is (73,35,14).

#49230e hex color red value is 73, green value is 35 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #49230e hue: 0.06 , saturation: 0.68 and the lightness value of 49230e is 0.17.

The process color (four color CMYK) of #49230e color hex is 0.00, 0.52, 0.81, 0.71. Web safe color of #49230e is #333300. Color #49230e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100011 00001110
Octal 111 43 16
Decimal 73 35 14
Hex 49 23 E

RGB Percentages of Color #49230e

%59.84
%28.69
%11.48

CMYK Percentages of Color #49230e

%0
%52
%81
%71

Triadic Colors of #49230e

#49230e #0e4923 #230e49

Analogous Colors of #49230e

#49230e #49410e #490e17

Monochromatic Colors of #49230e

#49230e

Complementary Color

#49230e #0e3449

#49230e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49230e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49230e Color CSS Codes

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

#49230e Text Font Color

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

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


#49230e Background Color

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

This div background color is #49230e


#49230e Border Color

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

This div border color is #49230e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,35,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49230e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49230e;
  -webkit-box-shadow: 1px 1px 3px 2px #49230e;
  box-shadow:         1px 1px 3px 2px #49230e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49230e


Comments

No comments written yet.

Please login to write comment.