COLOR #38393C

HEX: #38393C
RGB: (56,57,60)

Color info

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

RGB color model

#38393C color RGB value is (56,57,60).

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

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 60 of 255 = 24%

56
57
60

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

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 60 = 173 (100%)
R 56 of 173 ~ 32.37%
G 57 of 173 ~ 32.95%
B 60 of 173 ~ 34.68%

%32.37
%32.95
%34.68

CMYK color model

#38393C color CMYK value is (7,5,0,76).

  • cyan value is 6.67%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(7,5,0,76)
C7M5Y0K76 
(7%,5%,0%,76%)
(0.07/0.05/0.00/0.76)	

CMYK percentages

%6.67
%5
%0
%76.47

Codes

Color #38393C in popluar color models

38393C
RGB565760
HSL225°3.45%22.75%
HSB/HSV225°6.67%23.53%
CMYK6.67%5.00%0.00%
76.47%

Color #38393C in popluar number systems.

HEX38393C
Decimal565760
Binary111000111001111100
Octal707174

Shades and tints

Shades of #38393C

#38393C
(56,57,60)
#333437
(51,52,55)
#2E2F32
(46,47,50)
#292A2D
(41,42,45)
#242528
(36,37,40)
#1F2023
(31,32,35)
#1A1B1E
(26,27,30)
#151619
(21,22,25)
#101114
(16,17,20)
#0B0C0F
(11,12,15)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #38393C

#38393C
(56,57,60)
#4A4B4D
(74,75,77)
#5C5D5E
(92,93,94)
#6E6F6F
(110,111,111)
#808180
(128,129,128)
#929391
(146,147,145)
#A4A5A2
(164,165,162)
#B6B7B3
(182,183,179)
#C8C9C4
(200,201,196)
#DADBD5
(218,219,213)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38393C; }

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

This text font color is #38393C.


Background Color

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

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

This div background color is #38393C.


Border color

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

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

This div border color is #38393C.


Opacity

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

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

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

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

This text has shadow with #38393C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38393C on black background.


Color preview on white background

This text has color #38393C on white background.



Black color preview on #38393C background

This text has black color on #38393C background.


White color preview on #38393C background

This text has white color on #38393C background.