Color Hex Logo

#350a2d Color Hex

#350A2D
(53,10,45)
0 Favorites   0 Comments

Color spaces of #350a2d

RGB 531045
HSL0.860.680.12
HSV311°81°21°
CMYK 0.000.810.15   0.79
XYZ2.05041.16342.5991
Yxy1.16340.35270.2001
Hunter Lab10.786115.0565-6.7367
CIE-Lab10.284625.8929-12.2679

#350a2d color RGB value is (53,10,45).

#350a2d hex color red value is 53, green value is 10 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #350a2d hue: 0.86 , saturation: 0.68 and the lightness value of 350a2d is 0.12.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001010 00101101
Octal 65 12 55
Decimal 53 10 45
Hex 35 A 2D

RGB Percentages of Color #350a2d

%49.07
%9.26
%41.67

CMYK Percentages of Color #350a2d

%0
%81
%15
%79

Triadic Colors of #350a2d

#350a2d #2d350a #0a2d35

Analogous Colors of #350a2d

#350a2d #350a18 #280a35

Monochromatic Colors of #350a2d

#350a2d

Complementary Color

#350a2d #0a3512

#350a2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350a2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#350a2d Color CSS Codes

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

#350a2d Text Font Color

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

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


#350a2d Background Color

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

This div background color is #350a2d


#350a2d Border Color

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

This div border color is #350a2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350a2d


Comments

No comments written yet.

Please login to write comment.