COLOR #38443D

HEX: #38443D
RGB: (56,68,61)

Color info

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

RGB color model

#38443D color RGB value is (56,68,61).

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

RGB channels and saturation

R 56 of 255 = 22%
G 68 of 255 = 27%
B 61 of 255 = 24%

56
68
61

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

Portions of RGB colors in percentages

R + G + B =
56 + 68 + 61 = 185 (100%)
R 56 of 185 ~ 30.27%
G 68 of 185 ~ 36.76%
B 61 of 185 ~ 32.97%

%30.27
%36.76
%32.97

CMYK color model

#38443D color CMYK value is (18,0,10,73).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 73.33%
CMYK:
(18,0,10,73)
C18M0Y10K73 
(18%,0%,10%,73%)
(0.18/0.00/0.10/0.73)	

CMYK percentages

%17.65
%0
%10.29
%73.33

Codes

Color #38443D in popluar color models

38443D
RGB566861
HSL145°9.68%24.31%
HSB/HSV145°17.65%26.67%
CMYK17.65%0.00%10.29%
73.33%

Color #38443D in popluar number systems.

HEX38443D
Decimal566861
Binary1110001000100111101
Octal7010475

Shades and tints

Shades of #38443D

#38443D
(56,68,61)
#333E38
(51,62,56)
#2E3833
(46,56,51)
#29322E
(41,50,46)
#242C29
(36,44,41)
#1F2624
(31,38,36)
#1A201F
(26,32,31)
#151A1A
(21,26,26)
#101415
(16,20,21)
#0B0E10
(11,14,16)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #38443D

#38443D
(56,68,61)
#4A554E
(74,85,78)
#5C665F
(92,102,95)
#6E7770
(110,119,112)
#808881
(128,136,129)
#929992
(146,153,146)
#A4AAA3
(164,170,163)
#B6BBB4
(182,187,180)
#C8CCC5
(200,204,197)
#DADDD6
(218,221,214)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38443D; }

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

This text font color is #38443D.


Background Color

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

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

This div background color is #38443D.


Border color

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

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

This div border color is #38443D.


Opacity

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

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

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

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

This text has shadow with #38443D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38443D on black background.


Color preview on white background

This text has color #38443D on white background.



Black color preview on #38443D background

This text has black color on #38443D background.


White color preview on #38443D background

This text has white color on #38443D background.