Color Hex Logo

#b3542e Color Hex

#B3542E
(179,84,46)
0 Favorites   0 Comments

Color spaces of #b3542e

RGB 1798446
HSL0.050.590.44
HSV17°74°70°
CMYK 0.000.530.74   0.30
XYZ22.253916.12164.5236
Yxy16.12160.51870.3758
Hunter Lab40.151728.667321.4264
CIE-Lab47.133636.043939.5822

#b3542e color RGB value is (179,84,46).

#b3542e hex color red value is 179, green value is 84 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b3542e hue: 0.05 , saturation: 0.59 and the lightness value of b3542e is 0.44.

The process color (four color CMYK) of #b3542e color hex is 0.00, 0.53, 0.74, 0.30. Web safe color of #b3542e is #cc6633. Color #b3542e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010100 00101110
Octal 263 124 56
Decimal 179 84 46
Hex B3 54 2E

RGB Percentages of Color #b3542e

%57.93
%27.18
%14.89

CMYK Percentages of Color #b3542e

%0
%53
%74
%30

Triadic Colors of #b3542e

#b3542e #2eb354 #542eb3

Analogous Colors of #b3542e

#b3542e #b3972e #b32e4b

Monochromatic Colors of #b3542e

#b3542e

Complementary Color

#b3542e #2e8db3

#b3542e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3542e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3542e Color CSS Codes

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

#b3542e Text Font Color

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

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


#b3542e Background Color

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

This div background color is #b3542e


#b3542e Border Color

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

This div border color is #b3542e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,84,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3542e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3542e;
  -webkit-box-shadow: 1px 1px 3px 2px #b3542e;
  box-shadow:         1px 1px 3px 2px #b3542e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,84,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3542e


Comments

No comments written yet.

Please login to write comment.