Color Hex Logo

#1a472f Color Hex

#1A472F
(26,71,47)
0 Favorites   0 Comments

Color spaces of #1a472f

RGB 267147
HSL0.410.460.19
HSV148°63°28°
CMYK 0.630.000.34   0.72
XYZ3.19234.93133.4729
Yxy4.93130.27530.4252
Hunter Lab22.2065-13.20126.2722
CIE-Lab26.5381-22.03279.9146

#1a472f color RGB value is (26,71,47).

#1a472f hex color red value is 26, green value is 71 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #1a472f hue: 0.41 , saturation: 0.46 and the lightness value of 1a472f is 0.19.

The process color (four color CMYK) of #1a472f color hex is 0.63, 0.00, 0.34, 0.72. Web safe color of #1a472f is #333333. Color #1a472f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01000111 00101111
Octal 32 107 57
Decimal 26 71 47
Hex 1A 47 2F

RGB Percentages of Color #1a472f

%18.06
%49.31
%32.64

CMYK Percentages of Color #1a472f

%63
%0
%34
%72

Triadic Colors of #1a472f

#1a472f #2f1a47 #472f1a

Analogous Colors of #1a472f

#1a472f #1a4746 #1c471a

Monochromatic Colors of #1a472f

#1a472f

Complementary Color

#1a472f #471a32

#1a472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a472f Color CSS Codes

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

#1a472f Text Font Color

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

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


#1a472f Background Color

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

This div background color is #1a472f


#1a472f Border Color

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

This div border color is #1a472f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,71,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1a472f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1a472f;
  -webkit-box-shadow: 1px 1px 3px 2px #1a472f;
  box-shadow:         1px 1px 3px 2px #1a472f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a472f


Comments

No comments written yet.

Please login to write comment.