Color Hex Logo

#413500 Color Hex

#413500
(65,53,0)
0 Favorites   0 Comments

Color spaces of #413500

RGB 65530
HSL0.141.000.13
HSV49°100°25°
CMYK 0.000.181.00   0.75
XYZ3.45313.67000.5264
Yxy3.67000.45140.4798
Hunter Lab19.1572-1.350511.7809
CIE-Lab22.5490-0.559631.3483

#413500 color RGB value is (65,53,0).

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

The process color (four color CMYK) of #413500 color hex is 0.00, 0.18, 1.00, 0.75. Web safe color of #413500 is #333300. Color #413500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110101 00000000
Octal 101 65 0
Decimal 65 53 0
Hex 41 35 0

RGB Percentages of Color #413500

%55.08
%44.92
%0.00

CMYK Percentages of Color #413500

%0
%18
%100
%75

Triadic Colors of #413500

#413500 #004135 #350041

Analogous Colors of #413500

#413500 #2d4100 #411500

Monochromatic Colors of #413500

#413500

Complementary Color

#413500 #000c41

#413500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413500 Color CSS Codes

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

#413500 Text Font Color

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

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


#413500 Background Color

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

This div background color is #413500


#413500 Border Color

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

This div border color is #413500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413500


Comments

No comments written yet.

Please login to write comment.