Color Hex Logo

#948134 Color Hex

#948134
(148,129,52)
0 Favorites   0 Comments

Color spaces of #948134

RGB 14812952
HSL0.130.480.39
HSV48°65°58°
CMYK 0.000.130.65   0.42
XYZ20.682822.24436.4523
Yxy22.24430.41890.4505
Hunter Lab47.1639-4.259024.9035
CIE-Lab54.2853-2.212043.2078

#948134 color RGB value is (148,129,52).

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

The process color (four color CMYK) of #948134 color hex is 0.00, 0.13, 0.65, 0.42. Web safe color of #948134 is #999933. Color #948134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000001 00110100
Octal 224 201 64
Decimal 148 129 52
Hex 94 81 34

RGB Percentages of Color #948134

%44.98
%39.21
%15.81

CMYK Percentages of Color #948134

%0
%13
%65
%42

Triadic Colors of #948134

#948134 #349481 #813494

Analogous Colors of #948134

#948134 #779434 #945134

Monochromatic Colors of #948134

#948134

Complementary Color

#948134 #344794

#948134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948134 Color CSS Codes

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

#948134 Text Font Color

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

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


#948134 Background Color

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

This div background color is #948134


#948134 Border Color

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

This div border color is #948134


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,129,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 #948134">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948134


Comments

No comments written yet.

Please login to write comment.