Color Hex Logo

#63232a Color Hex

#63232A
(99,35,42)
0 Favorites   0 Comments

Color spaces of #63232a

RGB 993542
HSL0.980.480.26
HSV353°65°39°
CMYK 0.000.650.58   0.61
XYZ6.16454.02192.6419
Yxy4.02190.48050.3135
Hunter Lab20.054719.77256.2277
CIE-Lab23.743729.580110.6232

#63232a color RGB value is (99,35,42).

#63232a hex color red value is 99, green value is 35 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #63232a hue: 0.98 , saturation: 0.48 and the lightness value of 63232a is 0.26.

The process color (four color CMYK) of #63232a color hex is 0.00, 0.65, 0.58, 0.61. Web safe color of #63232a is #663333. Color #63232a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100011 00101010
Octal 143 43 52
Decimal 99 35 42
Hex 63 23 2A

RGB Percentages of Color #63232a

%56.25
%19.89
%23.86

CMYK Percentages of Color #63232a

%0
%65
%58
%61

Triadic Colors of #63232a

#63232a #2a6323 #232a63

Analogous Colors of #63232a

#63232a #633c23 #63234a

Monochromatic Colors of #63232a

#63232a

Complementary Color

#63232a #23635c

#63232a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63232a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63232a Color CSS Codes

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

#63232a Text Font Color

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

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


#63232a Background Color

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

This div background color is #63232a


#63232a Border Color

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

This div border color is #63232a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,35,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63232a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63232a;
  -webkit-box-shadow: 1px 1px 3px 2px #63232a;
  box-shadow:         1px 1px 3px 2px #63232a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,35,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63232a


Comments

No comments written yet.

Please login to write comment.