COLOR #0E250D

HEX: #0E250D
RGB: (14,37,13)

Color info

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

RGB color model

#0E250D color RGB value is (14,37,13).

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

RGB channels and saturation

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

14
37
13

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

Portions of RGB colors in percentages

R + G + B =
14 + 37 + 13 = 64 (100%)
R 14 of 64 ~ 21.88%
G 37 of 64 ~ 57.81%
B 13 of 64 ~ 20.31%

%21.88
%57.81
%20.31

CMYK color model

#0E250D color CMYK value is (62,0,65,85).

  • cyan value is 62.16%
  • magenta value is 0.00%
  • yellow value is 64.86%
  • key color value is 85.49%
CMYK:
(62,0,65,85)
C62M0Y65K85 
(62%,0%,65%,85%)
(0.62/0.00/0.65/0.85)	

CMYK percentages

%62.16
%0
%64.86
%85.49

Codes

Color #0E250D in popluar color models

0E250D
RGB143713
HSL118°48.00%9.80%
HSB/HSV118°64.86%14.51%
CMYK62.16%0.00%64.86%
85.49%

Color #0E250D in popluar number systems.

HEX0E250D
Decimal143713
Binary11101001011101
Octal164515

Shades and tints

Shades of #0E250D

#0E250D
(14,37,13)
#0D220C
(13,34,12)
#0C1F0B
(12,31,11)
#0B1C0A
(11,28,10)
#0A1909
(10,25,9)
#091608
(9,22,8)
#081307
(8,19,7)
#071006
(7,16,6)
#060D05
(6,13,5)
#050A04
(5,10,4)
#040703
(4,7,3)
#000000
(0,0,0)

Tints of #0E250D

#0E250D
(14,37,13)
#233823
(35,56,35)
#384B39
(56,75,57)
#4D5E4F
(77,94,79)
#627165
(98,113,101)
#77847B
(119,132,123)
#8C9791
(140,151,145)
#A1AAA7
(161,170,167)
#B6BDBD
(182,189,189)
#CBD0D3
(203,208,211)
#E0E3E9
(224,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E250D; }

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

This text font color is #0E250D.


Background Color

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

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

This div background color is #0E250D.


Border color

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

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

This div border color is #0E250D.


Opacity

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

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

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

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

This text has shadow with #0E250D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E250D on black background.


Color preview on white background

This text has color #0E250D on white background.



Black color preview on #0E250D background

This text has black color on #0E250D background.


White color preview on #0E250D background

This text has white color on #0E250D background.