Color Hex Logo

#744813 Color Hex

#744813
(116,72,19)
0 Favorites   0 Comments

Color spaces of #744813

RGB 1167219
HSL0.090.720.26
HSV33°84°45°
CMYK 0.000.380.84   0.55
XYZ9.63748.39481.7285
Yxy8.39480.48770.4248
Hunter Lab28.97388.669416.7446
CIE-Lab34.791914.223837.3072

#744813 color RGB value is (116,72,19).

#744813 hex color red value is 116, green value is 72 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #744813 hue: 0.09 , saturation: 0.72 and the lightness value of 744813 is 0.26.

The process color (four color CMYK) of #744813 color hex is 0.00, 0.38, 0.84, 0.55. Web safe color of #744813 is #663300. Color #744813 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001000 00010011
Octal 164 110 23
Decimal 116 72 19
Hex 74 48 13

RGB Percentages of Color #744813

%56.04
%34.78
%9.18

CMYK Percentages of Color #744813

%0
%38
%84
%55

Triadic Colors of #744813

#744813 #137448 #481374

Analogous Colors of #744813

#744813 #707413 #741813

Monochromatic Colors of #744813

#744813

Complementary Color

#744813 #133f74

#744813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744813 Color CSS Codes

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

#744813 Text Font Color

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

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


#744813 Background Color

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

This div background color is #744813


#744813 Border Color

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

This div border color is #744813


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,72,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744813; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744813;
  -webkit-box-shadow: 1px 1px 3px 2px #744813;
  box-shadow:         1px 1px 3px 2px #744813; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,72,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744813


Comments

No comments written yet.

Please login to write comment.