Color Hex Logo

#947b04 Color Hex

#947B04
(148,123,4)
0 Favorites   0 Comments

Color spaces of #947b04

RGB 1481234
HSL0.140.950.30
HSV50°97°58°
CMYK 0.000.170.97   0.42
XYZ19.317620.47063.0479
Yxy20.47060.45100.4779
Hunter Lab45.2444-2.965327.6770
CIE-Lab52.3652-0.703957.1447

#947b04 color RGB value is (148,123,4).

#947b04 hex color red value is 148, green value is 123 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #947b04 hue: 0.14 , saturation: 0.95 and the lightness value of 947b04 is 0.30.

The process color (four color CMYK) of #947b04 color hex is 0.00, 0.17, 0.97, 0.42. Web safe color of #947b04 is #996600. Color #947b04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111011 00000100
Octal 224 173 4
Decimal 148 123 4
Hex 94 7B 4

RGB Percentages of Color #947b04

%53.82
%44.73
%1.45

CMYK Percentages of Color #947b04

%0
%17
%97
%42

Triadic Colors of #947b04

#947b04 #04947b #7b0494

Analogous Colors of #947b04

#947b04 #659404 #943304

Monochromatic Colors of #947b04

#947b04

Complementary Color

#947b04 #041d94

#947b04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947b04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947b04 Color CSS Codes

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

#947b04 Text Font Color

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

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


#947b04 Background Color

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

This div background color is #947b04


#947b04 Border Color

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

This div border color is #947b04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947b04


Comments

No comments written yet.

Please login to write comment.