COLOR #38301D

HEX: #38301D RGB: (56,48,29)

Color info

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

RGB color model

#38301D color RGB value is (56,48,29).

RGB: (56,48,29) (22%, 19%, 11%)

RGB channels and saturation

R 56 of 255 = 22%
G 48 of 255 = 19%
B 29 of 255 = 11%

56
48
29

R + G + B ~ 17%. #38301D is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 48 + 29 = 133 (100%)
R 56 of 133 ~ 42.11%
G 48 of 133 ~ 36.09%
B 29 of 133 ~ 21.8'%

%42.11
%36.09
%21.8

CMYK color model

#38301D color CMYK value is (0,14,48,78).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 48.21%
  • key color value is 78.04%

CMYK: (0,14,48,78)
C0M14Y48K78 (0%, 14%, 48%, 78%)
(0.00 / 0.14 / 0.48 / 0.78)

CMYK percentages

%0
%14.29
%48.21
%78.04

Codes

Color #38301D in popluar color models

38 30 1D
RGB 56 48 29
HSL 42° 31.76% 16.67%
HSB/HSV 42° 48.21% 21.96%
CMYK 0.00% 14.29% 48.21%
78.04%

Color #38301D in popluar number systems.

HEX 38 30 1D
Decimal 56 48 29
Binary 111000 110000 11101
Octal 70 60 35

Shades and tints

Shades of #38301D

#38301D
(56,48,29)
#332C1B
(51,44,27)
#2E2819
(46,40,25)
#292417
(41,36,23)
#242015
(36,32,21)
#1F1C13
(31,28,19)
#1A1811
(26,24,17)
#15140F
(21,20,15)
#10100D
(16,16,13)
#0B0C0B
(11,12,11)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #38301D

#38301D
(56,48,29)
#4A4231
(74,66,49)
#5C5445
(92,84,69)
#6E6659
(110,102,89)
#80786D
(128,120,109)
#928A81
(146,138,129)
#A49C95
(164,156,149)
#B6AEA9
(182,174,169)
#C8C0BD
(200,192,189)
#DAD2D1
(218,210,209)
#ECE4E5
(236,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38301D; }

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

This text font color is #38301D.

Background Color

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

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

This div background color is #38301D.

Border color

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

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

This div border color is #38301D.

Opacity

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

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

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

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

This text has shadow with #38301D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38301D.

Preview

Color preview on black background

This text has color #38301D on black background.


Color preview on white background

This text has color #38301D on white background.


Black color preview on #38301D background

This text has black color on #38301D background.


White color preview on #38301D background

This text has white color on #38301D background.


Related colors

Complementary color

Complementary color for #hex is #C7CFE2.


I love getcolorcode.com

Triadic colors

1 #1D3830 and #301D38 with #38301D are triadic colors.

2 #1D3038 and #30381D with #38301D are triadic colors.