COLOR #38423A

HEX: #38423A
RGB: (56,66,58)

Color info

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

RGB color model

#38423A color RGB value is (56,66,58).

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

RGB channels and saturation

R 56 of 255 = 22%
G 66 of 255 = 26%
B 58 of 255 = 23%

56
66
58

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

Portions of RGB colors in percentages

R + G + B =
56 + 66 + 58 = 180 (100%)
R 56 of 180 ~ 31.11%
G 66 of 180 ~ 36.67%
B 58 of 180 ~ 32.22%

%31.11
%36.67
%32.22

CMYK color model

#38423A color CMYK value is (15,0,12,74).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 74.12%
CMYK:
(15,0,12,74)
C15M0Y12K74 
(15%,0%,12%,74%)
(0.15/0.00/0.12/0.74)	

CMYK percentages

%15.15
%0
%12.12
%74.12

Codes

Color #38423A in popluar color models

38423A
RGB566658
HSL132°8.20%23.92%
HSB/HSV132°15.15%25.88%
CMYK15.15%0.00%12.12%
74.12%

Color #38423A in popluar number systems.

HEX38423A
Decimal566658
Binary1110001000010111010
Octal7010272

Shades and tints

Shades of #38423A

#38423A
(56,66,58)
#333C35
(51,60,53)
#2E3630
(46,54,48)
#29302B
(41,48,43)
#242A26
(36,42,38)
#1F2421
(31,36,33)
#1A1E1C
(26,30,28)
#151817
(21,24,23)
#101212
(16,18,18)
#0B0C0D
(11,12,13)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #38423A

#38423A
(56,66,58)
#4A534B
(74,83,75)
#5C645C
(92,100,92)
#6E756D
(110,117,109)
#80867E
(128,134,126)
#92978F
(146,151,143)
#A4A8A0
(164,168,160)
#B6B9B1
(182,185,177)
#C8CAC2
(200,202,194)
#DADBD3
(218,219,211)
#ECECE4
(236,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38423A; }

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

This text font color is #38423A.


Background Color

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

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

This div background color is #38423A.


Border color

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

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

This div border color is #38423A.


Opacity

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

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

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

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

This text has shadow with #38423A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38423A on black background.


Color preview on white background

This text has color #38423A on white background.



Black color preview on #38423A background

This text has black color on #38423A background.


White color preview on #38423A background

This text has white color on #38423A background.