Color Hex Logo

#994035 Color Hex

#994035
(153,64,53)
0 Favorites   0 Comments

Color spaces of #994035

RGB 1536453
HSL0.020.490.40
HSV65°60°
CMYK 0.000.580.65   0.40
XYZ15.612910.69614.6098
Yxy10.69610.50500.3459
Hunter Lab32.704927.980114.5364
CIE-Lab39.063836.488425.2316

#994035 color RGB value is (153,64,53).

#994035 hex color red value is 153, green value is 64 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #994035 hue: 0.02 , saturation: 0.49 and the lightness value of 994035 is 0.40.

The process color (four color CMYK) of #994035 color hex is 0.00, 0.58, 0.65, 0.40. Web safe color of #994035 is #993333. Color #994035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000000 00110101
Octal 231 100 65
Decimal 153 64 53
Hex 99 40 35

RGB Percentages of Color #994035

%56.67
%23.70
%19.63

CMYK Percentages of Color #994035

%0
%58
%65
%40

Triadic Colors of #994035

#994035 #359940 #403599

Analogous Colors of #994035

#994035 #997235 #99355c

Monochromatic Colors of #994035

#994035

Complementary Color

#994035 #358e99

#994035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994035 Color CSS Codes

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

#994035 Text Font Color

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

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


#994035 Background Color

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

This div background color is #994035


#994035 Border Color

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

This div border color is #994035


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,64,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #994035; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #994035;
  -webkit-box-shadow: 1px 1px 3px 2px #994035;
  box-shadow:         1px 1px 3px 2px #994035; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994035


Comments

No comments written yet.

Please login to write comment.