Color Hex Logo

#0f843b Color Hex

#0F843B
(15,132,59)
0 Favorites   0 Comments

Color spaces of #0f843b

RGB 1513259
HSL0.400.800.29
HSV143°89°52°
CMYK 0.890.000.55   0.48
XYZ9.237716.91996.9167
Yxy16.91990.27930.5116
Hunter Lab41.1338-31.897218.8240
CIE-Lab48.1590-46.661630.8176

#0f843b color RGB value is (15,132,59).

#0f843b hex color red value is 15, green value is 132 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #0f843b hue: 0.40 , saturation: 0.80 and the lightness value of 0f843b is 0.29.

The process color (four color CMYK) of #0f843b color hex is 0.89, 0.00, 0.55, 0.48. Web safe color of #0f843b is #009933. Color #0f843b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10000100 00111011
Octal 17 204 73
Decimal 15 132 59
Hex F 84 3B

RGB Percentages of Color #0f843b

%7.28
%64.08
%28.64

CMYK Percentages of Color #0f843b

%89
%0
%55
%48

Triadic Colors of #0f843b

#0f843b #3b0f84 #843b0f

Analogous Colors of #0f843b

#0f843b #0f8476 #1e840f

Monochromatic Colors of #0f843b

#0f843b

Complementary Color

#0f843b #840f58

#0f843b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f843b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f843b Color CSS Codes

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

#0f843b Text Font Color

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

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


#0f843b Background Color

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

This div background color is #0f843b


#0f843b Border Color

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

This div border color is #0f843b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f843b


Comments

No comments written yet.

Please login to write comment.