COLOR #00384A

HEX: #00384A
RGB: (0,56,74)

Color info

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

RGB color model

#00384A color RGB value is (0,56,74).

  • red value is 0;
  • green value is 56;
  • blue value is 74.
RGB:
(0,56,74)
(0%,22%,29%)

RGB channels and saturation

R 0 of 255 = 0%
G 56 of 255 = 22%
B 74 of 255 = 29%

0
56
74

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

Portions of RGB colors in percentages

R + G + B =
0 + 56 + 74 = 130 (100%)
R 0 of 130 ~ 0%
G 56 of 130 ~ 43.08%
B 74 of 130 ~ 56.92%

%43.08
%56.92

CMYK color model

#00384A color CMYK value is (100,24,0,71).

  • cyan value is 100.00%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(100,24,0,71)
C100M24Y0K71 
(100%,24%,0%,71%)
(1.00/0.24/0.00/0.71)	

CMYK percentages

%100
%24.32
%0
%70.98

Codes

Color #00384A in popluar color models

00384A
RGB05674
HSL195°100.00%14.51%
HSB/HSV195°100.00%29.02%
CMYK100.00%24.32%0.00%
70.98%

Color #00384A in popluar number systems.

HEX00384A
Decimal05674
Binary01110001001010
Octal070112

Shades and tints

Shades of #00384A

#00384A
(0,56,74)
#003344
(0,51,68)
#002E3E
(0,46,62)
#002938
(0,41,56)
#002432
(0,36,50)
#001F2C
(0,31,44)
#001A26
(0,26,38)
#001520
(0,21,32)
#00101A
(0,16,26)
#000B14
(0,11,20)
#00060E
(0,6,14)
#000000
(0,0,0)

Tints of #00384A

#00384A
(0,56,74)
#174A5A
(23,74,90)
#2E5C6A
(46,92,106)
#456E7A
(69,110,122)
#5C808A
(92,128,138)
#73929A
(115,146,154)
#8AA4AA
(138,164,170)
#A1B6BA
(161,182,186)
#B8C8CA
(184,200,202)
#CFDADA
(207,218,218)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00384A color. Also use rgb(0,56,74) instead hex code.

Text Font Color

.myTextColor { color: #00384A; }

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

This text font color is #00384A.


Background Color

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

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

This div background color is #00384A.


Border color

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

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

This div border color is #00384A.


Opacity

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

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

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

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

This text has shadow with #00384A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00384A on black background.


Color preview on white background

This text has color #00384A on white background.



Black color preview on #00384A background

This text has black color on #00384A background.


White color preview on #00384A background

This text has white color on #00384A background.