COLOR #00381E

HEX: #00381E RGB: (0,56,30)

Color info

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

RGB color model

#00381E color RGB value is (0,56,30).

RGB: (0,56,30) (0%, 22%, 12%)

RGB channels and saturation

R 0 of 255 = 0%
G 56 of 255 = 22%
B 30 of 255 = 12%

0
56
30

R + G + B ~ 11%. #00381E is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 56 + 30 = 86 (100%)
R 0 of 86 ~ 0%
G 56 of 86 ~ 65.12%
B 30 of 86 ~ 34.88'%

%65.12
%34.88

CMYK color model

#00381E color CMYK value is (100,0,46,78).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 78.04%

CMYK: (100,0,46,78)
C100M0Y46K78 (100%, 0%, 46%, 78%)
(1.00 / 0.00 / 0.46 / 0.78)

CMYK percentages

%100
%0
%46.43
%78.04

Codes

Color #00381E in popluar color models

00 38 1E
RGB 0 56 30
HSL 152° 100.00% 10.98%
HSB/HSV 152° 100.00% 21.96%
CMYK 100.00% 0.00% 46.43%
78.04%

Color #00381E in popluar number systems.

HEX 00 38 1E
Decimal 0 56 30
Binary 0 111000 11110
Octal 0 70 36

Shades and tints

Shades of #00381E

#00381E
(0,56,30)
#00331C
(0,51,28)
#002E1A
(0,46,26)
#002918
(0,41,24)
#002416
(0,36,22)
#001F14
(0,31,20)
#001A12
(0,26,18)
#001510
(0,21,16)
#00100E
(0,16,14)
#000B0C
(0,11,12)
#00060A
(0,6,10)
#000000
(0,0,0)

Tints of #00381E

#00381E
(0,56,30)
#174A32
(23,74,50)
#2E5C46
(46,92,70)
#456E5A
(69,110,90)
#5C806E
(92,128,110)
#739282
(115,146,130)
#8AA496
(138,164,150)
#A1B6AA
(161,182,170)
#B8C8BE
(184,200,190)
#CFDAD2
(207,218,210)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00381E color. Also use rgb(0,56,30) instead hex code.

Text Font Color

.myTextColor { color: #00381E; }

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

This text font color is #00381E.

Background Color

.myBgColor { background-color: #00381E; }

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

This div background color is #00381E.

Border color

.myBorderColor { border: 1px solid #00381E; }

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

This div border color is #00381E.

Opacity

.myOpacity80 { color: #00381E; opacity: 0.8; }

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

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

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

This text has shadow with #00381E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00381E.

Preview

Color preview on black background

This text has color #00381E on black background.


Color preview on white background

This text has color #00381E on white background.


Black color preview on #00381E background

This text has black color on #00381E background.


White color preview on #00381E background

This text has white color on #00381E background.


Related colors

Complementary color

Complementary color for #hex is #FFC7E1.


I love getcolorcode.com

Triadic colors

1 #1E0038 and #381E00 with #00381E are triadic colors.

2 #1E3800 and #38001E with #00381E are triadic colors.