Color Hex Logo

#350025 Color Hex

#350025
(53,0,37)
0 Favorites   0 Comments

Color spaces of #350025

RGB 53037
HSL0.881.000.10
HSV318°100°21°
CMYK 0.001.000.30   0.79
XYZ1.80210.89051.8272
Yxy0.89050.39870.1970
Hunter Lab9.436617.5738-4.8746
CIE-Lab8.043829.6897-9.7494

#350025 color RGB value is (53,0,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000000 00100101
Octal 65 0 45
Decimal 53 0 37
Hex 35 0 25

RGB Percentages of Color #350025

%58.89
%0.00
%41.11

CMYK Percentages of Color #350025

%0
%100
%30
%79

Triadic Colors of #350025

#350025 #253500 #002535

Analogous Colors of #350025

#350025 #35000b #2b0035

Monochromatic Colors of #350025

#350025

Complementary Color

#350025 #003510

#350025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350025 Color CSS Codes

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

#350025 Text Font Color

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

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


#350025 Background Color

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

This div background color is #350025


#350025 Border Color

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

This div border color is #350025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350025


Comments

No comments written yet.

Please login to write comment.