Color Hex Logo

#12613f Color Hex

#12613F
(18,97,63)
0 Favorites   0 Comments

Color spaces of #12613f

RGB 189763
HSL0.430.690.23
HSV154°81°38°
CMYK 0.810.000.35   0.62
XYZ5.42149.03696.1612
Yxy9.03690.26290.4383
Hunter Lab30.0614-20.41618.8913
CIE-Lab36.0552-31.906912.9674

#12613f color RGB value is (18,97,63).

#12613f hex color red value is 18, green value is 97 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #12613f hue: 0.43 , saturation: 0.69 and the lightness value of 12613f is 0.23.

The process color (four color CMYK) of #12613f color hex is 0.81, 0.00, 0.35, 0.62. Web safe color of #12613f is #006633. Color #12613f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100001 00111111
Octal 22 141 77
Decimal 18 97 63
Hex 12 61 3F

RGB Percentages of Color #12613f

%10.11
%54.49
%35.39

CMYK Percentages of Color #12613f

%81
%0
%35
%62

Triadic Colors of #12613f

#12613f #3f1261 #613f12

Analogous Colors of #12613f

#12613f #125c61 #126118

Monochromatic Colors of #12613f

#12613f

Complementary Color

#12613f #611234

#12613f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12613f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12613f Color CSS Codes

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

#12613f Text Font Color

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

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


#12613f Background Color

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

This div background color is #12613f


#12613f Border Color

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

This div border color is #12613f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,97,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12613f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12613f;
  -webkit-box-shadow: 1px 1px 3px 2px #12613f;
  box-shadow:         1px 1px 3px 2px #12613f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12613f


Comments

No comments written yet.

Please login to write comment.