Color Hex Logo

#b3954f Color Hex

#B3954F
(179,149,79)
0 Favorites   0 Comments

Color spaces of #b3954f

RGB 17914979
HSL0.120.400.51
HSV42°56°70°
CMYK 0.000.170.56   0.30
XYZ30.749131.643111.8842
Yxy31.64310.41400.4260
Hunter Lab56.2522-0.868026.8506
CIE-Lab63.04682.523740.7077

#b3954f color RGB value is (179,149,79).

#b3954f hex color red value is 179, green value is 149 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b3954f hue: 0.12 , saturation: 0.40 and the lightness value of b3954f is 0.51.

The process color (four color CMYK) of #b3954f color hex is 0.00, 0.17, 0.56, 0.30. Web safe color of #b3954f is #cc9966. Color #b3954f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010101 01001111
Octal 263 225 117
Decimal 179 149 79
Hex B3 95 4F

RGB Percentages of Color #b3954f

%43.98
%36.61
%19.41

CMYK Percentages of Color #b3954f

%0
%17
%56
%30

Triadic Colors of #b3954f

#b3954f #4fb395 #954fb3

Analogous Colors of #b3954f

#b3954f #9fb34f #b3634f

Monochromatic Colors of #b3954f

#b3954f

Complementary Color

#b3954f #4f6db3

#b3954f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3954f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3954f Color CSS Codes

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

#b3954f Text Font Color

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

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


#b3954f Background Color

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

This div background color is #b3954f


#b3954f Border Color

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

This div border color is #b3954f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3954f


Comments

No comments written yet.

Please login to write comment.