Color Hex Logo

#1b421f Color Hex

#1B421F
(27,66,31)
0 Favorites   0 Comments

Color spaces of #1b421f

RGB 276631
HSL0.350.420.18
HSV126°59°26°
CMYK 0.590.000.53   0.74
XYZ2.64754.22841.9729
Yxy4.22840.29920.4779
Hunter Lab20.5631-13.00358.7056
CIE-Lab24.4126-22.625917.1464

#1b421f color RGB value is (27,66,31).

#1b421f hex color red value is 27, green value is 66 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #1b421f hue: 0.35 , saturation: 0.42 and the lightness value of 1b421f is 0.18.

The process color (four color CMYK) of #1b421f color hex is 0.59, 0.00, 0.53, 0.74. Web safe color of #1b421f is #333333. Color #1b421f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01000010 00011111
Octal 33 102 37
Decimal 27 66 31
Hex 1B 42 1F

RGB Percentages of Color #1b421f

%21.77
%53.23
%25.00

CMYK Percentages of Color #1b421f

%59
%0
%53
%74

Triadic Colors of #1b421f

#1b421f #1f1b42 #421f1b

Analogous Colors of #1b421f

#1b421f #1b4233 #2b421b

Monochromatic Colors of #1b421f

#1b421f

Complementary Color

#1b421f #421b3e

#1b421f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b421f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b421f Color CSS Codes

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

#1b421f Text Font Color

<p style="color:#1b421f">Text here</p>

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


#1b421f Background Color

<div style="background-color:#1b421f">
Div content here</div>

This div background color is #1b421f


#1b421f Border Color

<div style="border:3px solid #1b421f">
Div here</div>

This div border color is #1b421f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b421f


Comments

No comments written yet.

Please login to write comment.