Color Hex Logo

#350021 Color Hex

#350021
(53,0,33)
0 Favorites   0 Comments

Color spaces of #350021

RGB 53033
HSL0.901.000.10
HSV323°100°21°
CMYK 0.001.000.38   0.79
XYZ1.74270.86671.5143
Yxy0.86670.42260.2102
Hunter Lab9.309717.1219-3.1273
CIE-Lab7.828829.1348-7.0124

#350021 color RGB value is (53,0,33).

#350021 hex color red value is 53, green value is 0 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #350021 hue: 0.90 , saturation: 1.00 and the lightness value of 350021 is 0.10.

The process color (four color CMYK) of #350021 color hex is 0.00, 1.00, 0.38, 0.79. Web safe color of #350021 is #330033. Color #350021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000000 00100001
Octal 65 0 41
Decimal 53 0 33
Hex 35 0 21

RGB Percentages of Color #350021

%61.63
%0.00
%38.37

CMYK Percentages of Color #350021

%0
%100
%38
%79

Triadic Colors of #350021

#350021 #213500 #002135

Analogous Colors of #350021

#350021 #350007 #2f0035

Monochromatic Colors of #350021

#350021

Complementary Color

#350021 #003514

#350021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350021 Color CSS Codes

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

#350021 Text Font Color

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

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


#350021 Background Color

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

This div background color is #350021


#350021 Border Color

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

This div border color is #350021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350021


Comments

No comments written yet.

Please login to write comment.