COLOR #38374A

HEX: #38374A
RGB: (56,55,74)

Color info

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

RGB color model

#38374A color RGB value is (56,55,74).

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

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 74 of 255 = 29%

56
55
74

R + G + B ~ 24%. #38374A is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 74 = 185 (100%)
R 56 of 185 ~ 30.27%
G 55 of 185 ~ 29.73%
B 74 of 185 ~ 40%

%30.27
%29.73
%40

CMYK color model

#38374A color CMYK value is (24,26,0,71).

  • cyan value is 24.32%
  • magenta value is 25.68%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(24,26,0,71)
C24M26Y0K71 
(24%,26%,0%,71%)
(0.24/0.26/0.00/0.71)	

CMYK percentages

%24.32
%25.68
%0
%70.98

Codes

Color #38374A in popluar color models

38374A
RGB565574
HSL243°14.73%25.29%
HSB/HSV243°25.68%29.02%
CMYK24.32%25.68%0.00%
70.98%

Color #38374A in popluar number systems.

HEX38374A
Decimal565574
Binary1110001101111001010
Octal7067112

Shades and tints

Shades of #38374A

#38374A
(56,55,74)
#333244
(51,50,68)
#2E2D3E
(46,45,62)
#292838
(41,40,56)
#242332
(36,35,50)
#1F1E2C
(31,30,44)
#1A1926
(26,25,38)
#151420
(21,20,32)
#100F1A
(16,15,26)
#0B0A14
(11,10,20)
#06050E
(6,5,14)
#000000
(0,0,0)

Tints of #38374A

#38374A
(56,55,74)
#4A495A
(74,73,90)
#5C5B6A
(92,91,106)
#6E6D7A
(110,109,122)
#807F8A
(128,127,138)
#92919A
(146,145,154)
#A4A3AA
(164,163,170)
#B6B5BA
(182,181,186)
#C8C7CA
(200,199,202)
#DAD9DA
(218,217,218)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38374A; }

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

This text font color is #38374A.


Background Color

.myBgColor { background-color: #38374A; }

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

This div background color is #38374A.


Border color

.myBorderColor { border: 1px solid #38374A; }

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

This div border color is #38374A.


Opacity

.myOpacity80 { color: #38374A; opacity: 0.8; }

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

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

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

This text has shadow with #38374A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38374A on black background.


Color preview on white background

This text has color #38374A on white background.



Black color preview on #38374A background

This text has black color on #38374A background.


White color preview on #38374A background

This text has white color on #38374A background.