Color Hex Logo

#a33807 Color Hex

#A33807
(163,56,7)
0 Favorites   0 Comments

Color spaces of #a33807

RGB 163567
HSL0.050.920.33
HSV19°96°64°
CMYK 0.000.660.96   0.36
XYZ16.556810.63021.3802
Yxy10.63020.57960.3721
Hunter Lab32.604033.588020.3129
CIE-Lab38.950542.387648.1096

#a33807 color RGB value is (163,56,7).

#a33807 hex color red value is 163, green value is 56 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #a33807 hue: 0.05 , saturation: 0.92 and the lightness value of a33807 is 0.33.

The process color (four color CMYK) of #a33807 color hex is 0.00, 0.66, 0.96, 0.36. Web safe color of #a33807 is #993300. Color #a33807 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111000 00000111
Octal 243 70 7
Decimal 163 56 7
Hex A3 38 7

RGB Percentages of Color #a33807

%72.12
%24.78
%3.10

CMYK Percentages of Color #a33807

%0
%66
%96
%36

Triadic Colors of #a33807

#a33807 #07a338 #3807a3

Analogous Colors of #a33807

#a33807 #a38607 #a30724

Monochromatic Colors of #a33807

#a33807

Complementary Color

#a33807 #0772a3

#a33807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33807 Color CSS Codes

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

#a33807 Text Font Color

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

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


#a33807 Background Color

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

This div background color is #a33807


#a33807 Border Color

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

This div border color is #a33807


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,56,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a33807; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a33807;
  -webkit-box-shadow: 1px 1px 3px 2px #a33807;
  box-shadow:         1px 1px 3px 2px #a33807; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,56,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33807


Comments

No comments written yet.

Please login to write comment.