Color Hex Logo

#b35328 Color Hex

#B35328
(179,83,40)
0 Favorites   0 Comments

Color spaces of #b35328

RGB 1798340
HSL0.050.630.43
HSV19°78°70°
CMYK 0.000.540.78   0.30
XYZ22.066715.92343.9180
Yxy15.92340.52650.3800
Hunter Lab39.904128.877022.1115
CIE-Lab46.873836.297142.3747

#b35328 color RGB value is (179,83,40).

#b35328 hex color red value is 179, green value is 83 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #b35328 hue: 0.05 , saturation: 0.63 and the lightness value of b35328 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 00101000
Octal 263 123 50
Decimal 179 83 40
Hex B3 53 28

RGB Percentages of Color #b35328

%59.27
%27.48
%13.25

CMYK Percentages of Color #b35328

%0
%54
%78
%30

Triadic Colors of #b35328

#b35328 #28b353 #5328b3

Analogous Colors of #b35328

#b35328 #b39928 #b32842

Monochromatic Colors of #b35328

#b35328

Complementary Color

#b35328 #2888b3

#b35328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35328 Color CSS Codes

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

#b35328 Text Font Color

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

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


#b35328 Background Color

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

This div background color is #b35328


#b35328 Border Color

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

This div border color is #b35328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35328


Comments

No comments written yet.

Please login to write comment.