COLOR #383E04

HEX: #383E04 RGB: (56,62,4)

Color info

#383E04 contains red, green and blue colors in about the same proportion. Web safe color of #383E04 is #333300 (or #330).

RGB color model

#383E04 color RGB value is (56,62,4).

RGB: (56,62,4) (22%, 24%, 2%)

RGB channels and saturation

R 56 of 255 = 22%
G 62 of 255 = 24%
B 4 of 255 = 2%

56
62
4

R + G + B ~ 16%. #383E04 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 62 + 4 = 122 (100%)
R 56 of 122 ~ 45.9%
G 62 of 122 ~ 50.82%
B 4 of 122 ~ 3.28'%

%45.9
%50.82

CMYK color model

#383E04 color CMYK value is (10,0,94,76).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 93.55%
  • key color value is 75.69%

CMYK: (10,0,94,76)
C10M0Y94K76 (10%, 0%, 94%, 76%)
(0.10 / 0.00 / 0.94 / 0.76)

CMYK percentages

%9.68
%0
%93.55
%75.69

Codes

Color #383E04 in popluar color models

38 3E 04
RGB 56 62 4
HSL 66° 87.88% 12.94%
HSB/HSV 66° 93.55% 24.31%
CMYK 9.68% 0.00% 93.55%
75.69%

Color #383E04 in popluar number systems.

HEX 38 3E 04
Decimal 56 62 4
Binary 111000 111110 100
Octal 70 76 4

Shades and tints

Shades of #383E04

#383E04
(56,62,4)
#333904
(51,57,4)
#2E3404
(46,52,4)
#292F04
(41,47,4)
#242A04
(36,42,4)
#1F2504
(31,37,4)
#1A2004
(26,32,4)
#151B04
(21,27,4)
#101604
(16,22,4)
#0B1104
(11,17,4)
#060C04
(6,12,4)
#000000
(0,0,0)

Tints of #383E04

#383E04
(56,62,4)
#4A4F1A
(74,79,26)
#5C6030
(92,96,48)
#6E7146
(110,113,70)
#80825C
(128,130,92)
#929372
(146,147,114)
#A4A488
(164,164,136)
#B6B59E
(182,181,158)
#C8C6B4
(200,198,180)
#DAD7CA
(218,215,202)
#ECE8E0
(236,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383E04 color. Also use rgb(56,62,4) instead hex code.

Text Font Color

.myTextColor { color: #383E04; }

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

This text font color is #383E04.

Background Color

.myBgColor { background-color: #383E04; }

<div style="background-color:#383E04">Inner text</div>

This div background color is #383E04.

Border color

.myBorderColor { border: 1px solid #383E04; }

<div style="border:3px solid #383E04">Div</div>

This div border color is #383E04.

Opacity

.myOpacity80 { color: #383E04; opacity: 0.8; }

<p style="color:#383E04;opacity:0.8;">80%</p>

Text with #383E04 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 #383E04;}

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

This text has shadow with #383E04 color.


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

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

This text has shadow with #383E04 primary color and red secondary color.


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

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

This text has shadow with #383E04 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #383E04.

Preview

Color preview on black background

This text has color #383E04 on black background.


Color preview on white background

This text has color #383E04 on white background.


Black color preview on #383E04 background

This text has black color on #383E04 background.


White color preview on #383E04 background

This text has white color on #383E04 background.


Related colors

Complementary color

Complementary color for #hex is #C7C1FB.


I love getcolorcode.com

Triadic colors

1 #04383E and #3E0438 with #383E04 are triadic colors.

2 #043E38 and #3E3804 with #383E04 are triadic colors.