COLOR #023B13

HEX: #023B13 RGB: (2,59,19)

Color info

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

RGB color model

#023B13 color RGB value is (2,59,19).

RGB: (2,59,19) (1%, 23%, 7%)

RGB channels and saturation

R 2 of 255 = 1%
G 59 of 255 = 23%
B 19 of 255 = 7%

2
59
19

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

Portions of RGB colors in percentages

R + G + B = 2 + 59 + 19 = 80 (100%)
R 2 of 80 ~ 2.5%
G 59 of 80 ~ 73.75%
B 19 of 80 ~ 23.75'%

%73.75
%23.75

CMYK color model

#023B13 color CMYK value is (97,0,68,77).

  • cyan value is 96.61%
  • magenta value is 0.00%
  • yellow value is 67.80%
  • key color value is 76.86%

CMYK: (97,0,68,77)
C97M0Y68K77 (97%, 0%, 68%, 77%)
(0.97 / 0.00 / 0.68 / 0.77)

CMYK percentages

%96.61
%0
%67.8
%76.86

Codes

Color #023B13 in popluar color models

02 3B 13
RGB 2 59 19
HSL 138° 93.44% 11.96%
HSB/HSV 138° 96.61% 23.14%
CMYK 96.61% 0.00% 67.80%
76.86%

Color #023B13 in popluar number systems.

HEX 02 3B 13
Decimal 2 59 19
Binary 10 111011 10011
Octal 2 73 23

Shades and tints

Shades of #023B13

#023B13
(2,59,19)
#023612
(2,54,18)
#023111
(2,49,17)
#022C10
(2,44,16)
#02270F
(2,39,15)
#02220E
(2,34,14)
#021D0D
(2,29,13)
#02180C
(2,24,12)
#02130B
(2,19,11)
#020E0A
(2,14,10)
#020909
(2,9,9)
#000000
(0,0,0)

Tints of #023B13

#023B13
(2,59,19)
#194C28
(25,76,40)
#305D3D
(48,93,61)
#476E52
(71,110,82)
#5E7F67
(94,127,103)
#75907C
(117,144,124)
#8CA191
(140,161,145)
#A3B2A6
(163,178,166)
#BAC3BB
(186,195,187)
#D1D4D0
(209,212,208)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #023B13 color. Also use rgb(2,59,19) instead hex code.

Text Font Color

.myTextColor { color: #023B13; }

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

This text font color is #023B13.

Background Color

.myBgColor { background-color: #023B13; }

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

This div background color is #023B13.

Border color

.myBorderColor { border: 1px solid #023B13; }

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

This div border color is #023B13.

Opacity

.myOpacity80 { color: #023B13; opacity: 0.8; }

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

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

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

This text has shadow with #023B13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #023B13.

Preview

Color preview on black background

This text has color #023B13 on black background.


Color preview on white background

This text has color #023B13 on white background.


Black color preview on #023B13 background

This text has black color on #023B13 background.


White color preview on #023B13 background

This text has white color on #023B13 background.


Related colors

Complementary color

Complementary color for #hex is #FDC4EC.


I love getcolorcode.com

Triadic colors

1 #13023B and #3B1302 with #023B13 are triadic colors.

2 #133B02 and #3B0213 with #023B13 are triadic colors.