Color Hex Logo

#12533f Color Hex

#12533F
(18,83,63)
0 Favorites   0 Comments

Color spaces of #12533f

RGB 188363
HSL0.450.640.20
HSV162°78°33°
CMYK 0.780.000.24   0.67
XYZ4.23996.67405.7674
Yxy6.67400.25420.4001
Hunter Lab25.8341-15.91424.8475
CIE-Lab31.0529-25.48706.0148

#12533f color RGB value is (18,83,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010011 00111111
Octal 22 123 77
Decimal 18 83 63
Hex 12 53 3F

RGB Percentages of Color #12533f

%10.98
%50.61
%38.41

CMYK Percentages of Color #12533f

%78
%0
%24
%67

Triadic Colors of #12533f

#12533f #3f1253 #533f12

Analogous Colors of #12533f

#12533f #124753 #12531f

Monochromatic Colors of #12533f

#12533f

Complementary Color

#12533f #531226

#12533f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12533f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12533f Color CSS Codes

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

#12533f Text Font Color

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

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


#12533f Background Color

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

This div background color is #12533f


#12533f Border Color

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

This div border color is #12533f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12533f


Comments

No comments written yet.

Please login to write comment.