Color Hex Logo

#b3342f Color Hex

#B3342F
(179,52,47)
0 Favorites   0 Comments

Color spaces of #b3342f

RGB 1795247
HSL0.010.580.44
HSV74°70°
CMYK 0.000.710.74   0.30
XYZ20.331512.24493.9812
Yxy12.24490.55610.3349
Hunter Lab34.992742.475017.7493
CIE-Lab41.602750.741632.9334

#b3342f color RGB value is (179,52,47).

#b3342f hex color red value is 179, green value is 52 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b3342f hue: 0.01 , saturation: 0.58 and the lightness value of b3342f is 0.44.

The process color (four color CMYK) of #b3342f color hex is 0.00, 0.71, 0.74, 0.30. Web safe color of #b3342f is #cc3333. Color #b3342f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110100 00101111
Octal 263 64 57
Decimal 179 52 47
Hex B3 34 2F

RGB Percentages of Color #b3342f

%64.39
%18.71
%16.91

CMYK Percentages of Color #b3342f

%0
%71
%74
%30

Triadic Colors of #b3342f

#b3342f #2fb334 #342fb3

Analogous Colors of #b3342f

#b3342f #b3762f #b32f6c

Monochromatic Colors of #b3342f

#b3342f

Complementary Color

#b3342f #2faeb3

#b3342f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3342f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3342f Color CSS Codes

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

#b3342f Text Font Color

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

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


#b3342f Background Color

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

This div background color is #b3342f


#b3342f Border Color

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

This div border color is #b3342f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3342f


Comments

No comments written yet.

Please login to write comment.