COLOR #38373D

HEX: #38373D RGB: (56,55,61)

Color info

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

RGB color model

#38373D color RGB value is (56,55,61).

RGB: (56,55,61) (22%, 22%, 24%)

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 61 of 255 = 24%

56
55
61

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

Portions of RGB colors in percentages

R + G + B = 56 + 55 + 61 = 172 (100%)
R 56 of 172 ~ 32.56%
G 55 of 172 ~ 31.98%
B 61 of 172 ~ 35.47'%

%32.56
%31.98
%35.47

CMYK color model

#38373D color CMYK value is (8,10,0,76).

  • cyan value is 8.20%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (8,10,0,76)
C8M10Y0K76 (8%, 10%, 0%, 76%)
(0.08 / 0.10 / 0.00 / 0.76)

CMYK percentages

%8.2
%9.84
%0
%76.08

Codes

Color #38373D in popluar color models

38 37 3D
RGB 56 55 61
HSL 250° 5.17% 22.75%
HSB/HSV 250° 9.84% 23.92%
CMYK 8.20% 9.84% 0.00%
76.08%

Color #38373D in popluar number systems.

HEX 38 37 3D
Decimal 56 55 61
Binary 111000 110111 111101
Octal 70 67 75

Shades and tints

Shades of #38373D

#38373D
(56,55,61)
#333238
(51,50,56)
#2E2D33
(46,45,51)
#29282E
(41,40,46)
#242329
(36,35,41)
#1F1E24
(31,30,36)
#1A191F
(26,25,31)
#15141A
(21,20,26)
#100F15
(16,15,21)
#0B0A10
(11,10,16)
#06050B
(6,5,11)
#000000
(0,0,0)

Tints of #38373D

#38373D
(56,55,61)
#4A494E
(74,73,78)
#5C5B5F
(92,91,95)
#6E6D70
(110,109,112)
#807F81
(128,127,129)
#929192
(146,145,146)
#A4A3A3
(164,163,163)
#B6B5B4
(182,181,180)
#C8C7C5
(200,199,197)
#DAD9D6
(218,217,214)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38373D; }

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

This text font color is #38373D.

Background Color

.myBgColor { background-color: #38373D; }

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

This div background color is #38373D.

Border color

.myBorderColor { border: 1px solid #38373D; }

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

This div border color is #38373D.

Opacity

.myOpacity80 { color: #38373D; opacity: 0.8; }

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

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

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

This text has shadow with #38373D color.


.textShadow {text-shadow: 3px 3px 1px #38373D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #38373D; -webkit-box-shadow: 1px 1px 3px 2px #38373D; box-shadow:1px 1px 3px 2px #38373D;">
Div content here
</div>

This div box has shadow with color #38373D.

Preview

Color preview on black background

This text has color #38373D on black background.


Color preview on white background

This text has color #38373D on white background.


Black color preview on #38373D background

This text has black color on #38373D background.


White color preview on #38373D background

This text has white color on #38373D background.


Related colors

Complementary color

Complementary color for #hex is #C7C8C2.


I love getcolorcode.com

Triadic colors

1 #3D3837 and #373D38 with #38373D are triadic colors.

2 #3D3738 and #37383D with #38373D are triadic colors.