COLOR #38334F

HEX: #38334F
RGB: (56,51,79)

Color info

#38334F contains red, green and blue colors in about the same proportion. Web safe color of #38334F is #333366 (or #336).

RGB color model

#38334F color RGB value is (56,51,79).

  • red value is 56;
  • green value is 51;
  • blue value is 79.
RGB:
(56,51,79)
(22%,20%,31%)

RGB channels and saturation

R 56 of 255 = 22%
G 51 of 255 = 20%
B 79 of 255 = 31%

56
51
79

R + G + B ~ 24%. #38334F is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 51 + 79 = 186 (100%)
R 56 of 186 ~ 30.11%
G 51 of 186 ~ 27.42%
B 79 of 186 ~ 42.47%

%30.11
%27.42
%42.47

CMYK color model

#38334F color CMYK value is (29,35,0,69).

  • cyan value is 29.11%
  • magenta value is 35.44%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(29,35,0,69)
C29M35Y0K69 
(29%,35%,0%,69%)
(0.29/0.35/0.00/0.69)	

CMYK percentages

%29.11
%35.44
%0
%69.02

Codes

Color #38334F in popluar color models

38334F
RGB565179
HSL251°21.54%25.49%
HSB/HSV251°35.44%30.98%
CMYK29.11%35.44%0.00%
69.02%

Color #38334F in popluar number systems.

HEX38334F
Decimal565179
Binary1110001100111001111
Octal7063117

Shades and tints

Shades of #38334F

#38334F
(56,51,79)
#332F48
(51,47,72)
#2E2B41
(46,43,65)
#29273A
(41,39,58)
#242333
(36,35,51)
#1F1F2C
(31,31,44)
#1A1B25
(26,27,37)
#15171E
(21,23,30)
#101317
(16,19,23)
#0B0F10
(11,15,16)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #38334F

#38334F
(56,51,79)
#4A455F
(74,69,95)
#5C576F
(92,87,111)
#6E697F
(110,105,127)
#807B8F
(128,123,143)
#928D9F
(146,141,159)
#A49FAF
(164,159,175)
#B6B1BF
(182,177,191)
#C8C3CF
(200,195,207)
#DAD5DF
(218,213,223)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38334F color. Also use rgb(56,51,79) instead hex code.

Text Font Color

.myTextColor { color: #38334F; }

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

This text font color is #38334F.


Background Color

.myBgColor { background-color: #38334F; }

<div style="background-color:#38334F">Inner text</div>

This div background color is #38334F.


Border color

.myBorderColor { border: 1px solid #38334F; }

<div style="border:3px solid #38334F">Div</div>

This div border color is #38334F.


Opacity

.myOpacity80 { color: #38334F; opacity: 0.8; }

<p style="color:#38334F;opacity:0.8;">80%</p>

Text with #38334F 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 #38334F;}

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

This text has shadow with #38334F color.

.textShadow {text-shadow: 3px 3px 1px #38334F, 3px 3px 1px red;}

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

This text has shadow with #38334F primary color and red secondary color.


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

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

This text has shadow with #38334F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38334F on black background.


Color preview on white background

This text has color #38334F on white background.



Black color preview on #38334F background

This text has black color on #38334F background.


White color preview on #38334F background

This text has white color on #38334F background.