Color Hex Logo

#12531f Color Hex

#12531F
(18,83,31)
0 Favorites   0 Comments

Color spaces of #12531f

RGB 188331
HSL0.370.640.20
HSV132°78°33°
CMYK 0.780.000.63   0.67
XYZ3.59006.41402.3451
Yxy6.41400.29070.5194
Hunter Lab25.3259-19.017512.2380
CIE-Lab30.4338-32.385624.4127

#12531f color RGB value is (18,83,31).

#12531f hex color red value is 18, green value is 83 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #12531f hue: 0.37 , saturation: 0.64 and the lightness value of 12531f is 0.20.

The process color (four color CMYK) of #12531f color hex is 0.78, 0.00, 0.63, 0.67. Web safe color of #12531f is #006633. Color #12531f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010011 00011111
Octal 22 123 37
Decimal 18 83 31
Hex 12 53 1F

RGB Percentages of Color #12531f

%13.64
%62.88
%23.48

CMYK Percentages of Color #12531f

%78
%0
%63
%67

Triadic Colors of #12531f

#12531f #1f1253 #531f12

Analogous Colors of #12531f

#12531f #125340 #265312

Monochromatic Colors of #12531f

#12531f

Complementary Color

#12531f #531246

#12531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12531f Color CSS Codes

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

#12531f Text Font Color

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

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


#12531f Background Color

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

This div background color is #12531f


#12531f Border Color

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

This div border color is #12531f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12531f


Comments

No comments written yet.

Please login to write comment.