COLOR #382F3A

HEX: #382F3A
RGB: (56,47,58)

Color info

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

RGB color model

#382F3A color RGB value is (56,47,58).

  • red value is 56;
  • green value is 47;
  • blue value is 58.
RGB:
(56,47,58)
(22%,18%,23%)

RGB channels and saturation

R 56 of 255 = 22%
G 47 of 255 = 18%
B 58 of 255 = 23%

56
47
58

R + G + B ~ 21%. #382F3A is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 47 + 58 = 161 (100%)
R 56 of 161 ~ 34.78%
G 47 of 161 ~ 29.19%
B 58 of 161 ~ 36.02%

%34.78
%29.19
%36.02

CMYK color model

#382F3A color CMYK value is (3,19,0,77).

  • cyan value is 3.45%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(3,19,0,77)
C3M19Y0K77 
(3%,19%,0%,77%)
(0.03/0.19/0.00/0.77)	

CMYK percentages

%3.45
%18.97
%0
%77.25

Codes

Color #382F3A in popluar color models

382F3A
RGB564758
HSL289°10.48%20.59%
HSB/HSV289°18.97%22.75%
CMYK3.45%18.97%0.00%
77.25%

Color #382F3A in popluar number systems.

HEX382F3A
Decimal564758
Binary111000101111111010
Octal705772

Shades and tints

Shades of #382F3A

#382F3A
(56,47,58)
#332B35
(51,43,53)
#2E2730
(46,39,48)
#29232B
(41,35,43)
#241F26
(36,31,38)
#1F1B21
(31,27,33)
#1A171C
(26,23,28)
#151317
(21,19,23)
#100F12
(16,15,18)
#0B0B0D
(11,11,13)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #382F3A

#382F3A
(56,47,58)
#4A414B
(74,65,75)
#5C535C
(92,83,92)
#6E656D
(110,101,109)
#80777E
(128,119,126)
#92898F
(146,137,143)
#A49BA0
(164,155,160)
#B6ADB1
(182,173,177)
#C8BFC2
(200,191,194)
#DAD1D3
(218,209,211)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382F3A color. Also use rgb(56,47,58) instead hex code.

Text Font Color

.myTextColor { color: #382F3A; }

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

This text font color is #382F3A.


Background Color

.myBgColor { background-color: #382F3A; }

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

This div background color is #382F3A.


Border color

.myBorderColor { border: 1px solid #382F3A; }

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

This div border color is #382F3A.


Opacity

.myOpacity80 { color: #382F3A; opacity: 0.8; }

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

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

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

This text has shadow with #382F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382F3A on black background.


Color preview on white background

This text has color #382F3A on white background.



Black color preview on #382F3A background

This text has black color on #382F3A background.


White color preview on #382F3A background

This text has white color on #382F3A background.