Color Hex Logo

#94963b Color Hex

#94963B
(148,150,59)
0 Favorites   0 Comments

Color spaces of #94963b

RGB 14815059
HSL0.170.440.41
HSV61°61°59°
CMYK 0.010.000.61   0.41
XYZ23.908528.42448.3640
Yxy28.42440.39390.4683
Hunter Lab53.3145-13.253528.0187
CIE-Lab60.2702-13.123746.4817

#94963b color RGB value is (148,150,59).

#94963b hex color red value is 148, green value is 150 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #94963b hue: 0.17 , saturation: 0.44 and the lightness value of 94963b is 0.41.

The process color (four color CMYK) of #94963b color hex is 0.01, 0.00, 0.61, 0.41. Web safe color of #94963b is #999933. Color #94963b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010110 00111011
Octal 224 226 73
Decimal 148 150 59
Hex 94 96 3B

RGB Percentages of Color #94963b

%41.46
%42.02
%16.53

CMYK Percentages of Color #94963b

%1
%0
%61
%41

Triadic Colors of #94963b

#94963b #3b9496 #963b94

Analogous Colors of #94963b

#94963b #67963b #966b3b

Monochromatic Colors of #94963b

#94963b

Complementary Color

#94963b #3d3b96

#94963b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94963b Color Preview on White Background

Lorem ipsum dolor sit amet.

#94963b Color CSS Codes

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

#94963b Text Font Color

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

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


#94963b Background Color

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

This div background color is #94963b


#94963b Border Color

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

This div border color is #94963b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,150,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94963b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94963b;
  -webkit-box-shadow: 1px 1px 3px 2px #94963b;
  box-shadow:         1px 1px 3px 2px #94963b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94963b


Comments

No comments written yet.

Please login to write comment.