COLOR #00403A

HEX: #00403A
RGB: (0,64,58)

Color info

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

RGB color model

#00403A color RGB value is (0,64,58).

  • red value is 0;
  • green value is 64;
  • blue value is 58.
RGB:
(0,64,58)
(0%,25%,23%)

RGB channels and saturation

R 0 of 255 = 0%
G 64 of 255 = 25%
B 58 of 255 = 23%

0
64
58

R + G + B ~ 16%. #00403A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 64 + 58 = 122 (100%)
R 0 of 122 ~ 0%
G 64 of 122 ~ 52.46%
B 58 of 122 ~ 47.54%

%52.46
%47.54

CMYK color model

#00403A color CMYK value is (100,0,9,75).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 74.90%
CMYK:
(100,0,9,75)
C100M0Y9K75 
(100%,0%,9%,75%)
(1.00/0.00/0.09/0.75)	

CMYK percentages

%100
%0
%9.38
%74.9

Codes

Color #00403A in popluar color models

00403A
RGB06458
HSL174°100.00%12.55%
HSB/HSV174°100.00%25.10%
CMYK100.00%0.00%9.38%
74.90%

Color #00403A in popluar number systems.

HEX00403A
Decimal06458
Binary01000000111010
Octal010072

Shades and tints

Shades of #00403A

#00403A
(0,64,58)
#003B35
(0,59,53)
#003630
(0,54,48)
#00312B
(0,49,43)
#002C26
(0,44,38)
#002721
(0,39,33)
#00221C
(0,34,28)
#001D17
(0,29,23)
#001812
(0,24,18)
#00130D
(0,19,13)
#000E08
(0,14,8)
#000000
(0,0,0)

Tints of #00403A

#00403A
(0,64,58)
#17514B
(23,81,75)
#2E625C
(46,98,92)
#45736D
(69,115,109)
#5C847E
(92,132,126)
#73958F
(115,149,143)
#8AA6A0
(138,166,160)
#A1B7B1
(161,183,177)
#B8C8C2
(184,200,194)
#CFD9D3
(207,217,211)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00403A; }

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

This text font color is #00403A.


Background Color

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

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

This div background color is #00403A.


Border color

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

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

This div border color is #00403A.


Opacity

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

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

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

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

This text has shadow with #00403A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00403A on black background.


Color preview on white background

This text has color #00403A on white background.



Black color preview on #00403A background

This text has black color on #00403A background.


White color preview on #00403A background

This text has white color on #00403A background.