Color Hex Logo

#954334 Color Hex

#954334
(149,67,52)
0 Favorites   0 Comments

Color spaces of #954334

RGB 1496752
HSL0.030.480.39
HSV65°58°
CMYK 0.000.550.65   0.42
XYZ15.021410.65184.5131
Yxy10.65180.49760.3529
Hunter Lab32.637125.040714.6473
CIE-Lab38.987733.313825.5912

#954334 color RGB value is (149,67,52).

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

The process color (four color CMYK) of #954334 color hex is 0.00, 0.55, 0.65, 0.42. Web safe color of #954334 is #993333. Color #954334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000011 00110100
Octal 225 103 64
Decimal 149 67 52
Hex 95 43 34

RGB Percentages of Color #954334

%55.60
%25.00
%19.40

CMYK Percentages of Color #954334

%0
%55
%65
%42

Triadic Colors of #954334

#954334 #349543 #433495

Analogous Colors of #954334

#954334 #957434 #953456

Monochromatic Colors of #954334

#954334

Complementary Color

#954334 #348695

#954334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#954334 Color CSS Codes

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

#954334 Text Font Color

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

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


#954334 Background Color

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

This div background color is #954334


#954334 Border Color

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

This div border color is #954334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954334


Comments

No comments written yet.

Please login to write comment.