Color Hex Logo

#0f331f Color Hex

#0F331F
(15,51,31)
0 Favorites   0 Comments

Color spaces of #0f331f

RGB 155131
HSL0.410.550.13
HSV147°71°20°
CMYK 0.710.000.39   0.80
XYZ1.62822.56811.7062
Yxy2.56810.27580.4351
Hunter Lab16.0253-9.90834.9051
CIE-Lab18.2238-18.62448.9586

#0f331f color RGB value is (15,51,31).

#0f331f hex color red value is 15, green value is 51 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0f331f hue: 0.41 , saturation: 0.55 and the lightness value of 0f331f is 0.13.

The process color (four color CMYK) of #0f331f color hex is 0.71, 0.00, 0.39, 0.80. Web safe color of #0f331f is #003333. Color #0f331f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00110011 00011111
Octal 17 63 37
Decimal 15 51 31
Hex F 33 1F

RGB Percentages of Color #0f331f

%15.46
%52.58
%31.96

CMYK Percentages of Color #0f331f

%71
%0
%39
%80

Triadic Colors of #0f331f

#0f331f #1f0f33 #331f0f

Analogous Colors of #0f331f

#0f331f #0f3331 #11330f

Monochromatic Colors of #0f331f

#0f331f

Complementary Color

#0f331f #330f23

#0f331f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f331f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f331f Color CSS Codes

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

#0f331f Text Font Color

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

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


#0f331f Background Color

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

This div background color is #0f331f


#0f331f Border Color

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

This div border color is #0f331f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f331f


Comments

No comments written yet.

Please login to write comment.