COLOR #383736

HEX: #383736
RGB: (56,55,54)

Color info

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

RGB color model

#383736 color RGB value is (56,55,54).

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

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 54 of 255 = 21%

56
55
54

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

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 54 = 165 (100%)
R 56 of 165 ~ 33.94%
G 55 of 165 ~ 33.33%
B 54 of 165 ~ 32.73%

%33.94
%33.33
%32.73

CMYK color model

#383736 color CMYK value is (0,2,4,78).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 3.57%
  • key color value is 78.04%
CMYK:
(0,2,4,78)
C0M2Y4K78 
(0%,2%,4%,78%)
(0.00/0.02/0.04/0.78)	

CMYK percentages

%0
%1.79
%3.57
%78.04

Codes

Color #383736 in popluar color models

383736
RGB565554
HSL30°1.82%21.57%
HSB/HSV30°3.57%21.96%
CMYK0.00%1.79%3.57%
78.04%

Color #383736 in popluar number systems.

HEX383736
Decimal565554
Binary111000110111110110
Octal706766

Shades and tints

Shades of #383736

#383736
(56,55,54)
#333232
(51,50,50)
#2E2D2E
(46,45,46)
#29282A
(41,40,42)
#242326
(36,35,38)
#1F1E22
(31,30,34)
#1A191E
(26,25,30)
#15141A
(21,20,26)
#100F16
(16,15,22)
#0B0A12
(11,10,18)
#06050E
(6,5,14)
#000000
(0,0,0)

Tints of #383736

#383736
(56,55,54)
#4A4948
(74,73,72)
#5C5B5A
(92,91,90)
#6E6D6C
(110,109,108)
#807F7E
(128,127,126)
#929190
(146,145,144)
#A4A3A2
(164,163,162)
#B6B5B4
(182,181,180)
#C8C7C6
(200,199,198)
#DAD9D8
(218,217,216)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383736; }

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

This text font color is #383736.


Background Color

.myBgColor { background-color: #383736; }

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

This div background color is #383736.


Border color

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

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

This div border color is #383736.


Opacity

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

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

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

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

This text has shadow with #383736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383736 on black background.


Color preview on white background

This text has color #383736 on white background.



Black color preview on #383736 background

This text has black color on #383736 background.


White color preview on #383736 background

This text has white color on #383736 background.