COLOR #38483B

HEX: #38483B
RGB: (56,72,59)

Color info

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

RGB color model

#38483B color RGB value is (56,72,59).

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

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 59 of 255 = 23%

56
72
59

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

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 59 = 187 (100%)
R 56 of 187 ~ 29.95%
G 72 of 187 ~ 38.5%
B 59 of 187 ~ 31.55%

%29.95
%38.5
%31.55

CMYK color model

#38483B color CMYK value is (22,0,18,72).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 71.76%
CMYK:
(22,0,18,72)
C22M0Y18K72 
(22%,0%,18%,72%)
(0.22/0.00/0.18/0.72)	

CMYK percentages

%22.22
%0
%18.06
%71.76

Codes

Color #38483B in popluar color models

38483B
RGB567259
HSL131°12.50%25.10%
HSB/HSV131°22.22%28.24%
CMYK22.22%0.00%18.06%
71.76%

Color #38483B in popluar number systems.

HEX38483B
Decimal567259
Binary1110001001000111011
Octal7011073

Shades and tints

Shades of #38483B

#38483B
(56,72,59)
#334236
(51,66,54)
#2E3C31
(46,60,49)
#29362C
(41,54,44)
#243027
(36,48,39)
#1F2A22
(31,42,34)
#1A241D
(26,36,29)
#151E18
(21,30,24)
#101813
(16,24,19)
#0B120E
(11,18,14)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #38483B

#38483B
(56,72,59)
#4A584C
(74,88,76)
#5C685D
(92,104,93)
#6E786E
(110,120,110)
#80887F
(128,136,127)
#929890
(146,152,144)
#A4A8A1
(164,168,161)
#B6B8B2
(182,184,178)
#C8C8C3
(200,200,195)
#DAD8D4
(218,216,212)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38483B; }

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

This text font color is #38483B.


Background Color

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

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

This div background color is #38483B.


Border color

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

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

This div border color is #38483B.


Opacity

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

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

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

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

This text has shadow with #38483B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38483B on black background.


Color preview on white background

This text has color #38483B on white background.



Black color preview on #38483B background

This text has black color on #38483B background.


White color preview on #38483B background

This text has white color on #38483B background.