Color Hex Logo

#b3981a Color Hex

#B3981A
(179,152,26)
0 Favorites   0 Comments

Color spaces of #b3981a

RGB 17915226
HSL0.140.750.40
HSV49°85°70°
CMYK 0.000.150.85   0.30
XYZ30.005132.11485.5946
Yxy32.11480.44310.4743
Hunter Lab56.6699-4.661733.8157
CIE-Lab63.4377-1.951962.6083

#b3981a color RGB value is (179,152,26).

#b3981a hex color red value is 179, green value is 152 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #b3981a hue: 0.14 , saturation: 0.75 and the lightness value of b3981a is 0.40.

The process color (four color CMYK) of #b3981a color hex is 0.00, 0.15, 0.85, 0.30. Web safe color of #b3981a is #cc9933. Color #b3981a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011000 00011010
Octal 263 230 32
Decimal 179 152 26
Hex B3 98 1A

RGB Percentages of Color #b3981a

%50.14
%42.58
%7.28

CMYK Percentages of Color #b3981a

%0
%15
%85
%30

Triadic Colors of #b3981a

#b3981a #1ab398 #981ab3

Analogous Colors of #b3981a

#b3981a #82b31a #b34b1a

Monochromatic Colors of #b3981a

#b3981a

Complementary Color

#b3981a #1a35b3

#b3981a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3981a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3981a Color CSS Codes

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

#b3981a Text Font Color

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

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


#b3981a Background Color

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

This div background color is #b3981a


#b3981a Border Color

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

This div border color is #b3981a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3981a


Comments

No comments written yet.

Please login to write comment.