COLOR #00343A

HEX: #00343A RGB: (0,52,58)

Color info

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

RGB color model

#00343A color RGB value is (0,52,58).

RGB: (0,52,58) (0%, 20%, 23%)

RGB channels and saturation

R 0 of 255 = 0%
G 52 of 255 = 20%
B 58 of 255 = 23%

0
52
58

R + G + B ~ 14%. #00343A is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 52 + 58 = 110 (100%)
R 0 of 110 ~ 0%
G 52 of 110 ~ 47.27%
B 58 of 110 ~ 52.73'%

%47.27
%52.73

CMYK color model

#00343A color CMYK value is (100,10,0,77).

  • cyan value is 100.00%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (100,10,0,77)
C100M10Y0K77 (100%, 10%, 0%, 77%)
(1.00 / 0.10 / 0.00 / 0.77)

CMYK percentages

%100
%10.34
%0
%77.25

Codes

Color #00343A in popluar color models

00 34 3A
RGB 0 52 58
HSL 186° 100.00% 11.37%
HSB/HSV 186° 100.00% 22.75%
CMYK 100.00% 10.34% 0.00%
77.25%

Color #00343A in popluar number systems.

HEX 00 34 3A
Decimal 0 52 58
Binary 0 110100 111010
Octal 0 64 72

Shades and tints

Shades of #00343A

#00343A
(0,52,58)
#003035
(0,48,53)
#002C30
(0,44,48)
#00282B
(0,40,43)
#002426
(0,36,38)
#002021
(0,32,33)
#001C1C
(0,28,28)
#001817
(0,24,23)
#001412
(0,20,18)
#00100D
(0,16,13)
#000C08
(0,12,8)
#000000
(0,0,0)

Tints of #00343A

#00343A
(0,52,58)
#17464B
(23,70,75)
#2E585C
(46,88,92)
#456A6D
(69,106,109)
#5C7C7E
(92,124,126)
#738E8F
(115,142,143)
#8AA0A0
(138,160,160)
#A1B2B1
(161,178,177)
#B8C4C2
(184,196,194)
#CFD6D3
(207,214,211)
#E6E8E4
(230,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00343A color. Also use rgb(0,52,58) instead hex code.

Text Font Color

.myTextColor { color: #00343A; }

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

This text font color is #00343A.

Background Color

.myBgColor { background-color: #00343A; }

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

This div background color is #00343A.

Border color

.myBorderColor { border: 1px solid #00343A; }

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

This div border color is #00343A.

Opacity

.myOpacity80 { color: #00343A; opacity: 0.8; }

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

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

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

This text has shadow with #00343A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00343A.

Preview

Color preview on black background

This text has color #00343A on black background.


Color preview on white background

This text has color #00343A on white background.


Black color preview on #00343A background

This text has black color on #00343A background.


White color preview on #00343A background

This text has white color on #00343A background.


Related colors

Complementary color

Complementary color for #hex is #FFCBC5.


I love getcolorcode.com

Triadic colors

1 #3A0034 and #343A00 with #00343A are triadic colors.

2 #3A3400 and #34003A with #00343A are triadic colors.