COLOR #0E3038

HEX: #0E3038
RGB: (14,48,56)

Color info

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

RGB color model

#0E3038 color RGB value is (14,48,56).

  • red value is 14;
  • green value is 48;
  • blue value is 56.
RGB:
(14,48,56)
(5%,19%,22%)

RGB channels and saturation

R 14 of 255 = 5%
G 48 of 255 = 19%
B 56 of 255 = 22%

14
48
56

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

Portions of RGB colors in percentages

R + G + B =
14 + 48 + 56 = 118 (100%)
R 14 of 118 ~ 11.86%
G 48 of 118 ~ 40.68%
B 56 of 118 ~ 47.46%

%11.86
%40.68
%47.46

CMYK color model

#0E3038 color CMYK value is (75,14,0,78).

  • cyan value is 75.00%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(75,14,0,78)
C75M14Y0K78 
(75%,14%,0%,78%)
(0.75/0.14/0.00/0.78)	

CMYK percentages

%75
%14.29
%0
%78.04

Codes

Color #0E3038 in popluar color models

0E3038
RGB144856
HSL191°60.00%13.73%
HSB/HSV191°75.00%21.96%
CMYK75.00%14.29%0.00%
78.04%

Color #0E3038 in popluar number systems.

HEX0E3038
Decimal144856
Binary1110110000111000
Octal166070

Shades and tints

Shades of #0E3038

#0E3038
(14,48,56)
#0D2C33
(13,44,51)
#0C282E
(12,40,46)
#0B2429
(11,36,41)
#0A2024
(10,32,36)
#091C1F
(9,28,31)
#08181A
(8,24,26)
#071415
(7,20,21)
#061010
(6,16,16)
#050C0B
(5,12,11)
#040806
(4,8,6)
#000000
(0,0,0)

Tints of #0E3038

#0E3038
(14,48,56)
#23424A
(35,66,74)
#38545C
(56,84,92)
#4D666E
(77,102,110)
#627880
(98,120,128)
#778A92
(119,138,146)
#8C9CA4
(140,156,164)
#A1AEB6
(161,174,182)
#B6C0C8
(182,192,200)
#CBD2DA
(203,210,218)
#E0E4EC
(224,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3038 color. Also use rgb(14,48,56) instead hex code.

Text Font Color

.myTextColor { color: #0E3038; }

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

This text font color is #0E3038.


Background Color

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

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

This div background color is #0E3038.


Border color

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

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

This div border color is #0E3038.


Opacity

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

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

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

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

This text has shadow with #0E3038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3038 on black background.


Color preview on white background

This text has color #0E3038 on white background.



Black color preview on #0E3038 background

This text has black color on #0E3038 background.


White color preview on #0E3038 background

This text has white color on #0E3038 background.