Color Hex Logo

#41481a Color Hex

#41481A
(65,72,26)
0 Favorites   0 Comments

Color spaces of #41481a

RGB 657226
HSL0.190.470.19
HSV69°64°28°
CMYK 0.100.000.64   0.72
XYZ4.68385.83311.8563
Yxy5.83310.37850.4714
Hunter Lab24.1518-7.648912.3493
CIE-Lab28.9874-10.599726.0900

#41481a color RGB value is (65,72,26).

#41481a hex color red value is 65, green value is 72 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #41481a hue: 0.19 , saturation: 0.47 and the lightness value of 41481a is 0.19.

The process color (four color CMYK) of #41481a color hex is 0.10, 0.00, 0.64, 0.72. Web safe color of #41481a is #333333. Color #41481a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001000 00011010
Octal 101 110 32
Decimal 65 72 26
Hex 41 48 1A

RGB Percentages of Color #41481a

%39.88
%44.17
%15.95

CMYK Percentages of Color #41481a

%10
%0
%64
%72

Triadic Colors of #41481a

#41481a #1a4148 #481a41

Analogous Colors of #41481a

#41481a #2a481a #48381a

Monochromatic Colors of #41481a

#41481a

Complementary Color

#41481a #211a48

#41481a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41481a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41481a Color CSS Codes

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

#41481a Text Font Color

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

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


#41481a Background Color

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

This div background color is #41481a


#41481a Border Color

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

This div border color is #41481a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41481a


Comments

No comments written yet.

Please login to write comment.