Color Hex Logo

#350b33 Color Hex

#350B33
(53,11,51)
0 Favorites   0 Comments

Color spaces of #350b33

RGB 531151
HSL0.840.660.13
HSV303°79°21°
CMYK 0.000.790.04   0.79
XYZ2.18541.23523.2552
Yxy1.23520.32740.1850
Hunter Lab11.114015.6500-9.5859
CIE-Lab10.814526.5987-15.8410

#350b33 color RGB value is (53,11,51).

#350b33 hex color red value is 53, green value is 11 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #350b33 hue: 0.84 , saturation: 0.66 and the lightness value of 350b33 is 0.13.

The process color (four color CMYK) of #350b33 color hex is 0.00, 0.79, 0.04, 0.79. Web safe color of #350b33 is #330033. Color #350b33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001011 00110011
Octal 65 13 63
Decimal 53 11 51
Hex 35 B 33

RGB Percentages of Color #350b33

%46.09
%9.57
%44.35

CMYK Percentages of Color #350b33

%0
%79
%4
%79

Triadic Colors of #350b33

#350b33 #33350b #0b3335

Analogous Colors of #350b33

#350b33 #350b1e #220b35

Monochromatic Colors of #350b33

#350b33

Complementary Color

#350b33 #0b350d

#350b33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350b33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350b33 Color CSS Codes

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

#350b33 Text Font Color

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

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


#350b33 Background Color

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

This div background color is #350b33


#350b33 Border Color

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

This div border color is #350b33


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,11,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #350b33; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #350b33;
  -webkit-box-shadow: 1px 1px 3px 2px #350b33;
  box-shadow:         1px 1px 3px 2px #350b33; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350b33


Comments

No comments written yet.

Please login to write comment.