Color Hex Logo

#41483e Color Hex

#41483E
(65,72,62)
0 Favorites   0 Comments

Color spaces of #41483e

RGB 657262
HSL0.280.070.26
HSV102°14°28°
CMYK 0.100.000.14   0.72
XYZ5.36686.10635.4532
Yxy6.10630.31710.3608
Hunter Lab24.7109-4.47694.2136
CIE-Lab29.6791-5.07185.0356

#41483e color RGB value is (65,72,62).

#41483e hex color red value is 65, green value is 72 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #41483e hue: 0.28 , saturation: 0.07 and the lightness value of 41483e is 0.26.

The process color (four color CMYK) of #41483e color hex is 0.10, 0.00, 0.14, 0.72. Web safe color of #41483e is #333333. Color #41483e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001000 00111110
Octal 101 110 76
Decimal 65 72 62
Hex 41 48 3E

RGB Percentages of Color #41483e

%32.66
%36.18
%31.16

CMYK Percentages of Color #41483e

%10
%0
%14
%72

Triadic Colors of #41483e

#41483e #3e4148 #483e41

Analogous Colors of #41483e

#41483e #3e4840 #46483e

Monochromatic Colors of #41483e

#41483e

Complementary Color

#41483e #453e48

#41483e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41483e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41483e Color CSS Codes

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

#41483e Text Font Color

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

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


#41483e Background Color

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

This div background color is #41483e


#41483e Border Color

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

This div border color is #41483e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41483e


Comments

No comments written yet.

Please login to write comment.