Color Hex Logo

#350f30 Color Hex

#350F30
(53,15,48)
0 Favorites   0 Comments

Color spaces of #350f30

RGB 531548
HSL0.860.560.13
HSV308°72°21°
CMYK 0.000.720.09   0.79
XYZ2.17251.31192.9350
Yxy1.31190.33840.2044
Hunter Lab11.453813.8127-7.1752
CIE-Lab11.358523.9739-12.7973

#350f30 color RGB value is (53,15,48).

#350f30 hex color red value is 53, green value is 15 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #350f30 hue: 0.86 , saturation: 0.56 and the lightness value of 350f30 is 0.13.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001111 00110000
Octal 65 17 60
Decimal 53 15 48
Hex 35 F 30

RGB Percentages of Color #350f30

%45.69
%12.93
%41.38

CMYK Percentages of Color #350f30

%0
%72
%9
%79

Triadic Colors of #350f30

#350f30 #30350f #0f3035

Analogous Colors of #350f30

#350f30 #350f1d #270f35

Monochromatic Colors of #350f30

#350f30

Complementary Color

#350f30 #0f3514

#350f30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350f30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350f30 Color CSS Codes

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

#350f30 Text Font Color

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

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


#350f30 Background Color

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

This div background color is #350f30


#350f30 Border Color

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

This div border color is #350f30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350f30


Comments

No comments written yet.

Please login to write comment.