Color Hex Logo

#b35340 Color Hex

#B35340
(179,83,64)
0 Favorites   0 Comments

Color spaces of #b35340

RGB 1798364
HSL0.030.470.48
HSV10°64°70°
CMYK 0.000.540.64   0.30
XYZ22.609116.14046.7743
Yxy16.14040.49660.3545
Hunter Lab40.175130.146918.1251
CIE-Lab47.158237.569129.6436

#b35340 color RGB value is (179,83,64).

#b35340 hex color red value is 179, green value is 83 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b35340 hue: 0.03 , saturation: 0.47 and the lightness value of b35340 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 01000000
Octal 263 123 100
Decimal 179 83 64
Hex B3 53 40

RGB Percentages of Color #b35340

%54.91
%25.46
%19.63

CMYK Percentages of Color #b35340

%0
%54
%64
%30

Triadic Colors of #b35340

#b35340 #40b353 #5340b3

Analogous Colors of #b35340

#b35340 #b38d40 #b34067

Monochromatic Colors of #b35340

#b35340

Complementary Color

#b35340 #40a0b3

#b35340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35340 Color CSS Codes

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

#b35340 Text Font Color

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

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


#b35340 Background Color

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

This div background color is #b35340


#b35340 Border Color

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

This div border color is #b35340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35340


Comments

No comments written yet.

Please login to write comment.