COLOR #38363A

HEX: #38363A
RGB: (56,54,58)

Color info

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

RGB color model

#38363A color RGB value is (56,54,58).

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

RGB channels and saturation

R 56 of 255 = 22%
G 54 of 255 = 21%
B 58 of 255 = 23%

56
54
58

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

Portions of RGB colors in percentages

R + G + B =
56 + 54 + 58 = 168 (100%)
R 56 of 168 ~ 33.33%
G 54 of 168 ~ 32.14%
B 58 of 168 ~ 34.52%

%33.33
%32.14
%34.52

CMYK color model

#38363A color CMYK value is (3,7,0,77).

  • cyan value is 3.45%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(3,7,0,77)
C3M7Y0K77 
(3%,7%,0%,77%)
(0.03/0.07/0.00/0.77)	

CMYK percentages

%3.45
%6.9
%0
%77.25

Codes

Color #38363A in popluar color models

38363A
RGB565458
HSL270°3.57%21.96%
HSB/HSV270°6.90%22.75%
CMYK3.45%6.90%0.00%
77.25%

Color #38363A in popluar number systems.

HEX38363A
Decimal565458
Binary111000110110111010
Octal706672

Shades and tints

Shades of #38363A

#38363A
(56,54,58)
#333235
(51,50,53)
#2E2E30
(46,46,48)
#292A2B
(41,42,43)
#242626
(36,38,38)
#1F2221
(31,34,33)
#1A1E1C
(26,30,28)
#151A17
(21,26,23)
#101612
(16,22,18)
#0B120D
(11,18,13)
#060E08
(6,14,8)
#000000
(0,0,0)

Tints of #38363A

#38363A
(56,54,58)
#4A484B
(74,72,75)
#5C5A5C
(92,90,92)
#6E6C6D
(110,108,109)
#807E7E
(128,126,126)
#92908F
(146,144,143)
#A4A2A0
(164,162,160)
#B6B4B1
(182,180,177)
#C8C6C2
(200,198,194)
#DAD8D3
(218,216,211)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38363A; }

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

This text font color is #38363A.


Background Color

.myBgColor { background-color: #38363A; }

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

This div background color is #38363A.


Border color

.myBorderColor { border: 1px solid #38363A; }

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

This div border color is #38363A.


Opacity

.myOpacity80 { color: #38363A; opacity: 0.8; }

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

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

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

This text has shadow with #38363A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38363A on black background.


Color preview on white background

This text has color #38363A on white background.



Black color preview on #38363A background

This text has black color on #38363A background.


White color preview on #38363A background

This text has white color on #38363A background.