Color Hex Logo

#b3812f Color Hex

#B3812F
(179,129,47)
0 Favorites   0 Comments

Color spaces of #b3812f

RGB 17912947
HSL0.100.580.44
HSV37°74°70°
CMYK 0.000.280.74   0.30
XYZ26.953825.48956.1887
Yxy25.48950.45970.4347
Hunter Lab50.48716.944228.0732
CIE-Lab57.549311.473649.9120

#b3812f color RGB value is (179,129,47).

#b3812f hex color red value is 179, green value is 129 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b3812f hue: 0.10 , saturation: 0.58 and the lightness value of b3812f is 0.44.

The process color (four color CMYK) of #b3812f color hex is 0.00, 0.28, 0.74, 0.30. Web safe color of #b3812f is #cc9933. Color #b3812f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 00101111
Octal 263 201 57
Decimal 179 129 47
Hex B3 81 2F

RGB Percentages of Color #b3812f

%50.42
%36.34
%13.24

CMYK Percentages of Color #b3812f

%0
%28
%74
%30

Triadic Colors of #b3812f

#b3812f #2fb381 #812fb3

Analogous Colors of #b3812f

#b3812f #a3b32f #b33f2f

Monochromatic Colors of #b3812f

#b3812f

Complementary Color

#b3812f #2f61b3

#b3812f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3812f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3812f Color CSS Codes

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

#b3812f Text Font Color

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

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


#b3812f Background Color

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

This div background color is #b3812f


#b3812f Border Color

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

This div border color is #b3812f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3812f


Comments

No comments written yet.

Please login to write comment.