Color Hex Logo

#63232f Color Hex

#63232F
(99,35,47)
0 Favorites   0 Comments

Color spaces of #63232f

RGB 993547
HSL0.970.480.26
HSV349°65°39°
CMYK 0.000.650.53   0.61
XYZ6.25974.05993.1430
Yxy4.05990.46500.3016
Hunter Lab20.149220.19314.8560
CIE-Lab23.868530.07117.3873

#63232f color RGB value is (99,35,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100011 00101111
Octal 143 43 57
Decimal 99 35 47
Hex 63 23 2F

RGB Percentages of Color #63232f

%54.70
%19.34
%25.97

CMYK Percentages of Color #63232f

%0
%65
%53
%61

Triadic Colors of #63232f

#63232f #2f6323 #232f63

Analogous Colors of #63232f

#63232f #633723 #63234f

Monochromatic Colors of #63232f

#63232f

Complementary Color

#63232f #236357

#63232f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63232f Color Preview on White Background

Lorem ipsum dolor sit amet.

#63232f Color CSS Codes

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

#63232f Text Font Color

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

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


#63232f Background Color

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

This div background color is #63232f


#63232f Border Color

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

This div border color is #63232f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63232f


Comments

No comments written yet.

Please login to write comment.