Color Hex Logo

#b35321 Color Hex

#B35321
(179,83,33)
0 Favorites   0 Comments

Color spaces of #b35321

RGB 1798333
HSL0.060.690.42
HSV21°82°70°
CMYK 0.000.540.82   0.30
XYZ21.958215.88003.3467
Yxy15.88000.53320.3856
Hunter Lab39.849728.621022.9154
CIE-Lab46.816736.039145.6554

#b35321 color RGB value is (179,83,33).

#b35321 hex color red value is 179, green value is 83 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #b35321 hue: 0.06 , saturation: 0.69 and the lightness value of b35321 is 0.42.

The process color (four color CMYK) of #b35321 color hex is 0.00, 0.54, 0.82, 0.30. Web safe color of #b35321 is #cc6633. Color #b35321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 00100001
Octal 263 123 41
Decimal 179 83 33
Hex B3 53 21

RGB Percentages of Color #b35321

%60.68
%28.14
%11.19

CMYK Percentages of Color #b35321

%0
%54
%82
%30

Triadic Colors of #b35321

#b35321 #21b353 #5321b3

Analogous Colors of #b35321

#b35321 #b39c21 #b32138

Monochromatic Colors of #b35321

#b35321

Complementary Color

#b35321 #2181b3

#b35321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35321 Color CSS Codes

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

#b35321 Text Font Color

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

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


#b35321 Background Color

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

This div background color is #b35321


#b35321 Border Color

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

This div border color is #b35321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35321


Comments

No comments written yet.

Please login to write comment.