Color Hex Logo

#0f350b Color Hex

#0F350B
(15,53,11)
0 Favorites   0 Comments

Color spaces of #0f350b

RGB 155311
HSL0.320.660.13
HSV114°79°21°
CMYK 0.720.000.79   0.79
XYZ1.53052.67190.7517
Yxy2.67190.30890.5393
Hunter Lab16.3459-11.89218.7156
CIE-Lab18.6789-23.217121.4530

#0f350b color RGB value is (15,53,11).

#0f350b hex color red value is 15, green value is 53 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #0f350b hue: 0.32 , saturation: 0.66 and the lightness value of 0f350b is 0.13.

The process color (four color CMYK) of #0f350b color hex is 0.72, 0.00, 0.79, 0.79. Web safe color of #0f350b is #003300. Color #0f350b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00110101 00001011
Octal 17 65 13
Decimal 15 53 11
Hex F 35 B

RGB Percentages of Color #0f350b

%18.99
%67.09
%13.92

CMYK Percentages of Color #0f350b

%72
%0
%79
%79

Triadic Colors of #0f350b

#0f350b #0b0f35 #350b0f

Analogous Colors of #0f350b

#0f350b #0b351c #24350b

Monochromatic Colors of #0f350b

#0f350b

Complementary Color

#0f350b #310b35

#0f350b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f350b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f350b Color CSS Codes

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

#0f350b Text Font Color

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

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


#0f350b Background Color

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

This div background color is #0f350b


#0f350b Border Color

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

This div border color is #0f350b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f350b


Comments

No comments written yet.

Please login to write comment.