Color Hex Logo

#b3782d Color Hex

#B3782D
(179,120,45)
0 Favorites   0 Comments

Color spaces of #b3782d

RGB 17912045
HSL0.090.600.44
HSV34°75°70°
CMYK 0.000.330.75   0.30
XYZ25.780523.20615.6031
Yxy23.20610.47230.4251
Hunter Lab48.172711.225326.8247
CIE-Lab55.284016.400448.5126

#b3782d color RGB value is (179,120,45).

#b3782d hex color red value is 179, green value is 120 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b3782d hue: 0.09 , saturation: 0.60 and the lightness value of b3782d is 0.44.

The process color (four color CMYK) of #b3782d color hex is 0.00, 0.33, 0.75, 0.30. Web safe color of #b3782d is #cc6633. Color #b3782d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111000 00101101
Octal 263 170 55
Decimal 179 120 45
Hex B3 78 2D

RGB Percentages of Color #b3782d

%52.03
%34.88
%13.08

CMYK Percentages of Color #b3782d

%0
%33
%75
%30

Triadic Colors of #b3782d

#b3782d #2db378 #782db3

Analogous Colors of #b3782d

#b3782d #abb32d #b3352d

Monochromatic Colors of #b3782d

#b3782d

Complementary Color

#b3782d #2d68b3

#b3782d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3782d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3782d Color CSS Codes

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

#b3782d Text Font Color

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

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


#b3782d Background Color

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

This div background color is #b3782d


#b3782d Border Color

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

This div border color is #b3782d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3782d


Comments

No comments written yet.

Please login to write comment.