COLOR #38303C

HEX: #38303C RGB: (56,48,60)

Color info

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

RGB color model

#38303C color RGB value is (56,48,60).

RGB: (56,48,60) (22%, 19%, 24%)

RGB channels and saturation

R 56 of 255 = 22%
G 48 of 255 = 19%
B 60 of 255 = 24%

56
48
60

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

Portions of RGB colors in percentages

R + G + B = 56 + 48 + 60 = 164 (100%)
R 56 of 164 ~ 34.15%
G 48 of 164 ~ 29.27%
B 60 of 164 ~ 36.59'%

%34.15
%29.27
%36.59

CMYK color model

#38303C color CMYK value is (7,20,0,76).

  • cyan value is 6.67%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (7,20,0,76)
C7M20Y0K76 (7%, 20%, 0%, 76%)
(0.07 / 0.20 / 0.00 / 0.76)

CMYK percentages

%6.67
%20
%0
%76.47

Codes

Color #38303C in popluar color models

38 30 3C
RGB 56 48 60
HSL 280° 11.11% 21.18%
HSB/HSV 280° 20.00% 23.53%
CMYK 6.67% 20.00% 0.00%
76.47%

Color #38303C in popluar number systems.

HEX 38 30 3C
Decimal 56 48 60
Binary 111000 110000 111100
Octal 70 60 74

Shades and tints

Shades of #38303C

#38303C
(56,48,60)
#332C37
(51,44,55)
#2E2832
(46,40,50)
#29242D
(41,36,45)
#242028
(36,32,40)
#1F1C23
(31,28,35)
#1A181E
(26,24,30)
#151419
(21,20,25)
#101014
(16,16,20)
#0B0C0F
(11,12,15)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #38303C

#38303C
(56,48,60)
#4A424D
(74,66,77)
#5C545E
(92,84,94)
#6E666F
(110,102,111)
#807880
(128,120,128)
#928A91
(146,138,145)
#A49CA2
(164,156,162)
#B6AEB3
(182,174,179)
#C8C0C4
(200,192,196)
#DAD2D5
(218,210,213)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38303C; }

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

This text font color is #38303C.

Background Color

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

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

This div background color is #38303C.

Border color

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

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

This div border color is #38303C.

Opacity

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

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

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

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

This text has shadow with #38303C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38303C.

Preview

Color preview on black background

This text has color #38303C on black background.


Color preview on white background

This text has color #38303C on white background.


Black color preview on #38303C background

This text has black color on #38303C background.


White color preview on #38303C background

This text has white color on #38303C background.


Related colors

Complementary color

Complementary color for #hex is #C7CFC3.


I love getcolorcode.com

Triadic colors

1 #3C3830 and #303C38 with #38303C are triadic colors.

2 #3C3038 and #30383C with #38303C are triadic colors.