COLOR #38675C

HEX: #38675C RGB: (56,103,92)

Color info

#38675C contains red, green and blue colors in about the same proportion. Web safe color of #38675C is #336666 (or #366).

RGB color model

#38675C color RGB value is (56,103,92).

RGB: (56,103,92) (22%, 40%, 36%)

RGB channels and saturation

R 56 of 255 = 22%
G 103 of 255 = 40%
B 92 of 255 = 36%

56
103
92

R + G + B ~ 33%. #38675C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 103 + 92 = 251 (100%)
R 56 of 251 ~ 22.31%
G 103 of 251 ~ 41.04%
B 92 of 251 ~ 36.65'%

%22.31
%41.04
%36.65

CMYK color model

#38675C color CMYK value is (46,0,11,60).

  • cyan value is 45.63%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 59.61%

CMYK: (46,0,11,60)
C46M0Y11K60 (46%, 0%, 11%, 60%)
(0.46 / 0.00 / 0.11 / 0.60)

CMYK percentages

%45.63
%0
%10.68
%59.61

Codes

Color #38675C in popluar color models

38 67 5C
RGB 56 103 92
HSL 166° 29.56% 31.18%
HSB/HSV 166° 45.63% 40.39%
CMYK 45.63% 0.00% 10.68%
59.61%

Color #38675C in popluar number systems.

HEX 38 67 5C
Decimal 56 103 92
Binary 111000 1100111 1011100
Octal 70 147 134

Shades and tints

Shades of #38675C

#38675C
(56,103,92)
#335E54
(51,94,84)
#2E554C
(46,85,76)
#294C44
(41,76,68)
#24433C
(36,67,60)
#1F3A34
(31,58,52)
#1A312C
(26,49,44)
#152824
(21,40,36)
#101F1C
(16,31,28)
#0B1614
(11,22,20)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #38675C

#38675C
(56,103,92)
#4A746A
(74,116,106)
#5C8178
(92,129,120)
#6E8E86
(110,142,134)
#809B94
(128,155,148)
#92A8A2
(146,168,162)
#A4B5B0
(164,181,176)
#B6C2BE
(182,194,190)
#C8CFCC
(200,207,204)
#DADCDA
(218,220,218)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38675C color. Also use rgb(56,103,92) instead hex code.

Text Font Color

.myTextColor { color: #38675C; }

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

This text font color is #38675C.

Background Color

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

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

This div background color is #38675C.

Border color

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

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

This div border color is #38675C.

Opacity

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

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

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

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

This text has shadow with #38675C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38675C.

Preview

Color preview on black background

This text has color #38675C on black background.


Color preview on white background

This text has color #38675C on white background.


Black color preview on #38675C background

This text has black color on #38675C background.


White color preview on #38675C background

This text has white color on #38675C background.


Related colors

Complementary color

Complementary color for #hex is #C798A3.


I love getcolorcode.com

Triadic colors

1 #5C3867 and #675C38 with #38675C are triadic colors.

2 #5C6738 and #67385C with #38675C are triadic colors.