COLOR #38333A

HEX: #38333A RGB: (56,51,58)

Color info

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

RGB color model

#38333A color RGB value is (56,51,58).

RGB: (56,51,58) (22%, 20%, 23%)

RGB channels and saturation

R 56 of 255 = 22%
G 51 of 255 = 20%
B 58 of 255 = 23%

56
51
58

R + G + B ~ 22%. #38333A is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 51 + 58 = 165 (100%)
R 56 of 165 ~ 33.94%
G 51 of 165 ~ 30.91%
B 58 of 165 ~ 35.15'%

%33.94
%30.91
%35.15

CMYK color model

#38333A color CMYK value is (3,12,0,77).

  • cyan value is 3.45%
  • magenta value is 12.07%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (3,12,0,77)
C3M12Y0K77 (3%, 12%, 0%, 77%)
(0.03 / 0.12 / 0.00 / 0.77)

CMYK percentages

%3.45
%12.07
%0
%77.25

Codes

Color #38333A in popluar color models

38 33 3A
RGB 56 51 58
HSL 283° 6.42% 21.37%
HSB/HSV 283° 12.07% 22.75%
CMYK 3.45% 12.07% 0.00%
77.25%

Color #38333A in popluar number systems.

HEX 38 33 3A
Decimal 56 51 58
Binary 111000 110011 111010
Octal 70 63 72

Shades and tints

Shades of #38333A

#38333A
(56,51,58)
#332F35
(51,47,53)
#2E2B30
(46,43,48)
#29272B
(41,39,43)
#242326
(36,35,38)
#1F1F21
(31,31,33)
#1A1B1C
(26,27,28)
#151717
(21,23,23)
#101312
(16,19,18)
#0B0F0D
(11,15,13)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #38333A

#38333A
(56,51,58)
#4A454B
(74,69,75)
#5C575C
(92,87,92)
#6E696D
(110,105,109)
#807B7E
(128,123,126)
#928D8F
(146,141,143)
#A49FA0
(164,159,160)
#B6B1B1
(182,177,177)
#C8C3C2
(200,195,194)
#DAD5D3
(218,213,211)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38333A color. Also use rgb(56,51,58) instead hex code.

Text Font Color

.myTextColor { color: #38333A; }

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

This text font color is #38333A.

Background Color

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

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

This div background color is #38333A.

Border color

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

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

This div border color is #38333A.

Opacity

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

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

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

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

This text has shadow with #38333A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38333A.

Preview

Color preview on black background

This text has color #38333A on black background.


Color preview on white background

This text has color #38333A on white background.


Black color preview on #38333A background

This text has black color on #38333A background.


White color preview on #38333A background

This text has white color on #38333A background.


Related colors

Complementary color

Complementary color for #hex is #C7CCC5.


I love getcolorcode.com

Triadic colors

1 #3A3833 and #333A38 with #38333A are triadic colors.

2 #3A3338 and #33383A with #38333A are triadic colors.