COLOR #38183B

HEX: #38183B
RGB: (56,24,59)

Color info

#38183B contains red, green and blue colors in about the same proportion. Web safe color of #38183B is #330033 (or #303).

RGB color model

#38183B color RGB value is (56,24,59).

  • red value is 56;
  • green value is 24;
  • blue value is 59.
RGB:
(56,24,59)
(22%,9%,23%)

RGB channels and saturation

R 56 of 255 = 22%
G 24 of 255 = 9%
B 59 of 255 = 23%

56
24
59

R + G + B ~ 18%. #38183B is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 24 + 59 = 139 (100%)
R 56 of 139 ~ 40.29%
G 24 of 139 ~ 17.27%
B 59 of 139 ~ 42.45%

%40.29
%17.27
%42.45

CMYK color model

#38183B color CMYK value is (5,59,0,77).

  • cyan value is 5.08%
  • magenta value is 59.32%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(5,59,0,77)
C5M59Y0K77 
(5%,59%,0%,77%)
(0.05/0.59/0.00/0.77)	

CMYK percentages

%5.08
%59.32
%0
%76.86

Codes

Color #38183B in popluar color models

38183B
RGB562459
HSL295°42.17%16.27%
HSB/HSV295°59.32%23.14%
CMYK5.08%59.32%0.00%
76.86%

Color #38183B in popluar number systems.

HEX38183B
Decimal562459
Binary11100011000111011
Octal703073

Shades and tints

Shades of #38183B

#38183B
(56,24,59)
#331636
(51,22,54)
#2E1431
(46,20,49)
#29122C
(41,18,44)
#241027
(36,16,39)
#1F0E22
(31,14,34)
#1A0C1D
(26,12,29)
#150A18
(21,10,24)
#100813
(16,8,19)
#0B060E
(11,6,14)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #38183B

#38183B
(56,24,59)
#4A2D4C
(74,45,76)
#5C425D
(92,66,93)
#6E576E
(110,87,110)
#806C7F
(128,108,127)
#928190
(146,129,144)
#A496A1
(164,150,161)
#B6ABB2
(182,171,178)
#C8C0C3
(200,192,195)
#DAD5D4
(218,213,212)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38183B color. Also use rgb(56,24,59) instead hex code.

Text Font Color

.myTextColor { color: #38183B; }

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

This text font color is #38183B.


Background Color

.myBgColor { background-color: #38183B; }

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

This div background color is #38183B.


Border color

.myBorderColor { border: 1px solid #38183B; }

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

This div border color is #38183B.


Opacity

.myOpacity80 { color: #38183B; opacity: 0.8; }

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

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

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

This text has shadow with #38183B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38183B on black background.


Color preview on white background

This text has color #38183B on white background.



Black color preview on #38183B background

This text has black color on #38183B background.


White color preview on #38183B background

This text has white color on #38183B background.