COLOR #383D35

HEX: #383D35 RGB: (56,61,53)

Color info

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

RGB color model

#383D35 color RGB value is (56,61,53).

RGB: (56,61,53) (22%, 24%, 21%)

RGB channels and saturation

R 56 of 255 = 22%
G 61 of 255 = 24%
B 53 of 255 = 21%

56
61
53

R + G + B ~ 22%. #383D35 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 61 + 53 = 170 (100%)
R 56 of 170 ~ 32.94%
G 61 of 170 ~ 35.88%
B 53 of 170 ~ 31.18'%

%32.94
%35.88
%31.18

CMYK color model

#383D35 color CMYK value is (8,0,13,76).

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

CMYK: (8,0,13,76)
C8M0Y13K76 (8%, 0%, 13%, 76%)
(0.08 / 0.00 / 0.13 / 0.76)

CMYK percentages

%8.2
%0
%13.11
%76.08

Codes

Color #383D35 in popluar color models

38 3D 35
RGB 56 61 53
HSL 98° 7.02% 22.35%
HSB/HSV 98° 13.11% 23.92%
CMYK 8.20% 0.00% 13.11%
76.08%

Color #383D35 in popluar number systems.

HEX 38 3D 35
Decimal 56 61 53
Binary 111000 111101 110101
Octal 70 75 65

Shades and tints

Shades of #383D35

#383D35
(56,61,53)
#333831
(51,56,49)
#2E332D
(46,51,45)
#292E29
(41,46,41)
#242925
(36,41,37)
#1F2421
(31,36,33)
#1A1F1D
(26,31,29)
#151A19
(21,26,25)
#101515
(16,21,21)
#0B1011
(11,16,17)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #383D35

#383D35
(56,61,53)
#4A4E47
(74,78,71)
#5C5F59
(92,95,89)
#6E706B
(110,112,107)
#80817D
(128,129,125)
#92928F
(146,146,143)
#A4A3A1
(164,163,161)
#B6B4B3
(182,180,179)
#C8C5C5
(200,197,197)
#DAD6D7
(218,214,215)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383D35 color. Also use rgb(56,61,53) instead hex code.

Text Font Color

.myTextColor { color: #383D35; }

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

This text font color is #383D35.

Background Color

.myBgColor { background-color: #383D35; }

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

This div background color is #383D35.

Border color

.myBorderColor { border: 1px solid #383D35; }

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

This div border color is #383D35.

Opacity

.myOpacity80 { color: #383D35; opacity: 0.8; }

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

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

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

This text has shadow with #383D35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383D35.

Preview

Color preview on black background

This text has color #383D35 on black background.


Color preview on white background

This text has color #383D35 on white background.


Black color preview on #383D35 background

This text has black color on #383D35 background.


White color preview on #383D35 background

This text has white color on #383D35 background.


Related colors

Complementary color

Complementary color for #hex is #C7C2CA.


I love getcolorcode.com

Triadic colors

1 #35383D and #3D3538 with #383D35 are triadic colors.

2 #353D38 and #3D3835 with #383D35 are triadic colors.