Color Hex Logo

#73231b Color Hex

#73231B
(115,35,27)
0 Favorites   0 Comments

Color spaces of #73231b

RGB 1153527
HSL0.020.620.28
HSV77°45°
CMYK 0.000.700.77   0.55
XYZ7.86914.92601.5730
Yxy4.92600.54770.3428
Hunter Lab22.194624.446711.3341
CIE-Lab26.522934.632624.6052

#73231b color RGB value is (115,35,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100011 00011011
Octal 163 43 33
Decimal 115 35 27
Hex 73 23 1B

RGB Percentages of Color #73231b

%64.97
%19.77
%15.25

CMYK Percentages of Color #73231b

%0
%70
%77
%55

Triadic Colors of #73231b

#73231b #1b7323 #231b73

Analogous Colors of #73231b

#73231b #734f1b #731b3f

Monochromatic Colors of #73231b

#73231b

Complementary Color

#73231b #1b6b73

#73231b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73231b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73231b Color CSS Codes

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

#73231b Text Font Color

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

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


#73231b Background Color

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

This div background color is #73231b


#73231b Border Color

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

This div border color is #73231b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,35,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 #73231b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73231b


Comments

No comments written yet.

Please login to write comment.