COLOR #023019

HEX: #023019
RGB: (2,48,25)

Color info

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

RGB color model

#023019 color RGB value is (2,48,25).

  • red value is 2;
  • green value is 48;
  • blue value is 25.
RGB:
(2,48,25)
(1%,19%,10%)

RGB channels and saturation

R 2 of 255 = 1%
G 48 of 255 = 19%
B 25 of 255 = 10%

2
48
25

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

Portions of RGB colors in percentages

R + G + B =
2 + 48 + 25 = 75 (100%)
R 2 of 75 ~ 2.67%
G 48 of 75 ~ 64%
B 25 of 75 ~ 33.33%

%64
%33.33

CMYK color model

#023019 color CMYK value is (96,0,48,81).

  • cyan value is 95.83%
  • magenta value is 0.00%
  • yellow value is 47.92%
  • key color value is 81.18%
CMYK:
(96,0,48,81)
C96M0Y48K81 
(96%,0%,48%,81%)
(0.96/0.00/0.48/0.81)	

CMYK percentages

%95.83
%0
%47.92
%81.18

Codes

Color #023019 in popluar color models

023019
RGB24825
HSL150°92.00%9.80%
HSB/HSV150°95.83%18.82%
CMYK95.83%0.00%47.92%
81.18%

Color #023019 in popluar number systems.

HEX023019
Decimal24825
Binary1011000011001
Octal26031

Shades and tints

Shades of #023019

#023019
(2,48,25)
#022C17
(2,44,23)
#022815
(2,40,21)
#022413
(2,36,19)
#022011
(2,32,17)
#021C0F
(2,28,15)
#02180D
(2,24,13)
#02140B
(2,20,11)
#021009
(2,16,9)
#020C07
(2,12,7)
#020805
(2,8,5)
#000000
(0,0,0)

Tints of #023019

#023019
(2,48,25)
#19422D
(25,66,45)
#305441
(48,84,65)
#476655
(71,102,85)
#5E7869
(94,120,105)
#758A7D
(117,138,125)
#8C9C91
(140,156,145)
#A3AEA5
(163,174,165)
#BAC0B9
(186,192,185)
#D1D2CD
(209,210,205)
#E8E4E1
(232,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #023019 color. Also use rgb(2,48,25) instead hex code.

Text Font Color

.myTextColor { color: #023019; }

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

This text font color is #023019.


Background Color

.myBgColor { background-color: #023019; }

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

This div background color is #023019.


Border color

.myBorderColor { border: 1px solid #023019; }

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

This div border color is #023019.


Opacity

.myOpacity80 { color: #023019; opacity: 0.8; }

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

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

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

This text has shadow with #023019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #023019 on black background.


Color preview on white background

This text has color #023019 on white background.



Black color preview on #023019 background

This text has black color on #023019 background.


White color preview on #023019 background

This text has white color on #023019 background.