COLOR #383741

HEX: #383741
RGB: (56,55,65)

Color info

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

RGB color model

#383741 color RGB value is (56,55,65).

  • red value is 56;
  • green value is 55;
  • blue value is 65.
RGB:
(56,55,65)
(22%,22%,25%)

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 65 of 255 = 25%

56
55
65

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

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 65 = 176 (100%)
R 56 of 176 ~ 31.82%
G 55 of 176 ~ 31.25%
B 65 of 176 ~ 36.93%

%31.82
%31.25
%36.93

CMYK color model

#383741 color CMYK value is (14,15,0,75).

  • cyan value is 13.85%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(14,15,0,75)
C14M15Y0K75 
(14%,15%,0%,75%)
(0.14/0.15/0.00/0.75)	

CMYK percentages

%13.85
%15.38
%0
%74.51

Codes

Color #383741 in popluar color models

383741
RGB565565
HSL246°8.33%23.53%
HSB/HSV246°15.38%25.49%
CMYK13.85%15.38%0.00%
74.51%

Color #383741 in popluar number systems.

HEX383741
Decimal565565
Binary1110001101111000001
Octal7067101

Shades and tints

Shades of #383741

#383741
(56,55,65)
#33323C
(51,50,60)
#2E2D37
(46,45,55)
#292832
(41,40,50)
#24232D
(36,35,45)
#1F1E28
(31,30,40)
#1A1923
(26,25,35)
#15141E
(21,20,30)
#100F19
(16,15,25)
#0B0A14
(11,10,20)
#06050F
(6,5,15)
#000000
(0,0,0)

Tints of #383741

#383741
(56,55,65)
#4A4952
(74,73,82)
#5C5B63
(92,91,99)
#6E6D74
(110,109,116)
#807F85
(128,127,133)
#929196
(146,145,150)
#A4A3A7
(164,163,167)
#B6B5B8
(182,181,184)
#C8C7C9
(200,199,201)
#DAD9DA
(218,217,218)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383741; }

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

This text font color is #383741.


Background Color

.myBgColor { background-color: #383741; }

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

This div background color is #383741.


Border color

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

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

This div border color is #383741.


Opacity

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

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

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

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

This text has shadow with #383741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383741 on black background.


Color preview on white background

This text has color #383741 on white background.



Black color preview on #383741 background

This text has black color on #383741 background.


White color preview on #383741 background

This text has white color on #383741 background.