Color Hex Logo

#b3920d Color Hex

#B3920D
(179,146,13)
0 Favorites   0 Comments

Color spaces of #b3920d

RGB 17914613
HSL0.130.860.38
HSV48°93°70°
CMYK 0.000.180.93   0.30
XYZ28.941930.17054.6789
Yxy30.17050.45370.4730
Hunter Lab54.9277-2.070133.3989
CIE-Lab61.80111.032764.0871

#b3920d color RGB value is (179,146,13).

#b3920d hex color red value is 179, green value is 146 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b3920d hue: 0.13 , saturation: 0.86 and the lightness value of b3920d is 0.38.

The process color (four color CMYK) of #b3920d color hex is 0.00, 0.18, 0.93, 0.30. Web safe color of #b3920d is #cc9900. Color #b3920d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010010 00001101
Octal 263 222 15
Decimal 179 146 13
Hex B3 92 D

RGB Percentages of Color #b3920d

%52.96
%43.20
%3.85

CMYK Percentages of Color #b3920d

%0
%18
%93
%30

Triadic Colors of #b3920d

#b3920d #0db392 #920db3

Analogous Colors of #b3920d

#b3920d #81b30d #b33f0d

Monochromatic Colors of #b3920d

#b3920d

Complementary Color

#b3920d #0d2eb3

#b3920d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3920d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3920d Color CSS Codes

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

#b3920d Text Font Color

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

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


#b3920d Background Color

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

This div background color is #b3920d


#b3920d Border Color

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

This div border color is #b3920d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3920d


Comments

No comments written yet.

Please login to write comment.