Color Hex Logo

#b3983f Color Hex

#B3983F
(179,152,63)
0 Favorites   0 Comments

Color spaces of #b3983f

RGB 17915263
HSL0.130.480.47
HSV46°65°70°
CMYK 0.000.150.65   0.30
XYZ30.715832.39919.3374
Yxy32.39910.42390.4472
Hunter Lab56.9202-3.286630.1180
CIE-Lab63.6714-0.292349.1678

#b3983f color RGB value is (179,152,63).

#b3983f hex color red value is 179, green value is 152 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b3983f hue: 0.13 , saturation: 0.48 and the lightness value of b3983f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011000 00111111
Octal 263 230 77
Decimal 179 152 63
Hex B3 98 3F

RGB Percentages of Color #b3983f

%45.43
%38.58
%15.99

CMYK Percentages of Color #b3983f

%0
%15
%65
%30

Triadic Colors of #b3983f

#b3983f #3fb398 #983fb3

Analogous Colors of #b3983f

#b3983f #94b33f #b35e3f

Monochromatic Colors of #b3983f

#b3983f

Complementary Color

#b3983f #3f5ab3

#b3983f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3983f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3983f Color CSS Codes

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

#b3983f Text Font Color

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

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


#b3983f Background Color

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

This div background color is #b3983f


#b3983f Border Color

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

This div border color is #b3983f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3983f


Comments

No comments written yet.

Please login to write comment.