Color Hex Logo

#12743d Color Hex

#12743D
(18,116,61)
0 Favorites   0 Comments

Color spaces of #12743d

RGB 1811661
HSL0.410.730.26
HSV146°84°45°
CMYK 0.840.000.47   0.55
XYZ7.337112.95636.5290
Yxy12.95630.27350.4830
Hunter Lab35.9949-26.606014.4420
CIE-Lab42.6973-40.110822.9208

#12743d color RGB value is (18,116,61).

#12743d hex color red value is 18, green value is 116 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #12743d hue: 0.41 , saturation: 0.73 and the lightness value of 12743d is 0.26.

The process color (four color CMYK) of #12743d color hex is 0.84, 0.00, 0.47, 0.55. Web safe color of #12743d is #006633. Color #12743d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110100 00111101
Octal 22 164 75
Decimal 18 116 61
Hex 12 74 3D

RGB Percentages of Color #12743d

%9.23
%59.49
%31.28

CMYK Percentages of Color #12743d

%84
%0
%47
%55

Triadic Colors of #12743d

#12743d #3d1274 #743d12

Analogous Colors of #12743d

#12743d #12746e #187412

Monochromatic Colors of #12743d

#12743d

Complementary Color

#12743d #741249

#12743d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12743d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12743d Color CSS Codes

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

#12743d Text Font Color

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

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


#12743d Background Color

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

This div background color is #12743d


#12743d Border Color

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

This div border color is #12743d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,116,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12743d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12743d;
  -webkit-box-shadow: 1px 1px 3px 2px #12743d;
  box-shadow:         1px 1px 3px 2px #12743d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12743d


Comments

No comments written yet.

Please login to write comment.