COLOR #38334C

HEX: #38334C
RGB: (56,51,76)

Color info

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

RGB color model

#38334C color RGB value is (56,51,76).

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

RGB channels and saturation

R 56 of 255 = 22%
G 51 of 255 = 20%
B 76 of 255 = 30%

56
51
76

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

Portions of RGB colors in percentages

R + G + B =
56 + 51 + 76 = 183 (100%)
R 56 of 183 ~ 30.6%
G 51 of 183 ~ 27.87%
B 76 of 183 ~ 41.53%

%30.6
%27.87
%41.53

CMYK color model

#38334C color CMYK value is (26,33,0,70).

  • cyan value is 26.32%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(26,33,0,70)
C26M33Y0K70 
(26%,33%,0%,70%)
(0.26/0.33/0.00/0.70)	

CMYK percentages

%26.32
%32.89
%0
%70.2

Codes

Color #38334C in popluar color models

38334C
RGB565176
HSL252°19.69%24.90%
HSB/HSV252°32.89%29.80%
CMYK26.32%32.89%0.00%
70.20%

Color #38334C in popluar number systems.

HEX38334C
Decimal565176
Binary1110001100111001100
Octal7063114

Shades and tints

Shades of #38334C

#38334C
(56,51,76)
#332F46
(51,47,70)
#2E2B40
(46,43,64)
#29273A
(41,39,58)
#242334
(36,35,52)
#1F1F2E
(31,31,46)
#1A1B28
(26,27,40)
#151722
(21,23,34)
#10131C
(16,19,28)
#0B0F16
(11,15,22)
#060B10
(6,11,16)
#000000
(0,0,0)

Tints of #38334C

#38334C
(56,51,76)
#4A455C
(74,69,92)
#5C576C
(92,87,108)
#6E697C
(110,105,124)
#807B8C
(128,123,140)
#928D9C
(146,141,156)
#A49FAC
(164,159,172)
#B6B1BC
(182,177,188)
#C8C3CC
(200,195,204)
#DAD5DC
(218,213,220)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38334C; }

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

This text font color is #38334C.


Background Color

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

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

This div background color is #38334C.


Border color

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

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

This div border color is #38334C.


Opacity

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

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

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

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

This text has shadow with #38334C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38334C on black background.


Color preview on white background

This text has color #38334C on white background.



Black color preview on #38334C background

This text has black color on #38334C background.


White color preview on #38334C background

This text has white color on #38334C background.