Color Hex Logo

#b34339 Color Hex

#B34339
(179,67,57)
0 Favorites   0 Comments

Color spaces of #b34339

RGB 1796757
HSL0.010.520.46
HSV68°70°
CMYK 0.000.630.68   0.30
XYZ21.336113.89345.4281
Yxy13.89340.52480.3417
Hunter Lab37.273936.946817.4574
CIE-Lab44.079744.911329.9775

#b34339 color RGB value is (179,67,57).

#b34339 hex color red value is 179, green value is 67 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #b34339 hue: 0.01 , saturation: 0.52 and the lightness value of b34339 is 0.46.

The process color (four color CMYK) of #b34339 color hex is 0.00, 0.63, 0.68, 0.30. Web safe color of #b34339 is #cc3333. Color #b34339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000011 00111001
Octal 263 103 71
Decimal 179 67 57
Hex B3 43 39

RGB Percentages of Color #b34339

%59.08
%22.11
%18.81

CMYK Percentages of Color #b34339

%0
%63
%68
%30

Triadic Colors of #b34339

#b34339 #39b343 #4339b3

Analogous Colors of #b34339

#b34339 #b38039 #b3396c

Monochromatic Colors of #b34339

#b34339

Complementary Color

#b34339 #39a9b3

#b34339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34339 Color CSS Codes

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

#b34339 Text Font Color

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

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


#b34339 Background Color

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

This div background color is #b34339


#b34339 Border Color

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

This div border color is #b34339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34339


Comments

No comments written yet.

Please login to write comment.