Color Hex Logo

#948163 Color Hex

#948163
(148,129,99)
0 Favorites   0 Comments

Color spaces of #948163

RGB 14812999
HSL0.100.200.48
HSV37°33°58°
CMYK 0.000.130.33   0.42
XYZ22.315122.897315.0479
Yxy22.89730.37030.3800
Hunter Lab47.8511-0.497014.8507
CIE-Lab54.96642.564218.9523

#948163 color RGB value is (148,129,99).

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

The process color (four color CMYK) of #948163 color hex is 0.00, 0.13, 0.33, 0.42. Web safe color of #948163 is #999966. Color #948163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000001 01100011
Octal 224 201 143
Decimal 148 129 99
Hex 94 81 63

RGB Percentages of Color #948163

%39.36
%34.31
%26.33

CMYK Percentages of Color #948163

%0
%13
%33
%42

Triadic Colors of #948163

#948163 #639481 #816394

Analogous Colors of #948163

#948163 #8f9463 #946963

Monochromatic Colors of #948163

#948163

Complementary Color

#948163 #637694

#948163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948163 Color CSS Codes

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

#948163 Text Font Color

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

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


#948163 Background Color

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

This div background color is #948163


#948163 Border Color

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

This div border color is #948163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948163


Comments

No comments written yet.

Please login to write comment.