COLOR #0F3930

HEX: #0F3930 RGB: (15,57,48)

Color info

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

RGB color model

#0F3930 color RGB value is (15,57,48).

RGB: (15,57,48) (6%, 22%, 19%)

RGB channels and saturation

R 15 of 255 = 6%
G 57 of 255 = 22%
B 48 of 255 = 19%

15
57
48

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

Portions of RGB colors in percentages

R + G + B = 15 + 57 + 48 = 120 (100%)
R 15 of 120 ~ 12.5%
G 57 of 120 ~ 47.5%
B 48 of 120 ~ 40'%

%12.5
%47.5
%40

CMYK color model

#0F3930 color CMYK value is (74,0,16,78).

  • cyan value is 73.68%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 77.65%

CMYK: (74,0,16,78)
C74M0Y16K78 (74%, 0%, 16%, 78%)
(0.74 / 0.00 / 0.16 / 0.78)

CMYK percentages

%73.68
%0
%15.79
%77.65

Codes

Color #0F3930 in popluar color models

0F 39 30
RGB 15 57 48
HSL 167° 58.33% 14.12%
HSB/HSV 167° 73.68% 22.35%
CMYK 73.68% 0.00% 15.79%
77.65%

Color #0F3930 in popluar number systems.

HEX 0F 39 30
Decimal 15 57 48
Binary 1111 111001 110000
Octal 17 71 60

Shades and tints

Shades of #0F3930

#0F3930
(15,57,48)
#0E342C
(14,52,44)
#0D2F28
(13,47,40)
#0C2A24
(12,42,36)
#0B2520
(11,37,32)
#0A201C
(10,32,28)
#091B18
(9,27,24)
#081614
(8,22,20)
#071110
(7,17,16)
#060C0C
(6,12,12)
#050708
(5,7,8)
#000000
(0,0,0)

Tints of #0F3930

#0F3930
(15,57,48)
#244B42
(36,75,66)
#395D54
(57,93,84)
#4E6F66
(78,111,102)
#638178
(99,129,120)
#78938A
(120,147,138)
#8DA59C
(141,165,156)
#A2B7AE
(162,183,174)
#B7C9C0
(183,201,192)
#CCDBD2
(204,219,210)
#E1EDE4
(225,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3930 color. Also use rgb(15,57,48) instead hex code.

Text Font Color

.myTextColor { color: #0F3930; }

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

This text font color is #0F3930.

Background Color

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

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

This div background color is #0F3930.

Border color

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

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

This div border color is #0F3930.

Opacity

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

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

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

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

This text has shadow with #0F3930 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3930.

Preview

Color preview on black background

This text has color #0F3930 on black background.


Color preview on white background

This text has color #0F3930 on white background.


Black color preview on #0F3930 background

This text has black color on #0F3930 background.


White color preview on #0F3930 background

This text has white color on #0F3930 background.


Related colors

Complementary color

Complementary color for #hex is #F0C6CF.


I love getcolorcode.com

Triadic colors

1 #300F39 and #39300F with #0F3930 are triadic colors.

2 #30390F and #390F30 with #0F3930 are triadic colors.