Color Hex Logo

#b3840c Color Hex

#B3840C
(179,132,12)
0 Favorites   0 Comments

Color spaces of #b3840c

RGB 17913212
HSL0.120.870.37
HSV43°93°70°
CMYK 0.000.260.93   0.30
XYZ26.908026.11283.9699
Yxy26.11280.47210.4582
Hunter Lab51.10074.566231.1644
CIE-Lab58.14408.724161.5156

#b3840c color RGB value is (179,132,12).

#b3840c hex color red value is 179, green value is 132 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #b3840c hue: 0.12 , saturation: 0.87 and the lightness value of b3840c is 0.37.

The process color (four color CMYK) of #b3840c color hex is 0.00, 0.26, 0.93, 0.30. Web safe color of #b3840c is #cc9900. Color #b3840c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000100 00001100
Octal 263 204 14
Decimal 179 132 12
Hex B3 84 C

RGB Percentages of Color #b3840c

%55.42
%40.87
%3.72

CMYK Percentages of Color #b3840c

%0
%26
%93
%30

Triadic Colors of #b3840c

#b3840c #0cb384 #840cb3

Analogous Colors of #b3840c

#b3840c #8fb30c #b3310c

Monochromatic Colors of #b3840c

#b3840c

Complementary Color

#b3840c #0c3bb3

#b3840c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3840c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3840c Color CSS Codes

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

#b3840c Text Font Color

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

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


#b3840c Background Color

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

This div background color is #b3840c


#b3840c Border Color

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

This div border color is #b3840c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3840c


Comments

No comments written yet.

Please login to write comment.