COLOR #38705D

HEX: #38705D RGB: (56,112,93)

Color info

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

RGB color model

#38705D color RGB value is (56,112,93).

RGB: (56,112,93) (22%, 44%, 36%)

RGB channels and saturation

R 56 of 255 = 22%
G 112 of 255 = 44%
B 93 of 255 = 36%

56
112
93

R + G + B ~ 34%. #38705D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 112 + 93 = 261 (100%)
R 56 of 261 ~ 21.46%
G 112 of 261 ~ 42.91%
B 93 of 261 ~ 35.63'%

%21.46
%42.91
%35.63

CMYK color model

#38705D color CMYK value is (50,0,17,56).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 56.08%

CMYK: (50,0,17,56)
C50M0Y17K56 (50%, 0%, 17%, 56%)
(0.50 / 0.00 / 0.17 / 0.56)

CMYK percentages

%50
%0
%16.96
%56.08

Codes

Color #38705D in popluar color models

38 70 5D
RGB 56 112 93
HSL 160° 33.33% 32.94%
HSB/HSV 160° 50.00% 43.92%
CMYK 50.00% 0.00% 16.96%
56.08%

Color #38705D in popluar number systems.

HEX 38 70 5D
Decimal 56 112 93
Binary 111000 1110000 1011101
Octal 70 160 135

Shades and tints

Shades of #38705D

#38705D
(56,112,93)
#336655
(51,102,85)
#2E5C4D
(46,92,77)
#295245
(41,82,69)
#24483D
(36,72,61)
#1F3E35
(31,62,53)
#1A342D
(26,52,45)
#152A25
(21,42,37)
#10201D
(16,32,29)
#0B1615
(11,22,21)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #38705D

#38705D
(56,112,93)
#4A7D6B
(74,125,107)
#5C8A79
(92,138,121)
#6E9787
(110,151,135)
#80A495
(128,164,149)
#92B1A3
(146,177,163)
#A4BEB1
(164,190,177)
#B6CBBF
(182,203,191)
#C8D8CD
(200,216,205)
#DAE5DB
(218,229,219)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38705D color. Also use rgb(56,112,93) instead hex code.

Text Font Color

.myTextColor { color: #38705D; }

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

This text font color is #38705D.

Background Color

.myBgColor { background-color: #38705D; }

<div style="background-color:#38705D">Inner text</div>

This div background color is #38705D.

Border color

.myBorderColor { border: 1px solid #38705D; }

<div style="border:3px solid #38705D">Div</div>

This div border color is #38705D.

Opacity

.myOpacity80 { color: #38705D; opacity: 0.8; }

<p style="color:#38705D;opacity:0.8;">80%</p>

Text with #38705D 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 #38705D;}

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

This text has shadow with #38705D color.


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

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

This text has shadow with #38705D primary color and red secondary color.


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

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

This text has shadow with #38705D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #38705D.

Preview

Color preview on black background

This text has color #38705D on black background.


Color preview on white background

This text has color #38705D on white background.


Black color preview on #38705D background

This text has black color on #38705D background.


White color preview on #38705D background

This text has white color on #38705D background.


Related colors

Complementary color

Complementary color for #hex is #C78FA2.


I love getcolorcode.com

Triadic colors

1 #5D3870 and #705D38 with #38705D are triadic colors.

2 #5D7038 and #70385D with #38705D are triadic colors.