COLOR #38363C

HEX: #38363C
RGB: (56,54,60)

Color info

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

RGB color model

#38363C color RGB value is (56,54,60).

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

RGB channels and saturation

R 56 of 255 = 22%
G 54 of 255 = 21%
B 60 of 255 = 24%

56
54
60

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

Portions of RGB colors in percentages

R + G + B =
56 + 54 + 60 = 170 (100%)
R 56 of 170 ~ 32.94%
G 54 of 170 ~ 31.76%
B 60 of 170 ~ 35.29%

%32.94
%31.76
%35.29

CMYK color model

#38363C color CMYK value is (7,10,0,76).

  • cyan value is 6.67%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(7,10,0,76)
C7M10Y0K76 
(7%,10%,0%,76%)
(0.07/0.10/0.00/0.76)	

CMYK percentages

%6.67
%10
%0
%76.47

Codes

Color #38363C in popluar color models

38363C
RGB565460
HSL260°5.26%22.35%
HSB/HSV260°10.00%23.53%
CMYK6.67%10.00%0.00%
76.47%

Color #38363C in popluar number systems.

HEX38363C
Decimal565460
Binary111000110110111100
Octal706674

Shades and tints

Shades of #38363C

#38363C
(56,54,60)
#333237
(51,50,55)
#2E2E32
(46,46,50)
#292A2D
(41,42,45)
#242628
(36,38,40)
#1F2223
(31,34,35)
#1A1E1E
(26,30,30)
#151A19
(21,26,25)
#101614
(16,22,20)
#0B120F
(11,18,15)
#060E0A
(6,14,10)
#000000
(0,0,0)

Tints of #38363C

#38363C
(56,54,60)
#4A484D
(74,72,77)
#5C5A5E
(92,90,94)
#6E6C6F
(110,108,111)
#807E80
(128,126,128)
#929091
(146,144,145)
#A4A2A2
(164,162,162)
#B6B4B3
(182,180,179)
#C8C6C4
(200,198,196)
#DAD8D5
(218,216,213)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38363C; }

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

This text font color is #38363C.


Background Color

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

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

This div background color is #38363C.


Border color

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

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

This div border color is #38363C.


Opacity

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

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

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

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

This text has shadow with #38363C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38363C on black background.


Color preview on white background

This text has color #38363C on white background.



Black color preview on #38363C background

This text has black color on #38363C background.


White color preview on #38363C background

This text has white color on #38363C background.