Color Hex Logo

#126731 Color Hex

#126731
(18,103,49)
0 Favorites   0 Comments

Color spaces of #126731

RGB 1810349
HSL0.390.700.24
HSV142°83°40°
CMYK 0.830.000.52   0.60
XYZ5.654110.05084.5477
Yxy10.05080.27920.4963
Hunter Lab31.7030-23.645513.6871
CIE-Lab37.9334-37.287423.5971

#126731 color RGB value is (18,103,49).

#126731 hex color red value is 18, green value is 103 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #126731 hue: 0.39 , saturation: 0.70 and the lightness value of 126731 is 0.24.

The process color (four color CMYK) of #126731 color hex is 0.83, 0.00, 0.52, 0.60. Web safe color of #126731 is #006633. Color #126731 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100111 00110001
Octal 22 147 61
Decimal 18 103 49
Hex 12 67 31

RGB Percentages of Color #126731

%10.59
%60.59
%28.82

CMYK Percentages of Color #126731

%83
%0
%52
%60

Triadic Colors of #126731

#126731 #311267 #673112

Analogous Colors of #126731

#126731 #12675c #1e6712

Monochromatic Colors of #126731

#126731

Complementary Color

#126731 #671248

#126731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126731 Color CSS Codes

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

#126731 Text Font Color

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

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


#126731 Background Color

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

This div background color is #126731


#126731 Border Color

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

This div border color is #126731


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,103,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #126731; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #126731;
  -webkit-box-shadow: 1px 1px 3px 2px #126731;
  box-shadow:         1px 1px 3px 2px #126731; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,103,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126731


Comments

No comments written yet.

Please login to write comment.