COLOR #38401D

HEX: #38401D RGB: (56,64,29)

Color info

#38401D contains red, green and blue colors in about the same proportion. Web safe color of #38401D is #333333 (or #333).

RGB color model

#38401D color RGB value is (56,64,29).

RGB: (56,64,29) (22%, 25%, 11%)

RGB channels and saturation

R 56 of 255 = 22%
G 64 of 255 = 25%
B 29 of 255 = 11%

56
64
29

R + G + B ~ 19%. #38401D is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 64 + 29 = 149 (100%)
R 56 of 149 ~ 37.58%
G 64 of 149 ~ 42.95%
B 29 of 149 ~ 19.46'%

%37.58
%42.95
%19.46

CMYK color model

#38401D color CMYK value is (13,0,55,75).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 54.69%
  • key color value is 74.90%

CMYK: (13,0,55,75)
C13M0Y55K75 (13%, 0%, 55%, 75%)
(0.13 / 0.00 / 0.55 / 0.75)

CMYK percentages

%12.5
%0
%54.69
%74.9

Codes

Color #38401D in popluar color models

38 40 1D
RGB 56 64 29
HSL 74° 37.63% 18.24%
HSB/HSV 74° 54.69% 25.10%
CMYK 12.50% 0.00% 54.69%
74.90%

Color #38401D in popluar number systems.

HEX 38 40 1D
Decimal 56 64 29
Binary 111000 1000000 11101
Octal 70 100 35

Shades and tints

Shades of #38401D

#38401D
(56,64,29)
#333B1B
(51,59,27)
#2E3619
(46,54,25)
#293117
(41,49,23)
#242C15
(36,44,21)
#1F2713
(31,39,19)
#1A2211
(26,34,17)
#151D0F
(21,29,15)
#10180D
(16,24,13)
#0B130B
(11,19,11)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #38401D

#38401D
(56,64,29)
#4A5131
(74,81,49)
#5C6245
(92,98,69)
#6E7359
(110,115,89)
#80846D
(128,132,109)
#929581
(146,149,129)
#A4A695
(164,166,149)
#B6B7A9
(182,183,169)
#C8C8BD
(200,200,189)
#DAD9D1
(218,217,209)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38401D color. Also use rgb(56,64,29) instead hex code.

Text Font Color

.myTextColor { color: #38401D; }

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

This text font color is #38401D.

Background Color

.myBgColor { background-color: #38401D; }

<div style="background-color:#38401D">Inner text</div>

This div background color is #38401D.

Border color

.myBorderColor { border: 1px solid #38401D; }

<div style="border:3px solid #38401D">Div</div>

This div border color is #38401D.

Opacity

.myOpacity80 { color: #38401D; opacity: 0.8; }

<p style="color:#38401D;opacity:0.8;">80%</p>

Text with #38401D 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 #38401D;}

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

This text has shadow with #38401D color.


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

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

This text has shadow with #38401D primary color and red secondary color.


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

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

This text has shadow with #38401D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #38401D.

Preview

Color preview on black background

This text has color #38401D on black background.


Color preview on white background

This text has color #38401D on white background.


Black color preview on #38401D background

This text has black color on #38401D background.


White color preview on #38401D background

This text has white color on #38401D background.


Related colors

Complementary color

Complementary color for #hex is #C7BFE2.


I love getcolorcode.com

Triadic colors

1 #1D3840 and #401D38 with #38401D are triadic colors.

2 #1D4038 and #40381D with #38401D are triadic colors.