COLOR #0E2526

HEX: #0E2526
RGB: (14,37,38)

Color info

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

RGB color model

#0E2526 color RGB value is (14,37,38).

  • red value is 14;
  • green value is 37;
  • blue value is 38.
RGB:
(14,37,38)
(5%,15%,15%)

RGB channels and saturation

R 14 of 255 = 5%
G 37 of 255 = 15%
B 38 of 255 = 15%

14
37
38

R + G + B ~ 12%. #0E2526 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 37 + 38 = 89 (100%)
R 14 of 89 ~ 15.73%
G 37 of 89 ~ 41.57%
B 38 of 89 ~ 42.7%

%15.73
%41.57
%42.7

CMYK color model

#0E2526 color CMYK value is (63,3,0,85).

  • cyan value is 63.16%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(63,3,0,85)
C63M3Y0K85 
(63%,3%,0%,85%)
(0.63/0.03/0.00/0.85)	

CMYK percentages

%63.16
%2.63
%0
%85.1

Codes

Color #0E2526 in popluar color models

0E2526
RGB143738
HSL183°46.15%10.20%
HSB/HSV183°63.16%14.90%
CMYK63.16%2.63%0.00%
85.10%

Color #0E2526 in popluar number systems.

HEX0E2526
Decimal143738
Binary1110100101100110
Octal164546

Shades and tints

Shades of #0E2526

#0E2526
(14,37,38)
#0D2223
(13,34,35)
#0C1F20
(12,31,32)
#0B1C1D
(11,28,29)
#0A191A
(10,25,26)
#091617
(9,22,23)
#081314
(8,19,20)
#071011
(7,16,17)
#060D0E
(6,13,14)
#050A0B
(5,10,11)
#040708
(4,7,8)
#000000
(0,0,0)

Tints of #0E2526

#0E2526
(14,37,38)
#233839
(35,56,57)
#384B4C
(56,75,76)
#4D5E5F
(77,94,95)
#627172
(98,113,114)
#778485
(119,132,133)
#8C9798
(140,151,152)
#A1AAAB
(161,170,171)
#B6BDBE
(182,189,190)
#CBD0D1
(203,208,209)
#E0E3E4
(224,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2526 color. Also use rgb(14,37,38) instead hex code.

Text Font Color

.myTextColor { color: #0E2526; }

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

This text font color is #0E2526.


Background Color

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

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

This div background color is #0E2526.


Border color

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

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

This div border color is #0E2526.


Opacity

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

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

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

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

This text has shadow with #0E2526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2526 on black background.


Color preview on white background

This text has color #0E2526 on white background.



Black color preview on #0E2526 background

This text has black color on #0E2526 background.


White color preview on #0E2526 background

This text has white color on #0E2526 background.