Color Hex Logo

#49230b Color Hex

#49230B
(73,35,11)
0 Favorites   0 Comments

Color spaces of #49230b

RGB 733511
HSL0.060.740.16
HSV23°85°29°
CMYK 0.000.520.85   0.71
XYZ3.40912.64270.6470
Yxy2.64270.50890.3945
Hunter Lab16.25648.98439.0197
CIE-Lab18.552115.962322.7320

#49230b color RGB value is (73,35,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100011 00001011
Octal 111 43 13
Decimal 73 35 11
Hex 49 23 B

RGB Percentages of Color #49230b

%61.34
%29.41
%9.24

CMYK Percentages of Color #49230b

%0
%52
%85
%71

Triadic Colors of #49230b

#49230b #0b4923 #230b49

Analogous Colors of #49230b

#49230b #49420b #490b12

Monochromatic Colors of #49230b

#49230b

Complementary Color

#49230b #0b3149

#49230b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49230b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49230b Color CSS Codes

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

#49230b Text Font Color

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

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


#49230b Background Color

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

This div background color is #49230b


#49230b Border Color

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

This div border color is #49230b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49230b


Comments

No comments written yet.

Please login to write comment.