COLOR #38443B

HEX: #38443B
RGB: (56,68,59)

Color info

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

RGB color model

#38443B color RGB value is (56,68,59).

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

RGB channels and saturation

R 56 of 255 = 22%
G 68 of 255 = 27%
B 59 of 255 = 23%

56
68
59

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

Portions of RGB colors in percentages

R + G + B =
56 + 68 + 59 = 183 (100%)
R 56 of 183 ~ 30.6%
G 68 of 183 ~ 37.16%
B 59 of 183 ~ 32.24%

%30.6
%37.16
%32.24

CMYK color model

#38443B color CMYK value is (18,0,13,73).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 73.33%
CMYK:
(18,0,13,73)
C18M0Y13K73 
(18%,0%,13%,73%)
(0.18/0.00/0.13/0.73)	

CMYK percentages

%17.65
%0
%13.24
%73.33

Codes

Color #38443B in popluar color models

38443B
RGB566859
HSL135°9.68%24.31%
HSB/HSV135°17.65%26.67%
CMYK17.65%0.00%13.24%
73.33%

Color #38443B in popluar number systems.

HEX38443B
Decimal566859
Binary1110001000100111011
Octal7010473

Shades and tints

Shades of #38443B

#38443B
(56,68,59)
#333E36
(51,62,54)
#2E3831
(46,56,49)
#29322C
(41,50,44)
#242C27
(36,44,39)
#1F2622
(31,38,34)
#1A201D
(26,32,29)
#151A18
(21,26,24)
#101413
(16,20,19)
#0B0E0E
(11,14,14)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #38443B

#38443B
(56,68,59)
#4A554C
(74,85,76)
#5C665D
(92,102,93)
#6E776E
(110,119,110)
#80887F
(128,136,127)
#929990
(146,153,144)
#A4AAA1
(164,170,161)
#B6BBB2
(182,187,178)
#C8CCC3
(200,204,195)
#DADDD4
(218,221,212)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38443B; }

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

This text font color is #38443B.


Background Color

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

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

This div background color is #38443B.


Border color

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

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

This div border color is #38443B.


Opacity

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

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

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

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

This text has shadow with #38443B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38443B on black background.


Color preview on white background

This text has color #38443B on white background.



Black color preview on #38443B background

This text has black color on #38443B background.


White color preview on #38443B background

This text has white color on #38443B background.