Color Hex Logo

#a7440f Color Hex

#A7440F
(167,68,15)
0 Favorites   0 Comments

Color spaces of #a7440f

RGB 1676815
HSL0.060.840.36
HSV21°91°65°
CMYK 0.000.590.91   0.35
XYZ18.089712.38421.8889
Yxy12.38420.55900.3827
Hunter Lab35.191230.171721.4514
CIE-Lab41.820338.382447.9161

#a7440f color RGB value is (167,68,15).

#a7440f hex color red value is 167, green value is 68 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #a7440f hue: 0.06 , saturation: 0.84 and the lightness value of a7440f is 0.36.

The process color (four color CMYK) of #a7440f color hex is 0.00, 0.59, 0.91, 0.35. Web safe color of #a7440f is #993300. Color #a7440f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000100 00001111
Octal 247 104 17
Decimal 167 68 15
Hex A7 44 F

RGB Percentages of Color #a7440f

%66.80
%27.20
%6.00

CMYK Percentages of Color #a7440f

%0
%59
%91
%35

Triadic Colors of #a7440f

#a7440f #0fa744 #440fa7

Analogous Colors of #a7440f

#a7440f #a7900f #a70f26

Monochromatic Colors of #a7440f

#a7440f

Complementary Color

#a7440f #0f72a7

#a7440f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7440f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7440f Color CSS Codes

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

#a7440f Text Font Color

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

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


#a7440f Background Color

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

This div background color is #a7440f


#a7440f Border Color

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

This div border color is #a7440f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,68,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7440f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7440f;
  -webkit-box-shadow: 1px 1px 3px 2px #a7440f;
  box-shadow:         1px 1px 3px 2px #a7440f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,68,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7440f


Comments

No comments written yet.

Please login to write comment.