COLOR #0F2330

HEX: #0F2330 RGB: (15,35,48)

Color info

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

RGB color model

#0F2330 color RGB value is (15,35,48).

RGB: (15,35,48) (6%, 14%, 19%)

RGB channels and saturation

R 15 of 255 = 6%
G 35 of 255 = 14%
B 48 of 255 = 19%

15
35
48

R + G + B ~ 13%. #0F2330 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 35 + 48 = 98 (100%)
R 15 of 98 ~ 15.31%
G 35 of 98 ~ 35.71%
B 48 of 98 ~ 48.98'%

%15.31
%35.71
%48.98

CMYK color model

#0F2330 color CMYK value is (69,27,0,81).

  • cyan value is 68.75%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 81.18%

CMYK: (69,27,0,81)
C69M27Y0K81 (69%, 27%, 0%, 81%)
(0.69 / 0.27 / 0.00 / 0.81)

CMYK percentages

%68.75
%27.08
%0
%81.18

Codes

Color #0F2330 in popluar color models

0F 23 30
RGB 15 35 48
HSL 204° 52.38% 12.35%
HSB/HSV 204° 68.75% 18.82%
CMYK 68.75% 27.08% 0.00%
81.18%

Color #0F2330 in popluar number systems.

HEX 0F 23 30
Decimal 15 35 48
Binary 1111 100011 110000
Octal 17 43 60

Shades and tints

Shades of #0F2330

#0F2330
(15,35,48)
#0E202C
(14,32,44)
#0D1D28
(13,29,40)
#0C1A24
(12,26,36)
#0B1720
(11,23,32)
#0A141C
(10,20,28)
#091118
(9,17,24)
#080E14
(8,14,20)
#070B10
(7,11,16)
#06080C
(6,8,12)
#050508
(5,5,8)
#000000
(0,0,0)

Tints of #0F2330

#0F2330
(15,35,48)
#243742
(36,55,66)
#394B54
(57,75,84)
#4E5F66
(78,95,102)
#637378
(99,115,120)
#78878A
(120,135,138)
#8D9B9C
(141,155,156)
#A2AFAE
(162,175,174)
#B7C3C0
(183,195,192)
#CCD7D2
(204,215,210)
#E1EBE4
(225,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2330; }

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

This text font color is #0F2330.

Background Color

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

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

This div background color is #0F2330.

Border color

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

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

This div border color is #0F2330.

Opacity

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

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

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

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

This text has shadow with #0F2330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F2330.

Preview

Color preview on black background

This text has color #0F2330 on black background.


Color preview on white background

This text has color #0F2330 on white background.


Black color preview on #0F2330 background

This text has black color on #0F2330 background.


White color preview on #0F2330 background

This text has white color on #0F2330 background.


Related colors

Complementary color

Complementary color for #hex is #F0DCCF.


I love getcolorcode.com

Triadic colors

1 #300F23 and #23300F with #0F2330 are triadic colors.

2 #30230F and #230F30 with #0F2330 are triadic colors.