COLOR #0E250B

HEX: #0E250B RGB: (14,37,11)

Color info

#0E250B contains red, green and blue colors in about the same proportion. Web safe color of #0E250B is #003300 (or #030).

RGB color model

#0E250B color RGB value is (14,37,11).

RGB: (14,37,11) (5%, 15%, 4%)

RGB channels and saturation

R 14 of 255 = 5%
G 37 of 255 = 15%
B 11 of 255 = 4%

14
37
11

R + G + B ~ 8%. #0E250B is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 37 + 11 = 62 (100%)
R 14 of 62 ~ 22.58%
G 37 of 62 ~ 59.68%
B 11 of 62 ~ 17.74'%

%22.58
%59.68
%17.74

CMYK color model

#0E250B color CMYK value is (62,0,70,85).

  • cyan value is 62.16%
  • magenta value is 0.00%
  • yellow value is 70.27%
  • key color value is 85.49%

CMYK: (62,0,70,85)
C62M0Y70K85 (62%, 0%, 70%, 85%)
(0.62 / 0.00 / 0.70 / 0.85)

CMYK percentages

%62.16
%0
%70.27
%85.49

Codes

Color #0E250B in popluar color models

0E 25 0B
RGB 14 37 11
HSL 113° 54.17% 9.41%
HSB/HSV 113° 70.27% 14.51%
CMYK 62.16% 0.00% 70.27%
85.49%

Color #0E250B in popluar number systems.

HEX 0E 25 0B
Decimal 14 37 11
Binary 1110 100101 1011
Octal 16 45 13

Shades and tints

Shades of #0E250B

#0E250B
(14,37,11)
#0D220A
(13,34,10)
#0C1F09
(12,31,9)
#0B1C08
(11,28,8)
#0A1907
(10,25,7)
#091606
(9,22,6)
#081305
(8,19,5)
#071004
(7,16,4)
#060D03
(6,13,3)
#050A02
(5,10,2)
#040701
(4,7,1)
#000000
(0,0,0)

Tints of #0E250B

#0E250B
(14,37,11)
#233821
(35,56,33)
#384B37
(56,75,55)
#4D5E4D
(77,94,77)
#627163
(98,113,99)
#778479
(119,132,121)
#8C978F
(140,151,143)
#A1AAA5
(161,170,165)
#B6BDBB
(182,189,187)
#CBD0D1
(203,208,209)
#E0E3E7
(224,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E250B; }

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

This text font color is #0E250B.

Background Color

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

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

This div background color is #0E250B.

Border color

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

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

This div border color is #0E250B.

Opacity

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

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

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

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

This text has shadow with #0E250B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E250B.

Preview

Color preview on black background

This text has color #0E250B on black background.


Color preview on white background

This text has color #0E250B on white background.


Black color preview on #0E250B background

This text has black color on #0E250B background.


White color preview on #0E250B background

This text has white color on #0E250B background.


Related colors

Complementary color

Complementary color for #hex is #F1DAF4.


I love getcolorcode.com

Triadic colors

1 #0B0E25 and #250B0E with #0E250B are triadic colors.

2 #0B250E and #250E0B with #0E250B are triadic colors.