Color Hex Logo

#b35346 Color Hex

#B35346
(179,83,70)
0 Favorites   0 Comments

Color spaces of #b35346

RGB 1798370
HSL0.020.440.49
HSV61°70°
CMYK 0.000.540.61   0.30
XYZ22.789216.21247.7225
Yxy16.21240.48770.3470
Hunter Lab40.264630.565316.8138
CIE-Lab47.251937.985326.2680

#b35346 color RGB value is (179,83,70).

#b35346 hex color red value is 179, green value is 83 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #b35346 hue: 0.02 , saturation: 0.44 and the lightness value of b35346 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 01000110
Octal 263 123 106
Decimal 179 83 70
Hex B3 53 46

RGB Percentages of Color #b35346

%53.92
%25.00
%21.08

CMYK Percentages of Color #b35346

%0
%54
%61
%30

Triadic Colors of #b35346

#b35346 #46b353 #5346b3

Analogous Colors of #b35346

#b35346 #b38a46 #b34670

Monochromatic Colors of #b35346

#b35346

Complementary Color

#b35346 #46a6b3

#b35346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35346 Color CSS Codes

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

#b35346 Text Font Color

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

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


#b35346 Background Color

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

This div background color is #b35346


#b35346 Border Color

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

This div border color is #b35346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35346


Comments

No comments written yet.

Please login to write comment.