COLOR #383B3A

HEX: #383B3A
RGB: (56,59,58)

Color info

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

RGB color model

#383B3A color RGB value is (56,59,58).

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

RGB channels and saturation

R 56 of 255 = 22%
G 59 of 255 = 23%
B 58 of 255 = 23%

56
59
58

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

Portions of RGB colors in percentages

R + G + B =
56 + 59 + 58 = 173 (100%)
R 56 of 173 ~ 32.37%
G 59 of 173 ~ 34.1%
B 58 of 173 ~ 33.53%

%32.37
%34.1
%33.53

CMYK color model

#383B3A color CMYK value is (5,0,2,77).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 76.86%
CMYK:
(5,0,2,77)
C5M0Y2K77 
(5%,0%,2%,77%)
(0.05/0.00/0.02/0.77)	

CMYK percentages

%5.08
%0
%1.69
%76.86

Codes

Color #383B3A in popluar color models

383B3A
RGB565958
HSL160°2.61%22.55%
HSB/HSV160°5.08%23.14%
CMYK5.08%0.00%1.69%
76.86%

Color #383B3A in popluar number systems.

HEX383B3A
Decimal565958
Binary111000111011111010
Octal707372

Shades and tints

Shades of #383B3A

#383B3A
(56,59,58)
#333635
(51,54,53)
#2E3130
(46,49,48)
#292C2B
(41,44,43)
#242726
(36,39,38)
#1F2221
(31,34,33)
#1A1D1C
(26,29,28)
#151817
(21,24,23)
#101312
(16,19,18)
#0B0E0D
(11,14,13)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #383B3A

#383B3A
(56,59,58)
#4A4C4B
(74,76,75)
#5C5D5C
(92,93,92)
#6E6E6D
(110,110,109)
#807F7E
(128,127,126)
#92908F
(146,144,143)
#A4A1A0
(164,161,160)
#B6B2B1
(182,178,177)
#C8C3C2
(200,195,194)
#DAD4D3
(218,212,211)
#ECE5E4
(236,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383B3A; }

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

This text font color is #383B3A.


Background Color

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

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

This div background color is #383B3A.


Border color

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

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

This div border color is #383B3A.


Opacity

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

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

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

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

This text has shadow with #383B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383B3A on black background.


Color preview on white background

This text has color #383B3A on white background.



Black color preview on #383B3A background

This text has black color on #383B3A background.


White color preview on #383B3A background

This text has white color on #383B3A background.