COLOR #003323

HEX: #003323 RGB: (0,51,35)

Color info

#003323 contains only green and blue colors. Web safe color of #003323 is #003333 (or #033).

RGB color model

#003323 color RGB value is (0,51,35).

RGB: (0,51,35) (0%, 20%, 14%)

RGB channels and saturation

R 0 of 255 = 0%
G 51 of 255 = 20%
B 35 of 255 = 14%

0
51
35

R + G + B ~ 11%. #003323 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 51 + 35 = 86 (100%)
R 0 of 86 ~ 0%
G 51 of 86 ~ 59.3%
B 35 of 86 ~ 40.7'%

%59.3
%40.7

CMYK color model

#003323 color CMYK value is (100,0,31,80).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 80.00%

CMYK: (100,0,31,80)
C100M0Y31K80 (100%, 0%, 31%, 80%)
(1.00 / 0.00 / 0.31 / 0.80)

CMYK percentages

%100
%0
%31.37
%80

Codes

Color #003323 in popluar color models

00 33 23
RGB 0 51 35
HSL 161° 100.00% 10.00%
HSB/HSV 161° 100.00% 20.00%
CMYK 100.00% 0.00% 31.37%
80.00%

Color #003323 in popluar number systems.

HEX 00 33 23
Decimal 0 51 35
Binary 0 110011 100011
Octal 0 63 43

Shades and tints

Shades of #003323

#003323
(0,51,35)
#002F20
(0,47,32)
#002B1D
(0,43,29)
#00271A
(0,39,26)
#002317
(0,35,23)
#001F14
(0,31,20)
#001B11
(0,27,17)
#00170E
(0,23,14)
#00130B
(0,19,11)
#000F08
(0,15,8)
#000B05
(0,11,5)
#000000
(0,0,0)

Tints of #003323

#003323
(0,51,35)
#174537
(23,69,55)
#2E574B
(46,87,75)
#45695F
(69,105,95)
#5C7B73
(92,123,115)
#738D87
(115,141,135)
#8A9F9B
(138,159,155)
#A1B1AF
(161,177,175)
#B8C3C3
(184,195,195)
#CFD5D7
(207,213,215)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003323 color. Also use rgb(0,51,35) instead hex code.

Text Font Color

.myTextColor { color: #003323; }

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

This text font color is #003323.

Background Color

.myBgColor { background-color: #003323; }

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

This div background color is #003323.

Border color

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

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

This div border color is #003323.

Opacity

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

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

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

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

This text has shadow with #003323 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003323.

Preview

Color preview on black background

This text has color #003323 on black background.


Color preview on white background

This text has color #003323 on white background.


Black color preview on #003323 background

This text has black color on #003323 background.


White color preview on #003323 background

This text has white color on #003323 background.


Related colors

Complementary color

Complementary color for #hex is #FFCCDC.


I love getcolorcode.com

Triadic colors

1 #230033 and #332300 with #003323 are triadic colors.

2 #233300 and #330023 with #003323 are triadic colors.