COLOR #38383E

HEX: #38383E
RGB: (56,56,62)

Color info

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

RGB color model

#38383E color RGB value is (56,56,62).

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

RGB channels and saturation

R 56 of 255 = 22%
G 56 of 255 = 22%
B 62 of 255 = 24%

56
56
62

R + G + B ~ 23%. #38383E is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 56 + 62 = 174 (100%)
R 56 of 174 ~ 32.18%
G 56 of 174 ~ 32.18%
B 62 of 174 ~ 35.63%

%32.18
%32.18
%35.63

CMYK color model

#38383E color CMYK value is (10,10,0,76).

  • cyan value is 9.68%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(10,10,0,76)
C10M10Y0K76 
(10%,10%,0%,76%)
(0.10/0.10/0.00/0.76)	

CMYK percentages

%9.68
%9.68
%0
%75.69

Codes

Color #38383E in popluar color models

38383E
RGB565662
HSL240°5.08%23.14%
HSB/HSV240°9.68%24.31%
CMYK9.68%9.68%0.00%
75.69%

Color #38383E in popluar number systems.

HEX38383E
Decimal565662
Binary111000111000111110
Octal707076

Shades and tints

Shades of #38383E

#38383E
(56,56,62)
#333339
(51,51,57)
#2E2E34
(46,46,52)
#29292F
(41,41,47)
#24242A
(36,36,42)
#1F1F25
(31,31,37)
#1A1A20
(26,26,32)
#15151B
(21,21,27)
#101016
(16,16,22)
#0B0B11
(11,11,17)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #38383E

#38383E
(56,56,62)
#4A4A4F
(74,74,79)
#5C5C60
(92,92,96)
#6E6E71
(110,110,113)
#808082
(128,128,130)
#929293
(146,146,147)
#A4A4A4
(164,164,164)
#B6B6B5
(182,182,181)
#C8C8C6
(200,200,198)
#DADAD7
(218,218,215)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38383E color. Also use rgb(56,56,62) instead hex code.

Text Font Color

.myTextColor { color: #38383E; }

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

This text font color is #38383E.


Background Color

.myBgColor { background-color: #38383E; }

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

This div background color is #38383E.


Border color

.myBorderColor { border: 1px solid #38383E; }

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

This div border color is #38383E.


Opacity

.myOpacity80 { color: #38383E; opacity: 0.8; }

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

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

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

This text has shadow with #38383E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38383E on black background.


Color preview on white background

This text has color #38383E on white background.



Black color preview on #38383E background

This text has black color on #38383E background.


White color preview on #38383E background

This text has white color on #38383E background.