Color Hex Logo

#94461d Color Hex

#94461D
(148,70,29)
0 Favorites   0 Comments

Color spaces of #94461d

RGB 1487029
HSL0.060.670.35
HSV21°80°58°
CMYK 0.000.530.80   0.42
XYZ14.624710.76492.4694
Yxy10.76490.52500.3864
Hunter Lab32.809922.147318.5045
CIE-Lab39.181630.077038.5290

#94461d color RGB value is (148,70,29).

#94461d hex color red value is 148, green value is 70 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #94461d hue: 0.06 , saturation: 0.67 and the lightness value of 94461d is 0.35.

The process color (four color CMYK) of #94461d color hex is 0.00, 0.53, 0.80, 0.42. Web safe color of #94461d is #993333. Color #94461d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01000110 00011101
Octal 224 106 35
Decimal 148 70 29
Hex 94 46 1D

RGB Percentages of Color #94461d

%59.92
%28.34
%11.74

CMYK Percentages of Color #94461d

%0
%53
%80
%42

Triadic Colors of #94461d

#94461d #1d9446 #461d94

Analogous Colors of #94461d

#94461d #94821d #941d30

Monochromatic Colors of #94461d

#94461d

Complementary Color

#94461d #1d6b94

#94461d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94461d Color Preview on White Background

Lorem ipsum dolor sit amet.

#94461d Color CSS Codes

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

#94461d Text Font Color

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

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


#94461d Background Color

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

This div background color is #94461d


#94461d Border Color

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

This div border color is #94461d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,70,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94461d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94461d;
  -webkit-box-shadow: 1px 1px 3px 2px #94461d;
  box-shadow:         1px 1px 3px 2px #94461d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,70,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94461d


Comments

No comments written yet.

Please login to write comment.