COLOR #383838

HEX: #383838
RGB: (56,56,56)

Color info

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

RGB color model

#383838 color RGB value is (56,56,56).

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

RGB channels and saturation

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

56
56
56

R + G + B ~ 22%. #383838 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 56 + 56 = 168 (100%)
R 56 of 168 ~ 33.33%
G 56 of 168 ~ 33.33%
B 56 of 168 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#383838 color CMYK value is (0,0,0,78).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(0,0,0,78)
C0M0Y0K78 
(0%,0%,0%,78%)
(0.00/0.00/0.00/0.78)	

CMYK percentages

%0
%0
%0
%78.04

Codes

Color #383838 in popluar color models

383838
RGB565656
HSL0.00%0.22%
HSB/HSV0.00%0.22%
CMYK0.00%0.00%0.00%
78.04%

Color #383838 in popluar number systems.

HEX383838
Decimal565656
Binary111000111000111000
Octal707070

Shades and tints

Shades of #383838

#383838
(56,56,56)
#333333
(51,51,51)
#2E2E2E
(46,46,46)
#292929
(41,41,41)
#242424
(36,36,36)
#1F1F1F
(31,31,31)
#1A1A1A
(26,26,26)
#151515
(21,21,21)
#101010
(16,16,16)
#0B0B0B
(11,11,11)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #383838

#383838
(56,56,56)
#4A4A4A
(74,74,74)
#5C5C5C
(92,92,92)
#6E6E6E
(110,110,110)
#808080
(128,128,128)
#929292
(146,146,146)
#A4A4A4
(164,164,164)
#B6B6B6
(182,182,182)
#C8C8C8
(200,200,200)
#DADADA
(218,218,218)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383838; }

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

This text font color is #383838.


Background Color

.myBgColor { background-color: #383838; }

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

This div background color is #383838.


Border color

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

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

This div border color is #383838.


Opacity

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

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

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

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

This text has shadow with #383838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383838 on black background.


Color preview on white background

This text has color #383838 on white background.



Black color preview on #383838 background

This text has black color on #383838 background.


White color preview on #383838 background

This text has white color on #383838 background.