Color Hex Logo

#12613d Color Hex

#12613D
(18,97,61)
0 Favorites   0 Comments

Color spaces of #12613d

RGB 189761
HSL0.420.690.23
HSV153°81°38°
CMYK 0.810.000.37   0.62
XYZ5.36659.01495.8721
Yxy9.01490.26500.4451
Hunter Lab30.0248-20.63929.4217
CIE-Lab36.0130-32.376614.1148

#12613d color RGB value is (18,97,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100001 00111101
Octal 22 141 75
Decimal 18 97 61
Hex 12 61 3D

RGB Percentages of Color #12613d

%10.23
%55.11
%34.66

CMYK Percentages of Color #12613d

%81
%0
%37
%62

Triadic Colors of #12613d

#12613d #3d1261 #613d12

Analogous Colors of #12613d

#12613d #125d61 #126116

Monochromatic Colors of #12613d

#12613d

Complementary Color

#12613d #611236

#12613d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12613d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12613d Color CSS Codes

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

#12613d Text Font Color

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

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


#12613d Background Color

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

This div background color is #12613d


#12613d Border Color

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

This div border color is #12613d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,97,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 #12613d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12613d


Comments

No comments written yet.

Please login to write comment.