Color Hex Logo

#0f813d Color Hex

#0F813D
(15,129,61)
0 Favorites   0 Comments

Color spaces of #0f813d

RGB 1512961
HSL0.400.790.28
HSV144°88°51°
CMYK 0.880.000.53   0.49
XYZ8.889616.13907.0615
Yxy16.13900.27700.5029
Hunter Lab40.1734-30.804817.6996
CIE-Lab47.1563-45.264528.5359

#0f813d color RGB value is (15,129,61).

#0f813d hex color red value is 15, green value is 129 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #0f813d hue: 0.40 , saturation: 0.79 and the lightness value of 0f813d is 0.28.

The process color (four color CMYK) of #0f813d color hex is 0.88, 0.00, 0.53, 0.49. Web safe color of #0f813d is #009933. Color #0f813d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10000001 00111101
Octal 17 201 75
Decimal 15 129 61
Hex F 81 3D

RGB Percentages of Color #0f813d

%7.32
%62.93
%29.76

CMYK Percentages of Color #0f813d

%88
%0
%53
%49

Triadic Colors of #0f813d

#0f813d #3d0f81 #813d0f

Analogous Colors of #0f813d

#0f813d #0f8176 #1a810f

Monochromatic Colors of #0f813d

#0f813d

Complementary Color

#0f813d #810f53

#0f813d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f813d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f813d Color CSS Codes

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

#0f813d Text Font Color

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

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


#0f813d Background Color

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

This div background color is #0f813d


#0f813d Border Color

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

This div border color is #0f813d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,129,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 #0f813d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f813d


Comments

No comments written yet.

Please login to write comment.