Color Hex Logo

#321835 Color Hex

#321835
(50,24,53)
0 Favorites   0 Comments

Color spaces of #321835

RGB 502453
HSL0.820.380.15
HSV294°55°21°
CMYK 0.060.550.00   0.79
XYZ2.28461.58843.5543
Yxy1.58840.30760.2139
Hunter Lab12.603210.3015-7.8985
CIE-Lab13.159418.6112-13.6440

#321835 color RGB value is (50,24,53).

#321835 hex color red value is 50, green value is 24 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #321835 hue: 0.82 , saturation: 0.38 and the lightness value of 321835 is 0.15.

The process color (four color CMYK) of #321835 color hex is 0.06, 0.55, 0.00, 0.79. Web safe color of #321835 is #330033. Color #321835 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011000 00110101
Octal 62 30 65
Decimal 50 24 53
Hex 32 18 35

RGB Percentages of Color #321835

%39.37
%18.90
%41.73

CMYK Percentages of Color #321835

%6
%55
%0
%79

Triadic Colors of #321835

#321835 #353218 #183532

Analogous Colors of #321835

#321835 #35182a #241835

Monochromatic Colors of #321835

#321835

Complementary Color

#321835 #1b3518

#321835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321835 Color CSS Codes

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

#321835 Text Font Color

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

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


#321835 Background Color

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

This div background color is #321835


#321835 Border Color

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

This div border color is #321835


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,24,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 #321835">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321835


Comments

No comments written yet.

Please login to write comment.