Color Hex Logo

#41360a Color Hex

#41360A
(65,54,10)
0 Favorites   0 Comments

Color spaces of #41360a

RGB 655410
HSL0.130.730.15
HSV48°85°25°
CMYK 0.000.170.85   0.75
XYZ3.55393.78410.8302
Yxy3.78410.43510.4633
Hunter Lab19.4528-1.431511.0866
CIE-Lab22.9444-0.668127.6847

#41360a color RGB value is (65,54,10).

#41360a hex color red value is 65, green value is 54 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #41360a hue: 0.13 , saturation: 0.73 and the lightness value of 41360a is 0.15.

The process color (four color CMYK) of #41360a color hex is 0.00, 0.17, 0.85, 0.75. Web safe color of #41360a is #333300. Color #41360a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110110 00001010
Octal 101 66 12
Decimal 65 54 10
Hex 41 36 A

RGB Percentages of Color #41360a

%50.39
%41.86
%7.75

CMYK Percentages of Color #41360a

%0
%17
%85
%75

Triadic Colors of #41360a

#41360a #0a4136 #360a41

Analogous Colors of #41360a

#41360a #31410a #411b0a

Monochromatic Colors of #41360a

#41360a

Complementary Color

#41360a #0a1541

#41360a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41360a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41360a Color CSS Codes

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

#41360a Text Font Color

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

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


#41360a Background Color

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

This div background color is #41360a


#41360a Border Color

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

This div border color is #41360a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,54,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41360a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41360a;
  -webkit-box-shadow: 1px 1px 3px 2px #41360a;
  box-shadow:         1px 1px 3px 2px #41360a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41360a


Comments

No comments written yet.

Please login to write comment.