COLOR #0F250A

HEX: #0F250A
RGB: (15,37,10)

Color info

#0F250A contains red, green and blue colors in about the same proportion. Web safe color of #0F250A is #003300 (or #030).

RGB color model

#0F250A color RGB value is (15,37,10).

  • red value is 15;
  • green value is 37;
  • blue value is 10.
RGB:
(15,37,10)
(6%,15%,4%)

RGB channels and saturation

R 15 of 255 = 6%
G 37 of 255 = 15%
B 10 of 255 = 4%

15
37
10

R + G + B ~ 8%. #0F250A is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 37 + 10 = 62 (100%)
R 15 of 62 ~ 24.19%
G 37 of 62 ~ 59.68%
B 10 of 62 ~ 16.13%

%24.19
%59.68
%16.13

CMYK color model

#0F250A color CMYK value is (59,0,73,85).

  • cyan value is 59.46%
  • magenta value is 0.00%
  • yellow value is 72.97%
  • key color value is 85.49%
CMYK:
(59,0,73,85)
C59M0Y73K85 
(59%,0%,73%,85%)
(0.59/0.00/0.73/0.85)	

CMYK percentages

%59.46
%0
%72.97
%85.49

Codes

Color #0F250A in popluar color models

0F250A
RGB153710
HSL109°57.45%9.22%
HSB/HSV109°72.97%14.51%
CMYK59.46%0.00%72.97%
85.49%

Color #0F250A in popluar number systems.

HEX0F250A
Decimal153710
Binary11111001011010
Octal174512

Shades and tints

Shades of #0F250A

#0F250A
(15,37,10)
#0E220A
(14,34,10)
#0D1F0A
(13,31,10)
#0C1C0A
(12,28,10)
#0B190A
(11,25,10)
#0A160A
(10,22,10)
#09130A
(9,19,10)
#08100A
(8,16,10)
#070D0A
(7,13,10)
#060A0A
(6,10,10)
#05070A
(5,7,10)
#000000
(0,0,0)

Tints of #0F250A

#0F250A
(15,37,10)
#243820
(36,56,32)
#394B36
(57,75,54)
#4E5E4C
(78,94,76)
#637162
(99,113,98)
#788478
(120,132,120)
#8D978E
(141,151,142)
#A2AAA4
(162,170,164)
#B7BDBA
(183,189,186)
#CCD0D0
(204,208,208)
#E1E3E6
(225,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F250A color. Also use rgb(15,37,10) instead hex code.

Text Font Color

.myTextColor { color: #0F250A; }

<p style="color:#0F250A">This sample text font color is #0F250A.</p>

This text font color is #0F250A.


Background Color

.myBgColor { background-color: #0F250A; }

<div style="background-color:#0F250A">Inner text</div>

This div background color is #0F250A.


Border color

.myBorderColor { border: 1px solid #0F250A; }

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

This div border color is #0F250A.


Opacity

.myOpacity80 { color: #0F250A; opacity: 0.8; }

<p style="color:#0F250A;opacity:0.8;">80%</p>

Text with #0F250A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F250A;}

<p style="text-shadow: 3px 3px 1px #0F250A">Text here.</p>

This text has shadow with #0F250A color.

.textShadow {text-shadow: 3px 3px 1px #0F250A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F250A, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F250A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F250A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F250A, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F250A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0F250A;
  -webkit-box-shadow:	1px 1px 3px 2px #0F250A;
  box-shadow:		1px 1px 3px 2px #0F250A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F250A;
-webkit-box-shadow: 1px 1px 3px 2px #0F250A;
box-shadow:1px 1px 3px 2px #0F250A;">
Div content here</div>
This div box has shadow with color #0F250A.

Preview

Color preview on black background

This text has color #0F250A on black background.


Color preview on white background

This text has color #0F250A on white background.



Black color preview on #0F250A background

This text has black color on #0F250A background.


White color preview on #0F250A background

This text has white color on #0F250A background.