Color Hex Logo

#724228 Color Hex

#724228
(114,66,40)
0 Favorites   0 Comments

Color spaces of #724228

RGB 1146640
HSL0.060.480.30
HSV21°65°45°
CMYK 0.000.420.65   0.55
XYZ9.27067.62702.9910
Yxy7.62700.46610.3835
Hunter Lab27.617011.589812.9106
CIE-Lab33.193718.116524.4706

#724228 color RGB value is (114,66,40).

#724228 hex color red value is 114, green value is 66 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #724228 hue: 0.06 , saturation: 0.48 and the lightness value of 724228 is 0.30.

The process color (four color CMYK) of #724228 color hex is 0.00, 0.42, 0.65, 0.55. Web safe color of #724228 is #663333. Color #724228 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000010 00101000
Octal 162 102 50
Decimal 114 66 40
Hex 72 42 28

RGB Percentages of Color #724228

%51.82
%30.00
%18.18

CMYK Percentages of Color #724228

%0
%42
%65
%55

Triadic Colors of #724228

#724228 #287242 #422872

Analogous Colors of #724228

#724228 #726728 #722833

Monochromatic Colors of #724228

#724228

Complementary Color

#724228 #285872

#724228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724228 Color CSS Codes

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

#724228 Text Font Color

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

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


#724228 Background Color

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

This div background color is #724228


#724228 Border Color

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

This div border color is #724228


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,66,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #724228; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #724228;
  -webkit-box-shadow: 1px 1px 3px 2px #724228;
  box-shadow:         1px 1px 3px 2px #724228; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,66,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724228


Comments

No comments written yet.

Please login to write comment.