COLOR #0F2E35

HEX: #0F2E35
RGB: (15,46,53)

Color info

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

RGB color model

#0F2E35 color RGB value is (15,46,53).

  • red value is 15;
  • green value is 46;
  • blue value is 53.
RGB:
(15,46,53)
(6%,18%,21%)

RGB channels and saturation

R 15 of 255 = 6%
G 46 of 255 = 18%
B 53 of 255 = 21%

15
46
53

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

Portions of RGB colors in percentages

R + G + B =
15 + 46 + 53 = 114 (100%)
R 15 of 114 ~ 13.16%
G 46 of 114 ~ 40.35%
B 53 of 114 ~ 46.49%

%13.16
%40.35
%46.49

CMYK color model

#0F2E35 color CMYK value is (72,13,0,79).

  • cyan value is 71.70%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(72,13,0,79)
C72M13Y0K79 
(72%,13%,0%,79%)
(0.72/0.13/0.00/0.79)	

CMYK percentages

%71.7
%13.21
%0
%79.22

Codes

Color #0F2E35 in popluar color models

0F2E35
RGB154653
HSL191°55.88%13.33%
HSB/HSV191°71.70%20.78%
CMYK71.70%13.21%0.00%
79.22%

Color #0F2E35 in popluar number systems.

HEX0F2E35
Decimal154653
Binary1111101110110101
Octal175665

Shades and tints

Shades of #0F2E35

#0F2E35
(15,46,53)
#0E2A31
(14,42,49)
#0D262D
(13,38,45)
#0C2229
(12,34,41)
#0B1E25
(11,30,37)
#0A1A21
(10,26,33)
#09161D
(9,22,29)
#081219
(8,18,25)
#070E15
(7,14,21)
#060A11
(6,10,17)
#05060D
(5,6,13)
#000000
(0,0,0)

Tints of #0F2E35

#0F2E35
(15,46,53)
#244147
(36,65,71)
#395459
(57,84,89)
#4E676B
(78,103,107)
#637A7D
(99,122,125)
#788D8F
(120,141,143)
#8DA0A1
(141,160,161)
#A2B3B3
(162,179,179)
#B7C6C5
(183,198,197)
#CCD9D7
(204,217,215)
#E1ECE9
(225,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2E35 color. Also use rgb(15,46,53) instead hex code.

Text Font Color

.myTextColor { color: #0F2E35; }

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

This text font color is #0F2E35.


Background Color

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

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

This div background color is #0F2E35.


Border color

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

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

This div border color is #0F2E35.


Opacity

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

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

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

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

This text has shadow with #0F2E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2E35 on black background.


Color preview on white background

This text has color #0F2E35 on white background.



Black color preview on #0F2E35 background

This text has black color on #0F2E35 background.


White color preview on #0F2E35 background

This text has white color on #0F2E35 background.