COLOR #383F3D

HEX: #383F3D
RGB: (56,63,61)

Color info

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

RGB color model

#383F3D color RGB value is (56,63,61).

  • red value is 56;
  • green value is 63;
  • blue value is 61.
RGB:
(56,63,61)
(22%,25%,24%)

RGB channels and saturation

R 56 of 255 = 22%
G 63 of 255 = 25%
B 61 of 255 = 24%

56
63
61

R + G + B ~ 24%. #383F3D is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 63 + 61 = 180 (100%)
R 56 of 180 ~ 31.11%
G 63 of 180 ~ 35%
B 61 of 180 ~ 33.89%

%31.11
%35
%33.89

CMYK color model

#383F3D color CMYK value is (11,0,3,75).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 75.29%
CMYK:
(11,0,3,75)
C11M0Y3K75 
(11%,0%,3%,75%)
(0.11/0.00/0.03/0.75)	

CMYK percentages

%11.11
%0
%3.17
%75.29

Codes

Color #383F3D in popluar color models

383F3D
RGB566361
HSL163°5.88%23.33%
HSB/HSV163°11.11%24.71%
CMYK11.11%0.00%3.17%
75.29%

Color #383F3D in popluar number systems.

HEX383F3D
Decimal566361
Binary111000111111111101
Octal707775

Shades and tints

Shades of #383F3D

#383F3D
(56,63,61)
#333A38
(51,58,56)
#2E3533
(46,53,51)
#29302E
(41,48,46)
#242B29
(36,43,41)
#1F2624
(31,38,36)
#1A211F
(26,33,31)
#151C1A
(21,28,26)
#101715
(16,23,21)
#0B1210
(11,18,16)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #383F3D

#383F3D
(56,63,61)
#4A504E
(74,80,78)
#5C615F
(92,97,95)
#6E7270
(110,114,112)
#808381
(128,131,129)
#929492
(146,148,146)
#A4A5A3
(164,165,163)
#B6B6B4
(182,182,180)
#C8C7C5
(200,199,197)
#DAD8D6
(218,216,214)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383F3D; }

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

This text font color is #383F3D.


Background Color

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

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

This div background color is #383F3D.


Border color

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

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

This div border color is #383F3D.


Opacity

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

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

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

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

This text has shadow with #383F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383F3D on black background.


Color preview on white background

This text has color #383F3D on white background.



Black color preview on #383F3D background

This text has black color on #383F3D background.


White color preview on #383F3D background

This text has white color on #383F3D background.