Color Hex Logo

#b0340e Color Hex

#B0340E
(176,52,14)
0 Favorites   0 Comments

Color spaces of #b0340e

RGB 1765214
HSL0.040.850.37
HSV14°92°69°
CMYK 0.000.700.92   0.31
XYZ19.211811.71781.6647
Yxy11.71780.58940.3595
Hunter Lab34.231340.275821.0786
CIE-Lab40.764048.763348.2302

#b0340e color RGB value is (176,52,14).

#b0340e hex color red value is 176, green value is 52 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b0340e hue: 0.04 , saturation: 0.85 and the lightness value of b0340e is 0.37.

The process color (four color CMYK) of #b0340e color hex is 0.00, 0.70, 0.92, 0.31. Web safe color of #b0340e is #993300. Color #b0340e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110100 00001110
Octal 260 64 16
Decimal 176 52 14
Hex B0 34 E

RGB Percentages of Color #b0340e

%72.73
%21.49
%5.79

CMYK Percentages of Color #b0340e

%0
%70
%92
%31

Triadic Colors of #b0340e

#b0340e #0eb034 #340eb0

Analogous Colors of #b0340e

#b0340e #b0850e #b00e39

Monochromatic Colors of #b0340e

#b0340e

Complementary Color

#b0340e #0e8ab0

#b0340e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0340e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0340e Color CSS Codes

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

#b0340e Text Font Color

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

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


#b0340e Background Color

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

This div background color is #b0340e


#b0340e Border Color

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

This div border color is #b0340e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0340e

#b0340e Color Palettes


Comments

No comments written yet.

Please login to write comment.