Color Hex Logo

#0f3748 Color Hex

#0F3748
(15,55,72)
0 Favorites   0 Comments

Color spaces of #0f3748

RGB 155572
HSL0.550.660.17
HSV198°79°28°
CMYK 0.790.240.00   0.72
XYZ2.73293.30186.6242
Yxy3.30180.21590.2608
Hunter Lab18.1709-4.9526-8.8946
CIE-Lab21.2142-7.2271-14.4977

#0f3748 color RGB value is (15,55,72).

#0f3748 hex color red value is 15, green value is 55 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #0f3748 hue: 0.55 , saturation: 0.66 and the lightness value of 0f3748 is 0.17.

The process color (four color CMYK) of #0f3748 color hex is 0.79, 0.24, 0.00, 0.72. Web safe color of #0f3748 is #003333. Color #0f3748 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00110111 01001000
Octal 17 67 110
Decimal 15 55 72
Hex F 37 48

RGB Percentages of Color #0f3748

%10.56
%38.73
%50.70

CMYK Percentages of Color #0f3748

%79
%24
%0
%72

Triadic Colors of #0f3748

#0f3748 #480f37 #37480f

Analogous Colors of #0f3748

#0f3748 #0f1b48 #0f483d

Monochromatic Colors of #0f3748

#0f3748

Complementary Color

#0f3748 #48200f

#0f3748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f3748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f3748 Color CSS Codes

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

#0f3748 Text Font Color

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

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


#0f3748 Background Color

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

This div background color is #0f3748


#0f3748 Border Color

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

This div border color is #0f3748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f3748


Comments

No comments written yet.

Please login to write comment.