COLOR #38846C

HEX: #38846C
RGB: (56,132,108)

Color info

#38846C contains mainly green and blue colors. Web safe color of #38846C is #339966 (or #396).

RGB color model

#38846C color RGB value is (56,132,108).

  • red value is 56;
  • green value is 132;
  • blue value is 108.
RGB:
(56,132,108)
(22%,52%,42%)

RGB channels and saturation

R 56 of 255 = 22%
G 132 of 255 = 52%
B 108 of 255 = 42%

56
132
108

R + G + B ~ 39%. #38846C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 132 + 108 = 296 (100%)
R 56 of 296 ~ 18.92%
G 132 of 296 ~ 44.59%
B 108 of 296 ~ 36.49%

%18.92
%44.59
%36.49

CMYK color model

#38846C color CMYK value is (58,0,18,48).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 48.24%
CMYK:
(58,0,18,48)
C58M0Y18K48 
(58%,0%,18%,48%)
(0.58/0.00/0.18/0.48)	

CMYK percentages

%57.58
%0
%18.18
%48.24

Codes

Color #38846C in popluar color models

38846C
RGB56132108
HSL161°40.43%36.86%
HSB/HSV161°57.58%51.76%
CMYK57.58%0.00%18.18%
48.24%

Color #38846C in popluar number systems.

HEX38846C
Decimal56132108
Binary111000100001001101100
Octal70204154

Shades and tints

Shades of #38846C

#38846C
(56,132,108)
#337863
(51,120,99)
#2E6C5A
(46,108,90)
#296051
(41,96,81)
#245448
(36,84,72)
#1F483F
(31,72,63)
#1A3C36
(26,60,54)
#15302D
(21,48,45)
#102424
(16,36,36)
#0B181B
(11,24,27)
#060C12
(6,12,18)
#000000
(0,0,0)

Tints of #38846C

#38846C
(56,132,108)
#4A8F79
(74,143,121)
#5C9A86
(92,154,134)
#6EA593
(110,165,147)
#80B0A0
(128,176,160)
#92BBAD
(146,187,173)
#A4C6BA
(164,198,186)
#B6D1C7
(182,209,199)
#C8DCD4
(200,220,212)
#DAE7E1
(218,231,225)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38846C color. Also use rgb(56,132,108) instead hex code.

Text Font Color

.myTextColor { color: #38846C; }

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

This text font color is #38846C.


Background Color

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

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

This div background color is #38846C.


Border color

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

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

This div border color is #38846C.


Opacity

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

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

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

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

This text has shadow with #38846C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38846C on black background.


Color preview on white background

This text has color #38846C on white background.



Black color preview on #38846C background

This text has black color on #38846C background.


White color preview on #38846C background

This text has white color on #38846C background.