COLOR #0F2F34

HEX: #0F2F34 RGB: (15,47,52)

Color info

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

RGB color model

#0F2F34 color RGB value is (15,47,52).

RGB: (15,47,52) (6%, 18%, 20%)

RGB channels and saturation

R 15 of 255 = 6%
G 47 of 255 = 18%
B 52 of 255 = 20%

15
47
52

R + G + B ~ 15%. #0F2F34 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 47 + 52 = 114 (100%)
R 15 of 114 ~ 13.16%
G 47 of 114 ~ 41.23%
B 52 of 114 ~ 45.61'%

%13.16
%41.23
%45.61

CMYK color model

#0F2F34 color CMYK value is (71,10,0,80).

  • cyan value is 71.15%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 79.61%

CMYK: (71,10,0,80)
C71M10Y0K80 (71%, 10%, 0%, 80%)
(0.71 / 0.10 / 0.00 / 0.80)

CMYK percentages

%71.15
%9.62
%0
%79.61

Codes

Color #0F2F34 in popluar color models

0F 2F 34
RGB 15 47 52
HSL 188° 55.22% 13.14%
HSB/HSV 188° 71.15% 20.39%
CMYK 71.15% 9.62% 0.00%
79.61%

Color #0F2F34 in popluar number systems.

HEX 0F 2F 34
Decimal 15 47 52
Binary 1111 101111 110100
Octal 17 57 64

Shades and tints

Shades of #0F2F34

#0F2F34
(15,47,52)
#0E2B30
(14,43,48)
#0D272C
(13,39,44)
#0C2328
(12,35,40)
#0B1F24
(11,31,36)
#0A1B20
(10,27,32)
#09171C
(9,23,28)
#081318
(8,19,24)
#070F14
(7,15,20)
#060B10
(6,11,16)
#05070C
(5,7,12)
#000000
(0,0,0)

Tints of #0F2F34

#0F2F34
(15,47,52)
#244146
(36,65,70)
#395358
(57,83,88)
#4E656A
(78,101,106)
#63777C
(99,119,124)
#78898E
(120,137,142)
#8D9BA0
(141,155,160)
#A2ADB2
(162,173,178)
#B7BFC4
(183,191,196)
#CCD1D6
(204,209,214)
#E1E3E8
(225,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2F34 color. Also use rgb(15,47,52) instead hex code.

Text Font Color

.myTextColor { color: #0F2F34; }

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

This text font color is #0F2F34.

Background Color

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

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

This div background color is #0F2F34.

Border color

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

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

This div border color is #0F2F34.

Opacity

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

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

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

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

This text has shadow with #0F2F34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F2F34.

Preview

Color preview on black background

This text has color #0F2F34 on black background.


Color preview on white background

This text has color #0F2F34 on white background.


Black color preview on #0F2F34 background

This text has black color on #0F2F34 background.


White color preview on #0F2F34 background

This text has white color on #0F2F34 background.


Related colors

Complementary color

Complementary color for #hex is #F0D0CB.


I love getcolorcode.com

Triadic colors

1 #340F2F and #2F340F with #0F2F34 are triadic colors.

2 #342F0F and #2F0F34 with #0F2F34 are triadic colors.