COLOR #383730

HEX: #383730
RGB: (56,55,48)

Color info

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

RGB color model

#383730 color RGB value is (56,55,48).

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

RGB channels and saturation

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

56
55
48

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

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 48 = 159 (100%)
R 56 of 159 ~ 35.22%
G 55 of 159 ~ 34.59%
B 48 of 159 ~ 30.19%

%35.22
%34.59
%30.19

CMYK color model

#383730 color CMYK value is (0,2,14,78).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 14.29%
  • key color value is 78.04%
CMYK:
(0,2,14,78)
C0M2Y14K78 
(0%,2%,14%,78%)
(0.00/0.02/0.14/0.78)	

CMYK percentages

%0
%1.79
%14.29
%78.04

Codes

Color #383730 in popluar color models

383730
RGB565548
HSL53°7.69%20.39%
HSB/HSV53°14.29%21.96%
CMYK0.00%1.79%14.29%
78.04%

Color #383730 in popluar number systems.

HEX383730
Decimal565548
Binary111000110111110000
Octal706760

Shades and tints

Shades of #383730

#383730
(56,55,48)
#33322C
(51,50,44)
#2E2D28
(46,45,40)
#292824
(41,40,36)
#242320
(36,35,32)
#1F1E1C
(31,30,28)
#1A1918
(26,25,24)
#151414
(21,20,20)
#100F10
(16,15,16)
#0B0A0C
(11,10,12)
#060508
(6,5,8)
#000000
(0,0,0)

Tints of #383730

#383730
(56,55,48)
#4A4942
(74,73,66)
#5C5B54
(92,91,84)
#6E6D66
(110,109,102)
#807F78
(128,127,120)
#92918A
(146,145,138)
#A4A39C
(164,163,156)
#B6B5AE
(182,181,174)
#C8C7C0
(200,199,192)
#DAD9D2
(218,217,210)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383730; }

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

This text font color is #383730.


Background Color

.myBgColor { background-color: #383730; }

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

This div background color is #383730.


Border color

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

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

This div border color is #383730.


Opacity

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

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

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

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

This text has shadow with #383730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383730 on black background.


Color preview on white background

This text has color #383730 on white background.



Black color preview on #383730 background

This text has black color on #383730 background.


White color preview on #383730 background

This text has white color on #383730 background.