Color Hex Logo

#955217 Color Hex

#955217
(149,82,23)
0 Favorites   0 Comments

Color spaces of #955217

RGB 1498223
HSL0.080.730.34
HSV28°85°58°
CMYK 0.000.450.85   0.42
XYZ15.566412.48602.4002
Yxy12.48600.51120.4100
Hunter Lab35.335516.797620.7075
CIE-Lab41.978323.653843.8847

#955217 color RGB value is (149,82,23).

#955217 hex color red value is 149, green value is 82 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #955217 hue: 0.08 , saturation: 0.73 and the lightness value of 955217 is 0.34.

The process color (four color CMYK) of #955217 color hex is 0.00, 0.45, 0.85, 0.42. Web safe color of #955217 is #996600. Color #955217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010010 00010111
Octal 225 122 27
Decimal 149 82 23
Hex 95 52 17

RGB Percentages of Color #955217

%58.66
%32.28
%9.06

CMYK Percentages of Color #955217

%0
%45
%85
%42

Triadic Colors of #955217

#955217 #179552 #521795

Analogous Colors of #955217

#955217 #959117 #95171b

Monochromatic Colors of #955217

#955217

Complementary Color

#955217 #175a95

#955217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955217 Color CSS Codes

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

#955217 Text Font Color

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

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


#955217 Background Color

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

This div background color is #955217


#955217 Border Color

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

This div border color is #955217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955217


Comments

No comments written yet.

Please login to write comment.