Color Hex Logo

#b35523 Color Hex

#B35523
(179,85,35)
0 Favorites   0 Comments

Color spaces of #b35523

RGB 1798535
HSL0.060.670.42
HSV21°80°70°
CMYK 0.000.530.80   0.30
XYZ22.142316.20213.5504
Yxy16.20210.52850.3867
Hunter Lab40.251827.751122.9466
CIE-Lab47.238535.075745.1366

#b35523 color RGB value is (179,85,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 00100011
Octal 263 125 43
Decimal 179 85 35
Hex B3 55 23

RGB Percentages of Color #b35523

%59.87
%28.43
%11.71

CMYK Percentages of Color #b35523

%0
%53
%80
%30

Triadic Colors of #b35523

#b35523 #23b355 #5523b3

Analogous Colors of #b35523

#b35523 #b39d23 #b32339

Monochromatic Colors of #b35523

#b35523

Complementary Color

#b35523 #2381b3

#b35523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35523 Color CSS Codes

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

#b35523 Text Font Color

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

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


#b35523 Background Color

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

This div background color is #b35523


#b35523 Border Color

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

This div border color is #b35523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35523


Comments

No comments written yet.

Please login to write comment.