Color Hex Logo

#0f503b Color Hex

#0F503B
(15,80,59)
0 Favorites   0 Comments

Color spaces of #0f503b

RGB 158059
HSL0.450.680.19
HSV161°81°31°
CMYK 0.810.000.26   0.69
XYZ3.85516.15465.1225
Yxy6.15460.25480.4067
Hunter Lab24.8085-15.67695.1236
CIE-Lab29.7992-25.61866.7641

#0f503b color RGB value is (15,80,59).

#0f503b hex color red value is 15, green value is 80 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #0f503b hue: 0.45 , saturation: 0.68 and the lightness value of 0f503b is 0.19.

The process color (four color CMYK) of #0f503b color hex is 0.81, 0.00, 0.26, 0.69. Web safe color of #0f503b is #006633. Color #0f503b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01010000 00111011
Octal 17 120 73
Decimal 15 80 59
Hex F 50 3B

RGB Percentages of Color #0f503b

%9.74
%51.95
%38.31

CMYK Percentages of Color #0f503b

%81
%0
%26
%69

Triadic Colors of #0f503b

#0f503b #3b0f50 #503b0f

Analogous Colors of #0f503b

#0f503b #0f4550 #0f501b

Monochromatic Colors of #0f503b

#0f503b

Complementary Color

#0f503b #500f24

#0f503b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f503b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f503b Color CSS Codes

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

#0f503b Text Font Color

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

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


#0f503b Background Color

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

This div background color is #0f503b


#0f503b Border Color

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

This div border color is #0f503b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,80,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f503b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f503b;
  -webkit-box-shadow: 1px 1px 3px 2px #0f503b;
  box-shadow:         1px 1px 3px 2px #0f503b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,80,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f503b


Comments

No comments written yet.

Please login to write comment.