COLOR #383D3A

HEX: #383D3A RGB: (56,61,58)

Color info

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

RGB color model

#383D3A color RGB value is (56,61,58).

RGB: (56,61,58) (22%, 24%, 23%)

RGB channels and saturation

R 56 of 255 = 22%
G 61 of 255 = 24%
B 58 of 255 = 23%

56
61
58

R + G + B ~ 23%. #383D3A is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 61 + 58 = 175 (100%)
R 56 of 175 ~ 32%
G 61 of 175 ~ 34.86%
B 58 of 175 ~ 33.14'%

%32
%34.86
%33.14

CMYK color model

#383D3A color CMYK value is (8,0,5,76).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 4.92%
  • key color value is 76.08%

CMYK: (8,0,5,76)
C8M0Y5K76 (8%, 0%, 5%, 76%)
(0.08 / 0.00 / 0.05 / 0.76)

CMYK percentages

%8.2
%0
%4.92
%76.08

Codes

Color #383D3A in popluar color models

38 3D 3A
RGB 56 61 58
HSL 144° 4.27% 22.94%
HSB/HSV 144° 8.20% 23.92%
CMYK 8.20% 0.00% 4.92%
76.08%

Color #383D3A in popluar number systems.

HEX 38 3D 3A
Decimal 56 61 58
Binary 111000 111101 111010
Octal 70 75 72

Shades and tints

Shades of #383D3A

#383D3A
(56,61,58)
#333835
(51,56,53)
#2E3330
(46,51,48)
#292E2B
(41,46,43)
#242926
(36,41,38)
#1F2421
(31,36,33)
#1A1F1C
(26,31,28)
#151A17
(21,26,23)
#101512
(16,21,18)
#0B100D
(11,16,13)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #383D3A

#383D3A
(56,61,58)
#4A4E4B
(74,78,75)
#5C5F5C
(92,95,92)
#6E706D
(110,112,109)
#80817E
(128,129,126)
#92928F
(146,146,143)
#A4A3A0
(164,163,160)
#B6B4B1
(182,180,177)
#C8C5C2
(200,197,194)
#DAD6D3
(218,214,211)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383D3A color. Also use rgb(56,61,58) instead hex code.

Text Font Color

.myTextColor { color: #383D3A; }

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

This text font color is #383D3A.

Background Color

.myBgColor { background-color: #383D3A; }

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

This div background color is #383D3A.

Border color

.myBorderColor { border: 1px solid #383D3A; }

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

This div border color is #383D3A.

Opacity

.myOpacity80 { color: #383D3A; opacity: 0.8; }

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

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

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

This text has shadow with #383D3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383D3A.

Preview

Color preview on black background

This text has color #383D3A on black background.


Color preview on white background

This text has color #383D3A on white background.


Black color preview on #383D3A background

This text has black color on #383D3A background.


White color preview on #383D3A background

This text has white color on #383D3A background.


Related colors

Complementary color

Complementary color for #hex is #C7C2C5.


I love getcolorcode.com

Triadic colors

1 #3A383D and #3D3A38 with #383D3A are triadic colors.

2 #3A3D38 and #3D383A with #383D3A are triadic colors.