COLOR #38666F

HEX: #38666F RGB: (56,102,111)

Color info

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

RGB color model

#38666F color RGB value is (56,102,111).

RGB: (56,102,111) (22%, 40%, 44%)

RGB channels and saturation

R 56 of 255 = 22%
G 102 of 255 = 40%
B 111 of 255 = 44%

56
102
111

R + G + B ~ 35%. #38666F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 102 + 111 = 269 (100%)
R 56 of 269 ~ 20.82%
G 102 of 269 ~ 37.92%
B 111 of 269 ~ 41.26'%

%20.82
%37.92
%41.26

CMYK color model

#38666F color CMYK value is (50,8,0,56).

  • cyan value is 49.55%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (50,8,0,56) C50M8Y0K56 (50%,8%,0%,56%) (0.50/0.08/0.00/0.56) 

CMYK percentages

%49.55
%8.11
%0
%56.47

Codes

Color #38666F in popluar color models

38 66 6F
RGB 56 102 111
HSL 190° 32.93% 32.75%
HSB/HSV 190° 49.55% 43.53%
CMYK 49.55% 8.11% 0.00%
56.47%

Color #38666F in popluar number systems.

HEX 38 66 6F
Decimal 56 102 111
Binary 111000 1100110 1101111
Octal 70 146 157

Shades and tints

Shades of #38666F

#38666F
(56,102,111)
#335D65
(51,93,101)
#2E545B
(46,84,91)
#294B51
(41,75,81)
#244247
(36,66,71)
#1F393D
(31,57,61)
#1A3033
(26,48,51)
#152729
(21,39,41)
#101E1F
(16,30,31)
#0B1515
(11,21,21)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #38666F

#38666F
(56,102,111)
#4A737C
(74,115,124)
#5C8089
(92,128,137)
#6E8D96
(110,141,150)
#809AA3
(128,154,163)
#92A7B0
(146,167,176)
#A4B4BD
(164,180,189)
#B6C1CA
(182,193,202)
#C8CED7
(200,206,215)
#DADBE4
(218,219,228)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38666F color. Also use rgb(56,102,111) instead hex code.

Text Font Color

.myTextColor { color: #38666F; }

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

This text font color is #38666F.

Background Color

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

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

This div background color is #38666F.

Border color

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

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

This div border color is #38666F.

Opacity

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

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

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

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

This text has shadow with #38666F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38666F.

Preview

Color preview on black background

This text has color #38666F on black background.


Color preview on white background

This text has color #38666F on white background.


Black color preview on #38666F background

This text has black color on #38666F background.


White color preview on #38666F background

This text has white color on #38666F background.


Related colors

Complementary color

Complementary color for #hex is #C79990.


I love getcolorcode.com

Triadic colors

1 #6F3866 and #666F38 with #38666F are triadic colors.

2 #6F6638 and #66386F with #38666F are triadic colors.