COLOR #38343A

HEX: #38343A
RGB: (56,52,58)

Color info

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

RGB color model

#38343A color RGB value is (56,52,58).

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

RGB channels and saturation

R 56 of 255 = 22%
G 52 of 255 = 20%
B 58 of 255 = 23%

56
52
58

R + G + B ~ 22%. #38343A is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 52 + 58 = 166 (100%)
R 56 of 166 ~ 33.73%
G 52 of 166 ~ 31.33%
B 58 of 166 ~ 34.94%

%33.73
%31.33
%34.94

CMYK color model

#38343A color CMYK value is (3,10,0,77).

  • cyan value is 3.45%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(3,10,0,77)
C3M10Y0K77 
(3%,10%,0%,77%)
(0.03/0.10/0.00/0.77)	

CMYK percentages

%3.45
%10.34
%0
%77.25

Codes

Color #38343A in popluar color models

38343A
RGB565258
HSL280°5.45%21.57%
HSB/HSV280°10.34%22.75%
CMYK3.45%10.34%0.00%
77.25%

Color #38343A in popluar number systems.

HEX38343A
Decimal565258
Binary111000110100111010
Octal706472

Shades and tints

Shades of #38343A

#38343A
(56,52,58)
#333035
(51,48,53)
#2E2C30
(46,44,48)
#29282B
(41,40,43)
#242426
(36,36,38)
#1F2021
(31,32,33)
#1A1C1C
(26,28,28)
#151817
(21,24,23)
#101412
(16,20,18)
#0B100D
(11,16,13)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #38343A

#38343A
(56,52,58)
#4A464B
(74,70,75)
#5C585C
(92,88,92)
#6E6A6D
(110,106,109)
#807C7E
(128,124,126)
#928E8F
(146,142,143)
#A4A0A0
(164,160,160)
#B6B2B1
(182,178,177)
#C8C4C2
(200,196,194)
#DAD6D3
(218,214,211)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38343A; }

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

This text font color is #38343A.


Background Color

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

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

This div background color is #38343A.


Border color

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

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

This div border color is #38343A.


Opacity

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

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

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

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

This text has shadow with #38343A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38343A on black background.


Color preview on white background

This text has color #38343A on white background.



Black color preview on #38343A background

This text has black color on #38343A background.


White color preview on #38343A background

This text has white color on #38343A background.