COLOR #0F4626

HEX: #0F4626
RGB: (15,70,38)

Color info

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

RGB color model

#0F4626 color RGB value is (15,70,38).

  • red value is 15;
  • green value is 70;
  • blue value is 38.
RGB:
(15,70,38)
(6%,27%,15%)

RGB channels and saturation

R 15 of 255 = 6%
G 70 of 255 = 27%
B 38 of 255 = 15%

15
70
38

R + G + B ~ 16%. #0F4626 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 70 + 38 = 123 (100%)
R 15 of 123 ~ 12.2%
G 70 of 123 ~ 56.91%
B 38 of 123 ~ 30.89%

%12.2
%56.91
%30.89

CMYK color model

#0F4626 color CMYK value is (79,0,46,73).

  • cyan value is 78.57%
  • magenta value is 0.00%
  • yellow value is 45.71%
  • key color value is 72.55%
CMYK:
(79,0,46,73)
C79M0Y46K73 
(79%,0%,46%,73%)
(0.79/0.00/0.46/0.73)	

CMYK percentages

%78.57
%0
%45.71
%72.55

Codes

Color #0F4626 in popluar color models

0F4626
RGB157038
HSL145°64.71%16.67%
HSB/HSV145°78.57%27.45%
CMYK78.57%0.00%45.71%
72.55%

Color #0F4626 in popluar number systems.

HEX0F4626
Decimal157038
Binary11111000110100110
Octal1710646

Shades and tints

Shades of #0F4626

#0F4626
(15,70,38)
#0E4023
(14,64,35)
#0D3A20
(13,58,32)
#0C341D
(12,52,29)
#0B2E1A
(11,46,26)
#0A2817
(10,40,23)
#092214
(9,34,20)
#081C11
(8,28,17)
#07160E
(7,22,14)
#06100B
(6,16,11)
#050A08
(5,10,8)
#000000
(0,0,0)

Tints of #0F4626

#0F4626
(15,70,38)
#245639
(36,86,57)
#39664C
(57,102,76)
#4E765F
(78,118,95)
#638672
(99,134,114)
#789685
(120,150,133)
#8DA698
(141,166,152)
#A2B6AB
(162,182,171)
#B7C6BE
(183,198,190)
#CCD6D1
(204,214,209)
#E1E6E4
(225,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4626 color. Also use rgb(15,70,38) instead hex code.

Text Font Color

.myTextColor { color: #0F4626; }

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

This text font color is #0F4626.


Background Color

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

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

This div background color is #0F4626.


Border color

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

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

This div border color is #0F4626.


Opacity

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

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

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

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

This text has shadow with #0F4626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4626 on black background.


Color preview on white background

This text has color #0F4626 on white background.



Black color preview on #0F4626 background

This text has black color on #0F4626 background.


White color preview on #0F4626 background

This text has white color on #0F4626 background.