COLOR #38484A

HEX: #38484A
RGB: (56,72,74)

Color info

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

RGB color model

#38484A color RGB value is (56,72,74).

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

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 74 of 255 = 29%

56
72
74

R + G + B ~ 26%. #38484A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 74 = 202 (100%)
R 56 of 202 ~ 27.72%
G 72 of 202 ~ 35.64%
B 74 of 202 ~ 36.63%

%27.72
%35.64
%36.63

CMYK color model

#38484A color CMYK value is (24,3,0,71).

  • cyan value is 24.32%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(24,3,0,71)
C24M3Y0K71 
(24%,3%,0%,71%)
(0.24/0.03/0.00/0.71)	

CMYK percentages

%24.32
%2.7
%0
%70.98

Codes

Color #38484A in popluar color models

38484A
RGB567274
HSL187°13.85%25.49%
HSB/HSV187°24.32%29.02%
CMYK24.32%2.70%0.00%
70.98%

Color #38484A in popluar number systems.

HEX38484A
Decimal567274
Binary11100010010001001010
Octal70110112

Shades and tints

Shades of #38484A

#38484A
(56,72,74)
#334244
(51,66,68)
#2E3C3E
(46,60,62)
#293638
(41,54,56)
#243032
(36,48,50)
#1F2A2C
(31,42,44)
#1A2426
(26,36,38)
#151E20
(21,30,32)
#10181A
(16,24,26)
#0B1214
(11,18,20)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #38484A

#38484A
(56,72,74)
#4A585A
(74,88,90)
#5C686A
(92,104,106)
#6E787A
(110,120,122)
#80888A
(128,136,138)
#92989A
(146,152,154)
#A4A8AA
(164,168,170)
#B6B8BA
(182,184,186)
#C8C8CA
(200,200,202)
#DAD8DA
(218,216,218)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38484A; }

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

This text font color is #38484A.


Background Color

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

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

This div background color is #38484A.


Border color

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

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

This div border color is #38484A.


Opacity

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

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

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

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

This text has shadow with #38484A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38484A on black background.


Color preview on white background

This text has color #38484A on white background.



Black color preview on #38484A background

This text has black color on #38484A background.


White color preview on #38484A background

This text has white color on #38484A background.