Color Hex Logo

#b3483a Color Hex

#B3483A
(179,72,58)
0 Favorites   0 Comments

Color spaces of #b3483a

RGB 1797258
HSL0.020.510.46
HSV68°70°
CMYK 0.000.600.68   0.30
XYZ21.671514.52395.6642
Yxy14.52390.51770.3470
Hunter Lab38.110234.811717.8651
CIE-Lab44.975142.635830.4692

#b3483a color RGB value is (179,72,58).

#b3483a hex color red value is 179, green value is 72 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b3483a hue: 0.02 , saturation: 0.51 and the lightness value of b3483a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001000 00111010
Octal 263 110 72
Decimal 179 72 58
Hex B3 48 3A

RGB Percentages of Color #b3483a

%57.93
%23.30
%18.77

CMYK Percentages of Color #b3483a

%0
%60
%68
%30

Triadic Colors of #b3483a

#b3483a #3ab348 #483ab3

Analogous Colors of #b3483a

#b3483a #b3853a #b33a69

Monochromatic Colors of #b3483a

#b3483a

Complementary Color

#b3483a #3aa5b3

#b3483a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3483a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3483a Color CSS Codes

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

#b3483a Text Font Color

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

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


#b3483a Background Color

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

This div background color is #b3483a


#b3483a Border Color

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

This div border color is #b3483a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3483a


Comments

No comments written yet.

Please login to write comment.