COLOR #383E15

HEX: #383E15 RGB: (56,62,21)

Color info

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

RGB color model

#383E15 color RGB value is (56,62,21).

RGB: (56,62,21) (22%, 24%, 8%)

RGB channels and saturation

R 56 of 255 = 22%
G 62 of 255 = 24%
B 21 of 255 = 8%

56
62
21

R + G + B ~ 18%. #383E15 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 62 + 21 = 139 (100%)
R 56 of 139 ~ 40.29%
G 62 of 139 ~ 44.6%
B 21 of 139 ~ 15.11'%

%40.29
%44.6
%15.11

CMYK color model

#383E15 color CMYK value is (10,0,66,76).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 66.13%
  • key color value is 75.69%
CMYK: (10,0,66,76) C10M0Y66K76 (10%,0%,66%,76%) (0.10/0.00/0.66/0.76) 

CMYK percentages

%9.68
%0
%66.13
%75.69

Codes

Color #383E15 in popluar color models

38 3E 15
RGB 56 62 21
HSL 69° 49.40% 16.27%
HSB/HSV 69° 66.13% 24.31%
CMYK 9.68% 0.00% 66.13%
75.69%

Color #383E15 in popluar number systems.

HEX 38 3E 15
Decimal 56 62 21
Binary 111000 111110 10101
Octal 70 76 25

Shades and tints

Shades of #383E15

#383E15
(56,62,21)
#333914
(51,57,20)
#2E3413
(46,52,19)
#292F12
(41,47,18)
#242A11
(36,42,17)
#1F2510
(31,37,16)
#1A200F
(26,32,15)
#151B0E
(21,27,14)
#10160D
(16,22,13)
#0B110C
(11,17,12)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #383E15

#383E15
(56,62,21)
#4A4F2A
(74,79,42)
#5C603F
(92,96,63)
#6E7154
(110,113,84)
#808269
(128,130,105)
#92937E
(146,147,126)
#A4A493
(164,164,147)
#B6B5A8
(182,181,168)
#C8C6BD
(200,198,189)
#DAD7D2
(218,215,210)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383E15; }

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

This text font color is #383E15.

Background Color

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

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

This div background color is #383E15.

Border color

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

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

This div border color is #383E15.

Opacity

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

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

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

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

This text has shadow with #383E15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383E15.

Preview

Color preview on black background

This text has color #383E15 on black background.


Color preview on white background

This text has color #383E15 on white background.


Black color preview on #383E15 background

This text has black color on #383E15 background.


White color preview on #383E15 background

This text has white color on #383E15 background.


Related colors

Complementary color

Complementary color for #hex is #C7C1EA.


I love getcolorcode.com

Triadic colors

1 #15383E and #3E1538 with #383E15 are triadic colors.

2 #153E38 and #3E3815 with #383E15 are triadic colors.