Color Hex Logo

#42891b Color Hex

#42891B
(66,137,27)
0 Favorites   0 Comments

Color spaces of #42891b

RGB 6613727
HSL0.270.670.32
HSV99°80°54°
CMYK 0.520.000.80   0.46
XYZ11.390319.12874.1288
Yxy19.12870.32870.5521
Hunter Lab43.7364-30.051725.0184
CIE-Lab50.8374-41.581848.0449

#42891b color RGB value is (66,137,27).

#42891b hex color red value is 66, green value is 137 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #42891b hue: 0.27 , saturation: 0.67 and the lightness value of 42891b is 0.32.

The process color (four color CMYK) of #42891b color hex is 0.52, 0.00, 0.80, 0.46. Web safe color of #42891b is #339933. Color #42891b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 00011011
Octal 102 211 33
Decimal 66 137 27
Hex 42 89 1B

RGB Percentages of Color #42891b

%28.70
%59.57
%11.74

CMYK Percentages of Color #42891b

%52
%0
%80
%46

Triadic Colors of #42891b

#42891b #1b4289 #891b42

Analogous Colors of #42891b

#42891b #1b892b #79891b

Monochromatic Colors of #42891b

#42891b

Complementary Color

#42891b #621b89

#42891b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42891b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42891b Color CSS Codes

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

#42891b Text Font Color

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

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


#42891b Background Color

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

This div background color is #42891b


#42891b Border Color

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

This div border color is #42891b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,137,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 #42891b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42891b


Comments

No comments written yet.

Please login to write comment.