COLOR #38403A

HEX: #38403A
RGB: (56,64,58)

Color info

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

RGB color model

#38403A color RGB value is (56,64,58).

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

RGB channels and saturation

R 56 of 255 = 22%
G 64 of 255 = 25%
B 58 of 255 = 23%

56
64
58

R + G + B ~ 23%. #38403A is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 64 + 58 = 178 (100%)
R 56 of 178 ~ 31.46%
G 64 of 178 ~ 35.96%
B 58 of 178 ~ 32.58%

%31.46
%35.96
%32.58

CMYK color model

#38403A color CMYK value is (13,0,9,75).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 74.90%
CMYK:
(13,0,9,75)
C13M0Y9K75 
(13%,0%,9%,75%)
(0.13/0.00/0.09/0.75)	

CMYK percentages

%12.5
%0
%9.38
%74.9

Codes

Color #38403A in popluar color models

38403A
RGB566458
HSL135°6.67%23.53%
HSB/HSV135°12.50%25.10%
CMYK12.50%0.00%9.38%
74.90%

Color #38403A in popluar number systems.

HEX38403A
Decimal566458
Binary1110001000000111010
Octal7010072

Shades and tints

Shades of #38403A

#38403A
(56,64,58)
#333B35
(51,59,53)
#2E3630
(46,54,48)
#29312B
(41,49,43)
#242C26
(36,44,38)
#1F2721
(31,39,33)
#1A221C
(26,34,28)
#151D17
(21,29,23)
#101812
(16,24,18)
#0B130D
(11,19,13)
#060E08
(6,14,8)
#000000
(0,0,0)

Tints of #38403A

#38403A
(56,64,58)
#4A514B
(74,81,75)
#5C625C
(92,98,92)
#6E736D
(110,115,109)
#80847E
(128,132,126)
#92958F
(146,149,143)
#A4A6A0
(164,166,160)
#B6B7B1
(182,183,177)
#C8C8C2
(200,200,194)
#DAD9D3
(218,217,211)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38403A; }

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

This text font color is #38403A.


Background Color

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

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

This div background color is #38403A.


Border color

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

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

This div border color is #38403A.


Opacity

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

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

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

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

This text has shadow with #38403A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38403A on black background.


Color preview on white background

This text has color #38403A on white background.



Black color preview on #38403A background

This text has black color on #38403A background.


White color preview on #38403A background

This text has white color on #38403A background.