COLOR #383742

HEX: #383742
RGB: (56,55,66)

Color info

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

RGB color model

#383742 color RGB value is (56,55,66).

  • red value is 56;
  • green value is 55;
  • blue value is 66.
RGB:
(56,55,66)
(22%,22%,26%)

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 66 of 255 = 26%

56
55
66

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

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 66 = 177 (100%)
R 56 of 177 ~ 31.64%
G 55 of 177 ~ 31.07%
B 66 of 177 ~ 37.29%

%31.64
%31.07
%37.29

CMYK color model

#383742 color CMYK value is (15,17,0,74).

  • cyan value is 15.15%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(15,17,0,74)
C15M17Y0K74 
(15%,17%,0%,74%)
(0.15/0.17/0.00/0.74)	

CMYK percentages

%15.15
%16.67
%0
%74.12

Codes

Color #383742 in popluar color models

383742
RGB565566
HSL245°9.09%23.73%
HSB/HSV245°16.67%25.88%
CMYK15.15%16.67%0.00%
74.12%

Color #383742 in popluar number systems.

HEX383742
Decimal565566
Binary1110001101111000010
Octal7067102

Shades and tints

Shades of #383742

#383742
(56,55,66)
#33323C
(51,50,60)
#2E2D36
(46,45,54)
#292830
(41,40,48)
#24232A
(36,35,42)
#1F1E24
(31,30,36)
#1A191E
(26,25,30)
#151418
(21,20,24)
#100F12
(16,15,18)
#0B0A0C
(11,10,12)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #383742

#383742
(56,55,66)
#4A4953
(74,73,83)
#5C5B64
(92,91,100)
#6E6D75
(110,109,117)
#807F86
(128,127,134)
#929197
(146,145,151)
#A4A3A8
(164,163,168)
#B6B5B9
(182,181,185)
#C8C7CA
(200,199,202)
#DAD9DB
(218,217,219)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383742 color. Also use rgb(56,55,66) instead hex code.

Text Font Color

.myTextColor { color: #383742; }

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

This text font color is #383742.


Background Color

.myBgColor { background-color: #383742; }

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

This div background color is #383742.


Border color

.myBorderColor { border: 1px solid #383742; }

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

This div border color is #383742.


Opacity

.myOpacity80 { color: #383742; opacity: 0.8; }

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

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

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

This text has shadow with #383742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383742 on black background.


Color preview on white background

This text has color #383742 on white background.



Black color preview on #383742 background

This text has black color on #383742 background.


White color preview on #383742 background

This text has white color on #383742 background.