Color Hex Logo

#b45309 Color Hex

#B45309
(180,83,9)
0 Favorites   0 Comments

Color spaces of #b45309

RGB 180839
HSL0.070.900.37
HSV26°95°71°
CMYK 0.000.540.95   0.29
XYZ21.965015.90952.1716
Yxy15.90950.54850.3973
Hunter Lab39.886728.495524.6927
CIE-Lab46.855535.903254.1337

#b45309 color RGB value is (180,83,9).

#b45309 hex color red value is 180, green value is 83 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b45309 hue: 0.07 , saturation: 0.90 and the lightness value of b45309 is 0.37.

The process color (four color CMYK) of #b45309 color hex is 0.00, 0.54, 0.95, 0.29. Web safe color of #b45309 is #cc6600. Color #b45309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010011 00001001
Octal 264 123 11
Decimal 180 83 9
Hex B4 53 9

RGB Percentages of Color #b45309

%66.18
%30.51
%3.31

CMYK Percentages of Color #b45309

%0
%54
%95
%29

Triadic Colors of #b45309

#b45309 #09b453 #5309b4

Analogous Colors of #b45309

#b45309 #b4a909 #b40915

Monochromatic Colors of #b45309

#b45309

Complementary Color

#b45309 #096ab4

#b45309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45309 Color CSS Codes

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

#b45309 Text Font Color

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

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


#b45309 Background Color

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

This div background color is #b45309


#b45309 Border Color

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

This div border color is #b45309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45309


Comments

No comments written yet.

Please login to write comment.