Color Hex Logo

#b3851d Color Hex

#B3851D
(179,133,29)
0 Favorites   0 Comments

Color spaces of #b3851d

RGB 17913329
HSL0.120.720.41
HSV42°84°70°
CMYK 0.000.260.84   0.30
XYZ27.199726.44754.8337
Yxy26.44750.46510.4522
Hunter Lab51.42714.410830.4263
CIE-Lab58.45948.546657.5614

#b3851d color RGB value is (179,133,29).

#b3851d hex color red value is 179, green value is 133 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b3851d hue: 0.12 , saturation: 0.72 and the lightness value of b3851d is 0.41.

The process color (four color CMYK) of #b3851d color hex is 0.00, 0.26, 0.84, 0.30. Web safe color of #b3851d is #cc9933. Color #b3851d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000101 00011101
Octal 263 205 35
Decimal 179 133 29
Hex B3 85 1D

RGB Percentages of Color #b3851d

%52.49
%39.00
%8.50

CMYK Percentages of Color #b3851d

%0
%26
%84
%30

Triadic Colors of #b3851d

#b3851d #1db385 #851db3

Analogous Colors of #b3851d

#b3851d #96b31d #b33a1d

Monochromatic Colors of #b3851d

#b3851d

Complementary Color

#b3851d #1d4bb3

#b3851d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3851d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3851d Color CSS Codes

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

#b3851d Text Font Color

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

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


#b3851d Background Color

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

This div background color is #b3851d


#b3851d Border Color

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

This div border color is #b3851d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3851d


Comments

No comments written yet.

Please login to write comment.