COLOR #383641

HEX: #383641
RGB: (56,54,65)

Color info

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

RGB color model

#383641 color RGB value is (56,54,65).

  • red value is 56;
  • green value is 54;
  • blue value is 65.
RGB:
(56,54,65)
(22%,21%,25%)

RGB channels and saturation

R 56 of 255 = 22%
G 54 of 255 = 21%
B 65 of 255 = 25%

56
54
65

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

Portions of RGB colors in percentages

R + G + B =
56 + 54 + 65 = 175 (100%)
R 56 of 175 ~ 32%
G 54 of 175 ~ 30.86%
B 65 of 175 ~ 37.14%

%32
%30.86
%37.14

CMYK color model

#383641 color CMYK value is (14,17,0,75).

  • cyan value is 13.85%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(14,17,0,75)
C14M17Y0K75 
(14%,17%,0%,75%)
(0.14/0.17/0.00/0.75)	

CMYK percentages

%13.85
%16.92
%0
%74.51

Codes

Color #383641 in popluar color models

383641
RGB565465
HSL251°9.24%23.33%
HSB/HSV251°16.92%25.49%
CMYK13.85%16.92%0.00%
74.51%

Color #383641 in popluar number systems.

HEX383641
Decimal565465
Binary1110001101101000001
Octal7066101

Shades and tints

Shades of #383641

#383641
(56,54,65)
#33323C
(51,50,60)
#2E2E37
(46,46,55)
#292A32
(41,42,50)
#24262D
(36,38,45)
#1F2228
(31,34,40)
#1A1E23
(26,30,35)
#151A1E
(21,26,30)
#101619
(16,22,25)
#0B1214
(11,18,20)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #383641

#383641
(56,54,65)
#4A4852
(74,72,82)
#5C5A63
(92,90,99)
#6E6C74
(110,108,116)
#807E85
(128,126,133)
#929096
(146,144,150)
#A4A2A7
(164,162,167)
#B6B4B8
(182,180,184)
#C8C6C9
(200,198,201)
#DAD8DA
(218,216,218)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383641 color. Also use rgb(56,54,65) instead hex code.

Text Font Color

.myTextColor { color: #383641; }

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

This text font color is #383641.


Background Color

.myBgColor { background-color: #383641; }

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

This div background color is #383641.


Border color

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

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

This div border color is #383641.


Opacity

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

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

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

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

This text has shadow with #383641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383641 on black background.


Color preview on white background

This text has color #383641 on white background.



Black color preview on #383641 background

This text has black color on #383641 background.


White color preview on #383641 background

This text has white color on #383641 background.