COLOR #0F4731

HEX: #0F4731
RGB: (15,71,49)

Color info

#0F4731 contains red, green and blue colors in about the same proportion. Web safe color of #0F4731 is #003333 (or #033).

RGB color model

#0F4731 color RGB value is (15,71,49).

  • red value is 15;
  • green value is 71;
  • blue value is 49.
RGB:
(15,71,49)
(6%,28%,19%)

RGB channels and saturation

R 15 of 255 = 6%
G 71 of 255 = 28%
B 49 of 255 = 19%

15
71
49

R + G + B ~ 18%. #0F4731 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 71 + 49 = 135 (100%)
R 15 of 135 ~ 11.11%
G 71 of 135 ~ 52.59%
B 49 of 135 ~ 36.3%

%11.11
%52.59
%36.3

CMYK color model

#0F4731 color CMYK value is (79,0,31,72).

  • cyan value is 78.87%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 72.16%
CMYK:
(79,0,31,72)
C79M0Y31K72 
(79%,0%,31%,72%)
(0.79/0.00/0.31/0.72)	

CMYK percentages

%78.87
%0
%30.99
%72.16

Codes

Color #0F4731 in popluar color models

0F4731
RGB157149
HSL156°65.12%16.86%
HSB/HSV156°78.87%27.84%
CMYK78.87%0.00%30.99%
72.16%

Color #0F4731 in popluar number systems.

HEX0F4731
Decimal157149
Binary11111000111110001
Octal1710761

Shades and tints

Shades of #0F4731

#0F4731
(15,71,49)
#0E412D
(14,65,45)
#0D3B29
(13,59,41)
#0C3525
(12,53,37)
#0B2F21
(11,47,33)
#0A291D
(10,41,29)
#092319
(9,35,25)
#081D15
(8,29,21)
#071711
(7,23,17)
#06110D
(6,17,13)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #0F4731

#0F4731
(15,71,49)
#245743
(36,87,67)
#396755
(57,103,85)
#4E7767
(78,119,103)
#638779
(99,135,121)
#78978B
(120,151,139)
#8DA79D
(141,167,157)
#A2B7AF
(162,183,175)
#B7C7C1
(183,199,193)
#CCD7D3
(204,215,211)
#E1E7E5
(225,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4731 color. Also use rgb(15,71,49) instead hex code.

Text Font Color

.myTextColor { color: #0F4731; }

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

This text font color is #0F4731.


Background Color

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

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

This div background color is #0F4731.


Border color

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

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

This div border color is #0F4731.


Opacity

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

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

Text with #0F4731 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 #0F4731;}

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

This text has shadow with #0F4731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4731 on black background.


Color preview on white background

This text has color #0F4731 on white background.



Black color preview on #0F4731 background

This text has black color on #0F4731 background.


White color preview on #0F4731 background

This text has white color on #0F4731 background.