COLOR #383039

HEX: #383039 RGB: (56,48,57)

Color info

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

RGB color model

#383039 color RGB value is (56,48,57).

RGB: (56,48,57) (22%, 19%, 22%)

RGB channels and saturation

R 56 of 255 = 22%
G 48 of 255 = 19%
B 57 of 255 = 22%

56
48
57

R + G + B ~ 21%. #383039 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 48 + 57 = 161 (100%)
R 56 of 161 ~ 34.78%
G 48 of 161 ~ 29.81%
B 57 of 161 ~ 35.4'%

%34.78
%29.81
%35.4

CMYK color model

#383039 color CMYK value is (2,16,0,78).

  • cyan value is 1.75%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK: (2,16,0,78) C2M16Y0K78 (2%,16%,0%,78%) (0.02/0.16/0.00/0.78) 

CMYK percentages

%1.75
%15.79
%0
%77.65

Codes

Color #383039 in popluar color models

38 30 39
RGB 56 48 57
HSL 293° 8.57% 20.59%
HSB/HSV 293° 15.79% 22.35%
CMYK 1.75% 15.79% 0.00%
77.65%

Color #383039 in popluar number systems.

HEX 38 30 39
Decimal 56 48 57
Binary 111000 110000 111001
Octal 70 60 71

Shades and tints

Shades of #383039

#383039
(56,48,57)
#332C34
(51,44,52)
#2E282F
(46,40,47)
#29242A
(41,36,42)
#242025
(36,32,37)
#1F1C20
(31,28,32)
#1A181B
(26,24,27)
#151416
(21,20,22)
#101011
(16,16,17)
#0B0C0C
(11,12,12)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #383039

#383039
(56,48,57)
#4A424B
(74,66,75)
#5C545D
(92,84,93)
#6E666F
(110,102,111)
#807881
(128,120,129)
#928A93
(146,138,147)
#A49CA5
(164,156,165)
#B6AEB7
(182,174,183)
#C8C0C9
(200,192,201)
#DAD2DB
(218,210,219)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383039; }

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

This text font color is #383039.

Background Color

.myBgColor { background-color: #383039; }

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

This div background color is #383039.

Border color

.myBorderColor { border: 1px solid #383039; }

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

This div border color is #383039.

Opacity

.myOpacity80 { color: #383039; opacity: 0.8; }

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

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

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

This text has shadow with #383039 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383039.

Preview

Color preview on black background

This text has color #383039 on black background.


Color preview on white background

This text has color #383039 on white background.


Black color preview on #383039 background

This text has black color on #383039 background.


White color preview on #383039 background

This text has white color on #383039 background.


Related colors

Complementary color

Complementary color for #hex is #C7CFC6.


I love getcolorcode.com

Triadic colors

1 #393830 and #303938 with #383039 are triadic colors.

2 #393038 and #303839 with #383039 are triadic colors.