Color Hex Logo

#946242 Color Hex

#946242
(148,98,66)
0 Favorites   0 Comments

Color spaces of #946242

RGB 1489866
HSL0.070.380.42
HSV23°55°58°
CMYK 0.000.340.55   0.42
XYZ17.563815.42467.2058
Yxy15.42460.43700.3838
Hunter Lab39.274211.097216.6137
CIE-Lab46.210316.645426.3613

#946242 color RGB value is (148,98,66).

#946242 hex color red value is 148, green value is 98 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #946242 hue: 0.07 , saturation: 0.38 and the lightness value of 946242 is 0.42.

The process color (four color CMYK) of #946242 color hex is 0.00, 0.34, 0.55, 0.42. Web safe color of #946242 is #996633. Color #946242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100010 01000010
Octal 224 142 102
Decimal 148 98 66
Hex 94 62 42

RGB Percentages of Color #946242

%47.44
%31.41
%21.15

CMYK Percentages of Color #946242

%0
%34
%55
%42

Triadic Colors of #946242

#946242 #429462 #624294

Analogous Colors of #946242

#946242 #948b42 #94424b

Monochromatic Colors of #946242

#946242

Complementary Color

#946242 #427494

#946242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#946242 Color CSS Codes

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

#946242 Text Font Color

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

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


#946242 Background Color

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

This div background color is #946242


#946242 Border Color

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

This div border color is #946242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946242


Comments

No comments written yet.

Please login to write comment.