COLOR #38171D

HEX: #38171D
RGB: (56,23,29)

Color info

#38171D contains red, green and blue colors in about the same proportion. Web safe color of #38171D is #330033 (or #303).

RGB color model

#38171D color RGB value is (56,23,29).

  • red value is 56;
  • green value is 23;
  • blue value is 29.
RGB:
(56,23,29)
(22%,9%,11%)

RGB channels and saturation

R 56 of 255 = 22%
G 23 of 255 = 9%
B 29 of 255 = 11%

56
23
29

R + G + B ~ 14%. #38171D is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 23 + 29 = 108 (100%)
R 56 of 108 ~ 51.85%
G 23 of 108 ~ 21.3%
B 29 of 108 ~ 26.85%

%51.85
%21.3
%26.85

CMYK color model

#38171D color CMYK value is (0,59,48,78).

  • cyan value is 0.00%
  • magenta value is 58.93%
  • yellow value is 48.21%
  • key color value is 78.04%
CMYK:
(0,59,48,78)
C0M59Y48K78 
(0%,59%,48%,78%)
(0.00/0.59/0.48/0.78)	

CMYK percentages

%0
%58.93
%48.21
%78.04

Codes

Color #38171D in popluar color models

38171D
RGB562329
HSL349°41.77%15.49%
HSB/HSV349°58.93%21.96%
CMYK0.00%58.93%48.21%
78.04%

Color #38171D in popluar number systems.

HEX38171D
Decimal562329
Binary1110001011111101
Octal702735

Shades and tints

Shades of #38171D

#38171D
(56,23,29)
#33151B
(51,21,27)
#2E1319
(46,19,25)
#291117
(41,17,23)
#240F15
(36,15,21)
#1F0D13
(31,13,19)
#1A0B11
(26,11,17)
#15090F
(21,9,15)
#10070D
(16,7,13)
#0B050B
(11,5,11)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #38171D

#38171D
(56,23,29)
#4A2C31
(74,44,49)
#5C4145
(92,65,69)
#6E5659
(110,86,89)
#806B6D
(128,107,109)
#928081
(146,128,129)
#A49595
(164,149,149)
#B6AAA9
(182,170,169)
#C8BFBD
(200,191,189)
#DAD4D1
(218,212,209)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38171D; }

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

This text font color is #38171D.


Background Color

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

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

This div background color is #38171D.


Border color

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

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

This div border color is #38171D.


Opacity

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

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

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

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

This text has shadow with #38171D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38171D on black background.


Color preview on white background

This text has color #38171D on white background.



Black color preview on #38171D background

This text has black color on #38171D background.


White color preview on #38171D background

This text has white color on #38171D background.