COLOR #383841

HEX: #383841
RGB: (56,56,65)

Color info

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

RGB color model

#383841 color RGB value is (56,56,65).

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

RGB channels and saturation

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

56
56
65

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

Portions of RGB colors in percentages

R + G + B =
56 + 56 + 65 = 177 (100%)
R 56 of 177 ~ 31.64%
G 56 of 177 ~ 31.64%
B 65 of 177 ~ 36.72%

%31.64
%31.64
%36.72

CMYK color model

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

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

CMYK percentages

%13.85
%13.85
%0
%74.51

Codes

Color #383841 in popluar color models

383841
RGB565665
HSL240°7.44%23.73%
HSB/HSV240°13.85%25.49%
CMYK13.85%13.85%0.00%
74.51%

Color #383841 in popluar number systems.

HEX383841
Decimal565665
Binary1110001110001000001
Octal7070101

Shades and tints

Shades of #383841

#383841
(56,56,65)
#33333C
(51,51,60)
#2E2E37
(46,46,55)
#292932
(41,41,50)
#24242D
(36,36,45)
#1F1F28
(31,31,40)
#1A1A23
(26,26,35)
#15151E
(21,21,30)
#101019
(16,16,25)
#0B0B14
(11,11,20)
#06060F
(6,6,15)
#000000
(0,0,0)

Tints of #383841

#383841
(56,56,65)
#4A4A52
(74,74,82)
#5C5C63
(92,92,99)
#6E6E74
(110,110,116)
#808085
(128,128,133)
#929296
(146,146,150)
#A4A4A7
(164,164,167)
#B6B6B8
(182,182,184)
#C8C8C9
(200,200,201)
#DADADA
(218,218,218)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383841; }

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

This text font color is #383841.


Background Color

.myBgColor { background-color: #383841; }

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

This div background color is #383841.


Border color

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

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

This div border color is #383841.


Opacity

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

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

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

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

This text has shadow with #383841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383841 on black background.


Color preview on white background

This text has color #383841 on white background.



Black color preview on #383841 background

This text has black color on #383841 background.


White color preview on #383841 background

This text has white color on #383841 background.