COLOR #38443F

HEX: #38443F
RGB: (56,68,63)

Color info

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

RGB color model

#38443F color RGB value is (56,68,63).

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

RGB channels and saturation

R 56 of 255 = 22%
G 68 of 255 = 27%
B 63 of 255 = 25%

56
68
63

R + G + B ~ 25%. #38443F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 68 + 63 = 187 (100%)
R 56 of 187 ~ 29.95%
G 68 of 187 ~ 36.36%
B 63 of 187 ~ 33.69%

%29.95
%36.36
%33.69

CMYK color model

#38443F color CMYK value is (18,0,7,73).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 73.33%
CMYK:
(18,0,7,73)
C18M0Y7K73 
(18%,0%,7%,73%)
(0.18/0.00/0.07/0.73)	

CMYK percentages

%17.65
%0
%7.35
%73.33

Codes

Color #38443F in popluar color models

38443F
RGB566863
HSL155°9.68%24.31%
HSB/HSV155°17.65%26.67%
CMYK17.65%0.00%7.35%
73.33%

Color #38443F in popluar number systems.

HEX38443F
Decimal566863
Binary1110001000100111111
Octal7010477

Shades and tints

Shades of #38443F

#38443F
(56,68,63)
#333E3A
(51,62,58)
#2E3835
(46,56,53)
#293230
(41,50,48)
#242C2B
(36,44,43)
#1F2626
(31,38,38)
#1A2021
(26,32,33)
#151A1C
(21,26,28)
#101417
(16,20,23)
#0B0E12
(11,14,18)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #38443F

#38443F
(56,68,63)
#4A5550
(74,85,80)
#5C6661
(92,102,97)
#6E7772
(110,119,114)
#808883
(128,136,131)
#929994
(146,153,148)
#A4AAA5
(164,170,165)
#B6BBB6
(182,187,182)
#C8CCC7
(200,204,199)
#DADDD8
(218,221,216)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38443F; }

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

This text font color is #38443F.


Background Color

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

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

This div background color is #38443F.


Border color

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

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

This div border color is #38443F.


Opacity

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

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

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

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

This text has shadow with #38443F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38443F on black background.


Color preview on white background

This text has color #38443F on white background.



Black color preview on #38443F background

This text has black color on #38443F background.


White color preview on #38443F background

This text has white color on #38443F background.