COLOR #38353C

HEX: #38353C
RGB: (56,53,60)

Color info

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

RGB color model

#38353C color RGB value is (56,53,60).

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

RGB channels and saturation

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

56
53
60

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

Portions of RGB colors in percentages

R + G + B =
56 + 53 + 60 = 169 (100%)
R 56 of 169 ~ 33.14%
G 53 of 169 ~ 31.36%
B 60 of 169 ~ 35.5%

%33.14
%31.36
%35.5

CMYK color model

#38353C color CMYK value is (7,12,0,76).

  • cyan value is 6.67%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(7,12,0,76)
C7M12Y0K76 
(7%,12%,0%,76%)
(0.07/0.12/0.00/0.76)	

CMYK percentages

%6.67
%11.67
%0
%76.47

Codes

Color #38353C in popluar color models

38353C
RGB565360
HSL266°6.19%22.16%
HSB/HSV266°11.67%23.53%
CMYK6.67%11.67%0.00%
76.47%

Color #38353C in popluar number systems.

HEX38353C
Decimal565360
Binary111000110101111100
Octal706574

Shades and tints

Shades of #38353C

#38353C
(56,53,60)
#333137
(51,49,55)
#2E2D32
(46,45,50)
#29292D
(41,41,45)
#242528
(36,37,40)
#1F2123
(31,33,35)
#1A1D1E
(26,29,30)
#151919
(21,25,25)
#101514
(16,21,20)
#0B110F
(11,17,15)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #38353C

#38353C
(56,53,60)
#4A474D
(74,71,77)
#5C595E
(92,89,94)
#6E6B6F
(110,107,111)
#807D80
(128,125,128)
#928F91
(146,143,145)
#A4A1A2
(164,161,162)
#B6B3B3
(182,179,179)
#C8C5C4
(200,197,196)
#DAD7D5
(218,215,213)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38353C; }

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

This text font color is #38353C.


Background Color

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

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

This div background color is #38353C.


Border color

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

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

This div border color is #38353C.


Opacity

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

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

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

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

This text has shadow with #38353C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38353C on black background.


Color preview on white background

This text has color #38353C on white background.



Black color preview on #38353C background

This text has black color on #38353C background.


White color preview on #38353C background

This text has white color on #38353C background.