Color Hex Logo

#b03721 Color Hex

#B03721
(176,55,33)
0 Favorites   0 Comments

Color spaces of #b03721

RGB 1765533
HSL0.030.680.41
HSV81°69°
CMYK 0.000.690.81   0.31
XYZ19.545212.07232.7389
Yxy12.07230.56890.3514
Hunter Lab34.745239.607319.6479
CIE-Lab41.330848.008140.2456

#b03721 color RGB value is (176,55,33).

#b03721 hex color red value is 176, green value is 55 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #b03721 hue: 0.03 , saturation: 0.68 and the lightness value of b03721 is 0.41.

The process color (four color CMYK) of #b03721 color hex is 0.00, 0.69, 0.81, 0.31. Web safe color of #b03721 is #993333. Color #b03721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110111 00100001
Octal 260 67 41
Decimal 176 55 33
Hex B0 37 21

RGB Percentages of Color #b03721

%66.67
%20.83
%12.50

CMYK Percentages of Color #b03721

%0
%69
%81
%31

Triadic Colors of #b03721

#b03721 #21b037 #3721b0

Analogous Colors of #b03721

#b03721 #b07f21 #b02152

Monochromatic Colors of #b03721

#b03721

Complementary Color

#b03721 #219ab0

#b03721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03721 Color CSS Codes

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

#b03721 Text Font Color

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

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


#b03721 Background Color

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

This div background color is #b03721


#b03721 Border Color

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

This div border color is #b03721


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,55,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b03721; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b03721;
  -webkit-box-shadow: 1px 1px 3px 2px #b03721;
  box-shadow:         1px 1px 3px 2px #b03721; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,55,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03721


Comments

No comments written yet.

Please login to write comment.