Color Hex Logo

#946334 Color Hex

#946334
(148,99,52)
0 Favorites   0 Comments

Color spaces of #946334

RGB 1489952
HSL0.080.480.39
HSV29°65°58°
CMYK 0.000.330.65   0.42
XYZ17.294415.46755.3228
Yxy15.46750.45410.4061
Hunter Lab39.32879.668219.5057
CIE-Lab46.268014.933534.2295

#946334 color RGB value is (148,99,52).

#946334 hex color red value is 148, green value is 99 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #946334 hue: 0.08 , saturation: 0.48 and the lightness value of 946334 is 0.39.

The process color (four color CMYK) of #946334 color hex is 0.00, 0.33, 0.65, 0.42. Web safe color of #946334 is #996633. Color #946334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100011 00110100
Octal 224 143 64
Decimal 148 99 52
Hex 94 63 34

RGB Percentages of Color #946334

%49.50
%33.11
%17.39

CMYK Percentages of Color #946334

%0
%33
%65
%42

Triadic Colors of #946334

#946334 #349463 #633494

Analogous Colors of #946334

#946334 #949334 #943435

Monochromatic Colors of #946334

#946334

Complementary Color

#946334 #346594

#946334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#946334 Color CSS Codes

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

#946334 Text Font Color

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

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


#946334 Background Color

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

This div background color is #946334


#946334 Border Color

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

This div border color is #946334


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,99,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #946334; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #946334;
  -webkit-box-shadow: 1px 1px 3px 2px #946334;
  box-shadow:         1px 1px 3px 2px #946334; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946334


Comments

No comments written yet.

Please login to write comment.