COLOR #023B23

HEX: #023B23 RGB: (2,59,35)

Color info

#023B23 contains red, green and blue colors in about the same proportion. Web safe color of #023B23 is #003333 (or #033).

RGB color model

#023B23 color RGB value is (2,59,35).

RGB: (2,59,35) (1%, 23%, 14%)

RGB channels and saturation

R 2 of 255 = 1%
G 59 of 255 = 23%
B 35 of 255 = 14%

2
59
35

R + G + B ~ 13%. #023B23 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 59 + 35 = 96 (100%)
R 2 of 96 ~ 2.08%
G 59 of 96 ~ 61.46%
B 35 of 96 ~ 36.46'%

%61.46
%36.46

CMYK color model

#023B23 color CMYK value is (97,0,41,77).

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

CMYK: (97,0,41,77)
C97M0Y41K77 (97%, 0%, 41%, 77%)
(0.97 / 0.00 / 0.41 / 0.77)

CMYK percentages

%96.61
%0
%40.68
%76.86

Codes

Color #023B23 in popluar color models

02 3B 23
RGB 2 59 35
HSL 155° 93.44% 11.96%
HSB/HSV 155° 96.61% 23.14%
CMYK 96.61% 0.00% 40.68%
76.86%

Color #023B23 in popluar number systems.

HEX 02 3B 23
Decimal 2 59 35
Binary 10 111011 100011
Octal 2 73 43

Shades and tints

Shades of #023B23

#023B23
(2,59,35)
#023620
(2,54,32)
#02311D
(2,49,29)
#022C1A
(2,44,26)
#022717
(2,39,23)
#022214
(2,34,20)
#021D11
(2,29,17)
#02180E
(2,24,14)
#02130B
(2,19,11)
#020E08
(2,14,8)
#020905
(2,9,5)
#000000
(0,0,0)

Tints of #023B23

#023B23
(2,59,35)
#194C37
(25,76,55)
#305D4B
(48,93,75)
#476E5F
(71,110,95)
#5E7F73
(94,127,115)
#759087
(117,144,135)
#8CA19B
(140,161,155)
#A3B2AF
(163,178,175)
#BAC3C3
(186,195,195)
#D1D4D7
(209,212,215)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #023B23; }

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

This text font color is #023B23.

Background Color

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

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

This div background color is #023B23.

Border color

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

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

This div border color is #023B23.

Opacity

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

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

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

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

This text has shadow with #023B23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #023B23.

Preview

Color preview on black background

This text has color #023B23 on black background.


Color preview on white background

This text has color #023B23 on white background.


Black color preview on #023B23 background

This text has black color on #023B23 background.


White color preview on #023B23 background

This text has white color on #023B23 background.


Related colors

Complementary color

Complementary color for #hex is #FDC4DC.


I love getcolorcode.com

Triadic colors

1 #23023B and #3B2302 with #023B23 are triadic colors.

2 #233B02 and #3B0223 with #023B23 are triadic colors.