Color Hex Logo

#b3931e Color Hex

#B3931E
(179,147,30)
0 Favorites   0 Comments

Color spaces of #b3931e

RGB 17914730
HSL0.130.710.41
HSV47°83°70°
CMYK 0.000.180.83   0.30
XYZ29.258530.54495.5820
Yxy30.54490.44750.4672
Hunter Lab55.2674-2.220432.6989
CIE-Lab62.12160.873460.3950

#b3931e color RGB value is (179,147,30).

#b3931e hex color red value is 179, green value is 147 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b3931e hue: 0.13 , saturation: 0.71 and the lightness value of b3931e is 0.41.

The process color (four color CMYK) of #b3931e color hex is 0.00, 0.18, 0.83, 0.30. Web safe color of #b3931e is #cc9933. Color #b3931e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010011 00011110
Octal 263 223 36
Decimal 179 147 30
Hex B3 93 1E

RGB Percentages of Color #b3931e

%50.28
%41.29
%8.43

CMYK Percentages of Color #b3931e

%0
%18
%83
%30

Triadic Colors of #b3931e

#b3931e #1eb393 #931eb3

Analogous Colors of #b3931e

#b3931e #89b31e #b3491e

Monochromatic Colors of #b3931e

#b3931e

Complementary Color

#b3931e #1e3eb3

#b3931e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3931e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3931e Color CSS Codes

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

#b3931e Text Font Color

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

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


#b3931e Background Color

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

This div background color is #b3931e


#b3931e Border Color

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

This div border color is #b3931e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3931e


Comments

No comments written yet.

Please login to write comment.