Color Hex Logo

#b45324 Color Hex

#B45324
(180,83,36)
0 Favorites   0 Comments

Color spaces of #b45324

RGB 1808336
HSL0.050.670.42
HSV20°80°71°
CMYK 0.000.540.80   0.29
XYZ22.234116.01723.5888
Yxy16.01720.53140.3828
Hunter Lab40.021529.128822.6984
CIE-Lab46.997036.541244.4907

#b45324 color RGB value is (180,83,36).

#b45324 hex color red value is 180, green value is 83 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #b45324 hue: 0.05 , saturation: 0.67 and the lightness value of b45324 is 0.42.

The process color (four color CMYK) of #b45324 color hex is 0.00, 0.54, 0.80, 0.29. Web safe color of #b45324 is #cc6633. Color #b45324 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010011 00100100
Octal 264 123 44
Decimal 180 83 36
Hex B4 53 24

RGB Percentages of Color #b45324

%60.20
%27.76
%12.04

CMYK Percentages of Color #b45324

%0
%54
%80
%29

Triadic Colors of #b45324

#b45324 #24b453 #5324b4

Analogous Colors of #b45324

#b45324 #b49b24 #b4243d

Monochromatic Colors of #b45324

#b45324

Complementary Color

#b45324 #2485b4

#b45324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45324 Color CSS Codes

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

#b45324 Text Font Color

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

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


#b45324 Background Color

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

This div background color is #b45324


#b45324 Border Color

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

This div border color is #b45324


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,83,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b45324; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b45324;
  -webkit-box-shadow: 1px 1px 3px 2px #b45324;
  box-shadow:         1px 1px 3px 2px #b45324; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,83,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45324


Comments

No comments written yet.

Please login to write comment.