Color Hex Logo

#99372d Color Hex

#99372D
(153,55,45)
0 Favorites   0 Comments

Color spaces of #99372d

RGB 1535545
HSL0.020.550.39
HSV71°60°
CMYK 0.000.640.71   0.40
XYZ14.97679.69413.5644
Yxy9.69410.53040.3433
Hunter Lab31.135331.375115.0072
CIE-Lab37.287740.373027.8962

#99372d color RGB value is (153,55,45).

#99372d hex color red value is 153, green value is 55 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #99372d hue: 0.02 , saturation: 0.55 and the lightness value of 99372d is 0.39.

The process color (four color CMYK) of #99372d color hex is 0.00, 0.64, 0.71, 0.40. Web safe color of #99372d is #993333. Color #99372d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110111 00101101
Octal 231 67 55
Decimal 153 55 45
Hex 99 37 2D

RGB Percentages of Color #99372d

%60.47
%21.74
%17.79

CMYK Percentages of Color #99372d

%0
%64
%71
%40

Triadic Colors of #99372d

#99372d #2d9937 #372d99

Analogous Colors of #99372d

#99372d #996d2d #992d59

Monochromatic Colors of #99372d

#99372d

Complementary Color

#99372d #2d8f99

#99372d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99372d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99372d Color CSS Codes

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

#99372d Text Font Color

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

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


#99372d Background Color

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

This div background color is #99372d


#99372d Border Color

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

This div border color is #99372d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,55,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99372d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99372d;
  -webkit-box-shadow: 1px 1px 3px 2px #99372d;
  box-shadow:         1px 1px 3px 2px #99372d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99372d


Comments

No comments written yet.

Please login to write comment.