COLOR #383B3C

HEX: #383B3C
RGB: (56,59,60)

Color info

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

RGB color model

#383B3C color RGB value is (56,59,60).

  • red value is 56;
  • green value is 59;
  • blue value is 60.
RGB:
(56,59,60)
(22%,23%,24%)

RGB channels and saturation

R 56 of 255 = 22%
G 59 of 255 = 23%
B 60 of 255 = 24%

56
59
60

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

Portions of RGB colors in percentages

R + G + B =
56 + 59 + 60 = 175 (100%)
R 56 of 175 ~ 32%
G 59 of 175 ~ 33.71%
B 60 of 175 ~ 34.29%

%32
%33.71
%34.29

CMYK color model

#383B3C color CMYK value is (7,2,0,76).

  • cyan value is 6.67%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(7,2,0,76)
C7M2Y0K76 
(7%,2%,0%,76%)
(0.07/0.02/0.00/0.76)	

CMYK percentages

%6.67
%1.67
%0
%76.47

Codes

Color #383B3C in popluar color models

383B3C
RGB565960
HSL195°3.45%22.75%
HSB/HSV195°6.67%23.53%
CMYK6.67%1.67%0.00%
76.47%

Color #383B3C in popluar number systems.

HEX383B3C
Decimal565960
Binary111000111011111100
Octal707374

Shades and tints

Shades of #383B3C

#383B3C
(56,59,60)
#333637
(51,54,55)
#2E3132
(46,49,50)
#292C2D
(41,44,45)
#242728
(36,39,40)
#1F2223
(31,34,35)
#1A1D1E
(26,29,30)
#151819
(21,24,25)
#101314
(16,19,20)
#0B0E0F
(11,14,15)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #383B3C

#383B3C
(56,59,60)
#4A4C4D
(74,76,77)
#5C5D5E
(92,93,94)
#6E6E6F
(110,110,111)
#807F80
(128,127,128)
#929091
(146,144,145)
#A4A1A2
(164,161,162)
#B6B2B3
(182,178,179)
#C8C3C4
(200,195,196)
#DAD4D5
(218,212,213)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383B3C color. Also use rgb(56,59,60) instead hex code.

Text Font Color

.myTextColor { color: #383B3C; }

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

This text font color is #383B3C.


Background Color

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

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

This div background color is #383B3C.


Border color

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

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

This div border color is #383B3C.


Opacity

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

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

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

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

This text has shadow with #383B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383B3C on black background.


Color preview on white background

This text has color #383B3C on white background.



Black color preview on #383B3C background

This text has black color on #383B3C background.


White color preview on #383B3C background

This text has white color on #383B3C background.