Color Hex Logo

#b53607 Color Hex

#B53607
(181,54,7)
0 Favorites   0 Comments

Color spaces of #b53607

RGB 181547
HSL0.050.930.37
HSV16°96°71°
CMYK 0.000.700.96   0.29
XYZ20.413612.47741.5335
Yxy12.47740.59300.3625
Hunter Lab35.323441.340422.1524
CIE-Lab41.965049.582051.6407

#b53607 color RGB value is (181,54,7).

#b53607 hex color red value is 181, green value is 54 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #b53607 hue: 0.05 , saturation: 0.93 and the lightness value of b53607 is 0.37.

The process color (four color CMYK) of #b53607 color hex is 0.00, 0.70, 0.96, 0.29. Web safe color of #b53607 is #cc3300. Color #b53607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110110 00000111
Octal 265 66 7
Decimal 181 54 7
Hex B5 36 7

RGB Percentages of Color #b53607

%74.79
%22.31
%2.89

CMYK Percentages of Color #b53607

%0
%70
%96
%29

Triadic Colors of #b53607

#b53607 #07b536 #3607b5

Analogous Colors of #b53607

#b53607 #b58d07 #b5072f

Monochromatic Colors of #b53607

#b53607

Complementary Color

#b53607 #0786b5

#b53607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53607 Color CSS Codes

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

#b53607 Text Font Color

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

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


#b53607 Background Color

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

This div background color is #b53607


#b53607 Border Color

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

This div border color is #b53607


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,54,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b53607; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b53607;
  -webkit-box-shadow: 1px 1px 3px 2px #b53607;
  box-shadow:         1px 1px 3px 2px #b53607; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,54,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53607


Comments

No comments written yet.

Please login to write comment.