Color Hex Logo

#0c534d Color Hex

#0C534D
(12,83,77)
0 Favorites   0 Comments

Color spaces of #0c534d

RGB 128377
HSL0.490.750.19
HSV175°86°33°
CMYK 0.860.000.07   0.67
XYZ4.58446.80058.0922
Yxy6.80050.23540.3492
Hunter Lab26.0778-14.2563-0.1439
CIE-Lab31.3484-22.0822-2.4525

#0c534d color RGB value is (12,83,77).

#0c534d hex color red value is 12, green value is 83 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #0c534d hue: 0.49 , saturation: 0.75 and the lightness value of 0c534d is 0.19.

The process color (four color CMYK) of #0c534d color hex is 0.86, 0.00, 0.07, 0.67. Web safe color of #0c534d is #006666. Color #0c534d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01010011 01001101
Octal 14 123 115
Decimal 12 83 77
Hex C 53 4D

RGB Percentages of Color #0c534d

%6.98
%48.26
%44.77

CMYK Percentages of Color #0c534d

%86
%0
%7
%67

Triadic Colors of #0c534d

#0c534d #4d0c53 #534d0c

Analogous Colors of #0c534d

#0c534d #0c3653 #0c532a

Monochromatic Colors of #0c534d

#0c534d

Complementary Color

#0c534d #530c12

#0c534d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c534d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c534d Color CSS Codes

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

#0c534d Text Font Color

<p style="color:#0c534d">Text here</p>

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


#0c534d Background Color

<div style="background-color:#0c534d">
Div content here</div>

This div background color is #0c534d


#0c534d Border Color

<div style="border:3px solid #0c534d">
Div here</div>

This div border color is #0c534d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,83,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c534d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c534d;
  -webkit-box-shadow: 1px 1px 3px 2px #0c534d;
  box-shadow:         1px 1px 3px 2px #0c534d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c534d


Comments

No comments written yet.

Please login to write comment.