Color Hex Logo

#73411b Color Hex

#73411B
(115,65,27)
0 Favorites   0 Comments

Color spaces of #73411b

RGB 1156527
HSL0.070.620.28
HSV26°77°45°
CMYK 0.000.430.77   0.55
XYZ9.15847.50462.0027
Yxy7.50460.49070.4021
Hunter Lab27.394511.734814.8417
CIE-Lab32.929118.324731.5668

#73411b color RGB value is (115,65,27).

#73411b hex color red value is 115, green value is 65 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #73411b hue: 0.07 , saturation: 0.62 and the lightness value of 73411b is 0.28.

The process color (four color CMYK) of #73411b color hex is 0.00, 0.43, 0.77, 0.55. Web safe color of #73411b is #663333. Color #73411b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000001 00011011
Octal 163 101 33
Decimal 115 65 27
Hex 73 41 1B

RGB Percentages of Color #73411b

%55.56
%31.40
%13.04

CMYK Percentages of Color #73411b

%0
%43
%77
%55

Triadic Colors of #73411b

#73411b #1b7341 #411b73

Analogous Colors of #73411b

#73411b #736d1b #731b21

Monochromatic Colors of #73411b

#73411b

Complementary Color

#73411b #1b4d73

#73411b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73411b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73411b Color CSS Codes

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

#73411b Text Font Color

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

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


#73411b Background Color

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

This div background color is #73411b


#73411b Border Color

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

This div border color is #73411b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,65,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73411b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73411b;
  -webkit-box-shadow: 1px 1px 3px 2px #73411b;
  box-shadow:         1px 1px 3px 2px #73411b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,65,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73411b


Comments

No comments written yet.

Please login to write comment.