COLOR #38483A

HEX: #38483A
RGB: (56,72,58)

Color info

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

RGB color model

#38483A color RGB value is (56,72,58).

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

RGB channels and saturation

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

56
72
58

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

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 58 = 186 (100%)
R 56 of 186 ~ 30.11%
G 72 of 186 ~ 38.71%
B 58 of 186 ~ 31.18%

%30.11
%38.71
%31.18

CMYK color model

#38483A color CMYK value is (22,0,19,72).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 71.76%
CMYK:
(22,0,19,72)
C22M0Y19K72 
(22%,0%,19%,72%)
(0.22/0.00/0.19/0.72)	

CMYK percentages

%22.22
%0
%19.44
%71.76

Codes

Color #38483A in popluar color models

38483A
RGB567258
HSL128°12.50%25.10%
HSB/HSV128°22.22%28.24%
CMYK22.22%0.00%19.44%
71.76%

Color #38483A in popluar number systems.

HEX38483A
Decimal567258
Binary1110001001000111010
Octal7011072

Shades and tints

Shades of #38483A

#38483A
(56,72,58)
#334235
(51,66,53)
#2E3C30
(46,60,48)
#29362B
(41,54,43)
#243026
(36,48,38)
#1F2A21
(31,42,33)
#1A241C
(26,36,28)
#151E17
(21,30,23)
#101812
(16,24,18)
#0B120D
(11,18,13)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #38483A

#38483A
(56,72,58)
#4A584B
(74,88,75)
#5C685C
(92,104,92)
#6E786D
(110,120,109)
#80887E
(128,136,126)
#92988F
(146,152,143)
#A4A8A0
(164,168,160)
#B6B8B1
(182,184,177)
#C8C8C2
(200,200,194)
#DAD8D3
(218,216,211)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38483A; }

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

This text font color is #38483A.


Background Color

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

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

This div background color is #38483A.


Border color

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

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

This div border color is #38483A.


Opacity

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

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

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

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

This text has shadow with #38483A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38483A on black background.


Color preview on white background

This text has color #38483A on white background.



Black color preview on #38483A background

This text has black color on #38483A background.


White color preview on #38483A background

This text has white color on #38483A background.