Color Hex Logo

#b33503 Color Hex

#B33503
(179,53,3)
0 Favorites   0 Comments

Color spaces of #b33503

RGB 179533
HSL0.050.970.36
HSV17°98°70°
CMYK 0.000.700.98   0.30
XYZ19.879912.13651.3809
Yxy12.13650.59530.3634
Hunter Lab34.837540.894922.0361
CIE-Lab41.432249.245952.3805

#b33503 color RGB value is (179,53,3).

#b33503 hex color red value is 179, green value is 53 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #b33503 hue: 0.05 , saturation: 0.97 and the lightness value of b33503 is 0.36.

The process color (four color CMYK) of #b33503 color hex is 0.00, 0.70, 0.98, 0.30. Web safe color of #b33503 is #cc3300. Color #b33503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110101 00000011
Octal 263 65 3
Decimal 179 53 3
Hex B3 35 3

RGB Percentages of Color #b33503

%76.17
%22.55
%1.28

CMYK Percentages of Color #b33503

%0
%70
%98
%30

Triadic Colors of #b33503

#b33503 #03b335 #3503b3

Analogous Colors of #b33503

#b33503 #b38d03 #b30329

Monochromatic Colors of #b33503

#b33503

Complementary Color

#b33503 #0381b3

#b33503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33503 Color CSS Codes

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

#b33503 Text Font Color

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

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


#b33503 Background Color

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

This div background color is #b33503


#b33503 Border Color

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

This div border color is #b33503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33503


Comments

No comments written yet.

Please login to write comment.