COLOR #38483F

HEX: #38483F
RGB: (56,72,63)

Color info

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

RGB color model

#38483F color RGB value is (56,72,63).

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

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 63 of 255 = 25%

56
72
63

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

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 63 = 191 (100%)
R 56 of 191 ~ 29.32%
G 72 of 191 ~ 37.7%
B 63 of 191 ~ 32.98%

%29.32
%37.7
%32.98

CMYK color model

#38483F color CMYK value is (22,0,13,72).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(22,0,13,72)
C22M0Y13K72 
(22%,0%,13%,72%)
(0.22/0.00/0.13/0.72)	

CMYK percentages

%22.22
%0
%12.5
%71.76

Codes

Color #38483F in popluar color models

38483F
RGB567263
HSL146°12.50%25.10%
HSB/HSV146°22.22%28.24%
CMYK22.22%0.00%12.50%
71.76%

Color #38483F in popluar number systems.

HEX38483F
Decimal567263
Binary1110001001000111111
Octal7011077

Shades and tints

Shades of #38483F

#38483F
(56,72,63)
#33423A
(51,66,58)
#2E3C35
(46,60,53)
#293630
(41,54,48)
#24302B
(36,48,43)
#1F2A26
(31,42,38)
#1A2421
(26,36,33)
#151E1C
(21,30,28)
#101817
(16,24,23)
#0B1212
(11,18,18)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #38483F

#38483F
(56,72,63)
#4A5850
(74,88,80)
#5C6861
(92,104,97)
#6E7872
(110,120,114)
#808883
(128,136,131)
#929894
(146,152,148)
#A4A8A5
(164,168,165)
#B6B8B6
(182,184,182)
#C8C8C7
(200,200,199)
#DAD8D8
(218,216,216)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38483F; }

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

This text font color is #38483F.


Background Color

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

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

This div background color is #38483F.


Border color

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

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

This div border color is #38483F.


Opacity

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

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

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

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

This text has shadow with #38483F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38483F on black background.


Color preview on white background

This text has color #38483F on white background.



Black color preview on #38483F background

This text has black color on #38483F background.


White color preview on #38483F background

This text has white color on #38483F background.