Color Hex Logo

#41821b Color Hex

#41821B
(65,130,27)
0 Favorites   0 Comments

Color spaces of #41821b

RGB 6513027
HSL0.270.660.31
HSV98°79°51°
CMYK 0.500.000.79   0.49
XYZ10.360417.16823.8047
Yxy17.16820.33070.5479
Hunter Lab41.4345-27.877823.5599
CIE-Lab48.4713-39.048545.7716

#41821b color RGB value is (65,130,27).

#41821b hex color red value is 65, green value is 130 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #41821b hue: 0.27 , saturation: 0.66 and the lightness value of 41821b is 0.31.

The process color (four color CMYK) of #41821b color hex is 0.50, 0.00, 0.79, 0.49. Web safe color of #41821b is #339933. Color #41821b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000010 00011011
Octal 101 202 33
Decimal 65 130 27
Hex 41 82 1B

RGB Percentages of Color #41821b

%29.28
%58.56
%12.16

CMYK Percentages of Color #41821b

%50
%0
%79
%49

Triadic Colors of #41821b

#41821b #1b4182 #821b41

Analogous Colors of #41821b

#41821b #1b8228 #75821b

Monochromatic Colors of #41821b

#41821b

Complementary Color

#41821b #5c1b82

#41821b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41821b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41821b Color CSS Codes

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

#41821b Text Font Color

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

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


#41821b Background Color

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

This div background color is #41821b


#41821b Border Color

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

This div border color is #41821b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,130,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41821b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41821b;
  -webkit-box-shadow: 1px 1px 3px 2px #41821b;
  box-shadow:         1px 1px 3px 2px #41821b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41821b


Comments

No comments written yet.

Please login to write comment.