COLOR #00385C

HEX: #00385C
RGB: (0,56,92)

Color info

#00385C contains only green and blue colors. Web safe color of #00385C is #003366 (or #036).

RGB color model

#00385C color RGB value is (0,56,92).

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

RGB channels and saturation

R 0 of 255 = 0%
G 56 of 255 = 22%
B 92 of 255 = 36%

0
56
92

R + G + B ~ 19%. #00385C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 56 + 92 = 148 (100%)
R 0 of 148 ~ 0%
G 56 of 148 ~ 37.84%
B 92 of 148 ~ 62.16%

%37.84
%62.16

CMYK color model

#00385C color CMYK value is (100,39,0,64).

  • cyan value is 100.00%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(100,39,0,64)
C100M39Y0K64 
(100%,39%,0%,64%)
(1.00/0.39/0.00/0.64)	

CMYK percentages

%100
%39.13
%0
%63.92

Codes

Color #00385C in popluar color models

00385C
RGB05692
HSL203°100.00%18.04%
HSB/HSV203°100.00%36.08%
CMYK100.00%39.13%0.00%
63.92%

Color #00385C in popluar number systems.

HEX00385C
Decimal05692
Binary01110001011100
Octal070134

Shades and tints

Shades of #00385C

#00385C
(0,56,92)
#003354
(0,51,84)
#002E4C
(0,46,76)
#002944
(0,41,68)
#00243C
(0,36,60)
#001F34
(0,31,52)
#001A2C
(0,26,44)
#001524
(0,21,36)
#00101C
(0,16,28)
#000B14
(0,11,20)
#00060C
(0,6,12)
#000000
(0,0,0)

Tints of #00385C

#00385C
(0,56,92)
#174A6A
(23,74,106)
#2E5C78
(46,92,120)
#456E86
(69,110,134)
#5C8094
(92,128,148)
#7392A2
(115,146,162)
#8AA4B0
(138,164,176)
#A1B6BE
(161,182,190)
#B8C8CC
(184,200,204)
#CFDADA
(207,218,218)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00385C color. Also use rgb(0,56,92) instead hex code.

Text Font Color

.myTextColor { color: #00385C; }

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

This text font color is #00385C.


Background Color

.myBgColor { background-color: #00385C; }

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

This div background color is #00385C.


Border color

.myBorderColor { border: 1px solid #00385C; }

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

This div border color is #00385C.


Opacity

.myOpacity80 { color: #00385C; opacity: 0.8; }

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

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

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

This text has shadow with #00385C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00385C on black background.


Color preview on white background

This text has color #00385C on white background.



Black color preview on #00385C background

This text has black color on #00385C background.


White color preview on #00385C background

This text has white color on #00385C background.