COLOR #02390F

HEX: #02390F
RGB: (2,57,15)

Color info

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

RGB color model

#02390F color RGB value is (2,57,15).

  • red value is 2;
  • green value is 57;
  • blue value is 15.
RGB:
(2,57,15)
(1%,22%,6%)

RGB channels and saturation

R 2 of 255 = 1%
G 57 of 255 = 22%
B 15 of 255 = 6%

2
57
15

R + G + B ~ 10%. #02390F is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 57 + 15 = 74 (100%)
R 2 of 74 ~ 2.7%
G 57 of 74 ~ 77.03%
B 15 of 74 ~ 20.27%

%77.03
%20.27

CMYK color model

#02390F color CMYK value is (96,0,74,78).

  • cyan value is 96.49%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 77.65%
CMYK:
(96,0,74,78)
C96M0Y74K78 
(96%,0%,74%,78%)
(0.96/0.00/0.74/0.78)	

CMYK percentages

%96.49
%0
%73.68
%77.65

Codes

Color #02390F in popluar color models

02390F
RGB25715
HSL134°93.22%11.57%
HSB/HSV134°96.49%22.35%
CMYK96.49%0.00%73.68%
77.65%

Color #02390F in popluar number systems.

HEX02390F
Decimal25715
Binary101110011111
Octal27117

Shades and tints

Shades of #02390F

#02390F
(2,57,15)
#02340E
(2,52,14)
#022F0D
(2,47,13)
#022A0C
(2,42,12)
#02250B
(2,37,11)
#02200A
(2,32,10)
#021B09
(2,27,9)
#021608
(2,22,8)
#021107
(2,17,7)
#020C06
(2,12,6)
#020705
(2,7,5)
#000000
(0,0,0)

Tints of #02390F

#02390F
(2,57,15)
#194B24
(25,75,36)
#305D39
(48,93,57)
#476F4E
(71,111,78)
#5E8163
(94,129,99)
#759378
(117,147,120)
#8CA58D
(140,165,141)
#A3B7A2
(163,183,162)
#BAC9B7
(186,201,183)
#D1DBCC
(209,219,204)
#E8EDE1
(232,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02390F color. Also use rgb(2,57,15) instead hex code.

Text Font Color

.myTextColor { color: #02390F; }

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

This text font color is #02390F.


Background Color

.myBgColor { background-color: #02390F; }

<div style="background-color:#02390F">Inner text</div>

This div background color is #02390F.


Border color

.myBorderColor { border: 1px solid #02390F; }

<div style="border:3px solid #02390F">Div</div>

This div border color is #02390F.


Opacity

.myOpacity80 { color: #02390F; opacity: 0.8; }

<p style="color:#02390F;opacity:0.8;">80%</p>

Text with #02390F 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 #02390F;}

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

This text has shadow with #02390F color.

.textShadow {text-shadow: 3px 3px 1px #02390F, 3px 3px 1px red;}

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

This text has shadow with #02390F primary color and red secondary color.


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

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

This text has shadow with #02390F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02390F on black background.


Color preview on white background

This text has color #02390F on white background.



Black color preview on #02390F background

This text has black color on #02390F background.


White color preview on #02390F background

This text has white color on #02390F background.