COLOR #382437

HEX: #382437
RGB: (56,36,55)

Color info

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

RGB color model

#382437 color RGB value is (56,36,55).

  • red value is 56;
  • green value is 36;
  • blue value is 55.
RGB:
(56,36,55)
(22%,14%,22%)

RGB channels and saturation

R 56 of 255 = 22%
G 36 of 255 = 14%
B 55 of 255 = 22%

56
36
55

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

Portions of RGB colors in percentages

R + G + B =
56 + 36 + 55 = 147 (100%)
R 56 of 147 ~ 38.1%
G 36 of 147 ~ 24.49%
B 55 of 147 ~ 37.41%

%38.1
%24.49
%37.41

CMYK color model

#382437 color CMYK value is (0,36,2,78).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 1.79%
  • key color value is 78.04%
CMYK:
(0,36,2,78)
C0M36Y2K78 
(0%,36%,2%,78%)
(0.00/0.36/0.02/0.78)	

CMYK percentages

%0
%35.71
%1.79
%78.04

Codes

Color #382437 in popluar color models

382437
RGB563655
HSL303°21.74%18.04%
HSB/HSV303°35.71%21.96%
CMYK0.00%35.71%1.79%
78.04%

Color #382437 in popluar number systems.

HEX382437
Decimal563655
Binary111000100100110111
Octal704467

Shades and tints

Shades of #382437

#382437
(56,36,55)
#332132
(51,33,50)
#2E1E2D
(46,30,45)
#291B28
(41,27,40)
#241823
(36,24,35)
#1F151E
(31,21,30)
#1A1219
(26,18,25)
#150F14
(21,15,20)
#100C0F
(16,12,15)
#0B090A
(11,9,10)
#060605
(6,6,5)
#000000
(0,0,0)

Tints of #382437

#382437
(56,36,55)
#4A3749
(74,55,73)
#5C4A5B
(92,74,91)
#6E5D6D
(110,93,109)
#80707F
(128,112,127)
#928391
(146,131,145)
#A496A3
(164,150,163)
#B6A9B5
(182,169,181)
#C8BCC7
(200,188,199)
#DACFD9
(218,207,217)
#ECE2EB
(236,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382437 color. Also use rgb(56,36,55) instead hex code.

Text Font Color

.myTextColor { color: #382437; }

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

This text font color is #382437.


Background Color

.myBgColor { background-color: #382437; }

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

This div background color is #382437.


Border color

.myBorderColor { border: 1px solid #382437; }

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

This div border color is #382437.


Opacity

.myOpacity80 { color: #382437; opacity: 0.8; }

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

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

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

This text has shadow with #382437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382437 on black background.


Color preview on white background

This text has color #382437 on white background.



Black color preview on #382437 background

This text has black color on #382437 background.


White color preview on #382437 background

This text has white color on #382437 background.