COLOR #004343

HEX: #004343
RGB: (0,67,67)

Color info

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

RGB color model

#004343 color RGB value is (0,67,67).

  • red value is 0;
  • green value is 67;
  • blue value is 67.
RGB:
(0,67,67)
(0%,26%,26%)

RGB channels and saturation

R 0 of 255 = 0%
G 67 of 255 = 26%
B 67 of 255 = 26%

0
67
67

R + G + B ~ 17%. #004343 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 67 + 67 = 134 (100%)
R 0 of 134 ~ 0%
G 67 of 134 ~ 50%
B 67 of 134 ~ 50%

%50
%50

CMYK color model

#004343 color CMYK value is (100,0,0,74).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(100,0,0,74)
C100M0Y0K74 
(100%,0%,0%,74%)
(1.00/0.00/0.00/0.74)	

CMYK percentages

%100
%0
%0
%73.73

Codes

Color #004343 in popluar color models

004343
RGB06767
HSL180°100.00%13.14%
HSB/HSV180°100.00%26.27%
CMYK100.00%0.00%0.00%
73.73%

Color #004343 in popluar number systems.

HEX004343
Decimal06767
Binary010000111000011
Octal0103103

Shades and tints

Shades of #004343

#004343
(0,67,67)
#003D3D
(0,61,61)
#003737
(0,55,55)
#003131
(0,49,49)
#002B2B
(0,43,43)
#002525
(0,37,37)
#001F1F
(0,31,31)
#001919
(0,25,25)
#001313
(0,19,19)
#000D0D
(0,13,13)
#000707
(0,7,7)
#000000
(0,0,0)

Tints of #004343

#004343
(0,67,67)
#175454
(23,84,84)
#2E6565
(46,101,101)
#457676
(69,118,118)
#5C8787
(92,135,135)
#739898
(115,152,152)
#8AA9A9
(138,169,169)
#A1BABA
(161,186,186)
#B8CBCB
(184,203,203)
#CFDCDC
(207,220,220)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004343; }

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

This text font color is #004343.


Background Color

.myBgColor { background-color: #004343; }

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

This div background color is #004343.


Border color

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

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

This div border color is #004343.


Opacity

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

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

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

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

This text has shadow with #004343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004343 on black background.


Color preview on white background

This text has color #004343 on white background.



Black color preview on #004343 background

This text has black color on #004343 background.


White color preview on #004343 background

This text has white color on #004343 background.