Color Hex Logo

#0f672b Color Hex

#0F672B
(15,103,43)
0 Favorites   0 Comments

Color spaces of #0f672b

RGB 1510343
HSL0.390.750.23
HSV139°85°40°
CMYK 0.850.000.58   0.60
XYZ5.48339.97653.9222
Yxy9.97650.28290.5147
Hunter Lab31.5856-24.287014.7475
CIE-Lab37.8002-38.698726.7069

#0f672b color RGB value is (15,103,43).

#0f672b hex color red value is 15, green value is 103 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #0f672b hue: 0.39 , saturation: 0.75 and the lightness value of 0f672b is 0.23.

The process color (four color CMYK) of #0f672b color hex is 0.85, 0.00, 0.58, 0.60. Web safe color of #0f672b is #006633. Color #0f672b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01100111 00101011
Octal 17 147 53
Decimal 15 103 43
Hex F 67 2B

RGB Percentages of Color #0f672b

%9.32
%63.98
%26.71

CMYK Percentages of Color #0f672b

%85
%0
%58
%60

Triadic Colors of #0f672b

#0f672b #2b0f67 #672b0f

Analogous Colors of #0f672b

#0f672b #0f6757 #1f670f

Monochromatic Colors of #0f672b

#0f672b

Complementary Color

#0f672b #670f4b

#0f672b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f672b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f672b Color CSS Codes

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

#0f672b Text Font Color

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

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


#0f672b Background Color

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

This div background color is #0f672b


#0f672b Border Color

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

This div border color is #0f672b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f672b


Comments

No comments written yet.

Please login to write comment.