Color Hex Logo

#92471d Color Hex

#92471D
(146,71,29)
0 Favorites   0 Comments

Color spaces of #92471d

RGB 1467129
HSL0.060.670.34
HSV22°80°57°
CMYK 0.000.510.80   0.43
XYZ14.329110.70622.4737
Yxy10.70620.52090.3892
Hunter Lab32.720320.909318.4218
CIE-Lab39.081228.692638.3229

#92471d color RGB value is (146,71,29).

#92471d hex color red value is 146, green value is 71 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #92471d hue: 0.06 , saturation: 0.67 and the lightness value of 92471d is 0.34.

The process color (four color CMYK) of #92471d color hex is 0.00, 0.51, 0.80, 0.43. Web safe color of #92471d is #993333. Color #92471d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01000111 00011101
Octal 222 107 35
Decimal 146 71 29
Hex 92 47 1D

RGB Percentages of Color #92471d

%59.35
%28.86
%11.79

CMYK Percentages of Color #92471d

%0
%51
%80
%43

Triadic Colors of #92471d

#92471d #1d9247 #471d92

Analogous Colors of #92471d

#92471d #92821d #921d2e

Monochromatic Colors of #92471d

#92471d

Complementary Color

#92471d #1d6892

#92471d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92471d Color Preview on White Background

Lorem ipsum dolor sit amet.

#92471d Color CSS Codes

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

#92471d Text Font Color

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

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


#92471d Background Color

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

This div background color is #92471d


#92471d Border Color

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

This div border color is #92471d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,71,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #92471d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #92471d;
  -webkit-box-shadow: 1px 1px 3px 2px #92471d;
  box-shadow:         1px 1px 3px 2px #92471d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92471d


Comments

No comments written yet.

Please login to write comment.