COLOR #38695F

HEX: #38695F RGB: (56,105,95)

Color info

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

RGB color model

#38695F color RGB value is (56,105,95).

RGB: (56,105,95) (22%, 41%, 37%)

RGB channels and saturation

R 56 of 255 = 22%
G 105 of 255 = 41%
B 95 of 255 = 37%

56
105
95

R + G + B ~ 33%. #38695F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 105 + 95 = 256 (100%)
R 56 of 256 ~ 21.88%
G 105 of 256 ~ 41.02%
B 95 of 256 ~ 37.11'%

%21.88
%41.02
%37.11

CMYK color model

#38695F color CMYK value is (47,0,10,59).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 58.82%

CMYK: (47,0,10,59)
C47M0Y10K59 (47%, 0%, 10%, 59%)
(0.47 / 0.00 / 0.10 / 0.59)

CMYK percentages

%46.67
%0
%9.52
%58.82

Codes

Color #38695F in popluar color models

38 69 5F
RGB 56 105 95
HSL 168° 30.43% 31.57%
HSB/HSV 168° 46.67% 41.18%
CMYK 46.67% 0.00% 9.52%
58.82%

Color #38695F in popluar number systems.

HEX 38 69 5F
Decimal 56 105 95
Binary 111000 1101001 1011111
Octal 70 151 137

Shades and tints

Shades of #38695F

#38695F
(56,105,95)
#336057
(51,96,87)
#2E574F
(46,87,79)
#294E47
(41,78,71)
#24453F
(36,69,63)
#1F3C37
(31,60,55)
#1A332F
(26,51,47)
#152A27
(21,42,39)
#10211F
(16,33,31)
#0B1817
(11,24,23)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #38695F

#38695F
(56,105,95)
#4A766D
(74,118,109)
#5C837B
(92,131,123)
#6E9089
(110,144,137)
#809D97
(128,157,151)
#92AAA5
(146,170,165)
#A4B7B3
(164,183,179)
#B6C4C1
(182,196,193)
#C8D1CF
(200,209,207)
#DADEDD
(218,222,221)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38695F color. Also use rgb(56,105,95) instead hex code.

Text Font Color

.myTextColor { color: #38695F; }

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

This text font color is #38695F.

Background Color

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

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

This div background color is #38695F.

Border color

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

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

This div border color is #38695F.

Opacity

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

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

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

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

This text has shadow with #38695F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38695F.

Preview

Color preview on black background

This text has color #38695F on black background.


Color preview on white background

This text has color #38695F on white background.


Black color preview on #38695F background

This text has black color on #38695F background.


White color preview on #38695F background

This text has white color on #38695F background.


Related colors

Complementary color

Complementary color for #hex is #C796A0.


I love getcolorcode.com

Triadic colors

1 #5F3869 and #695F38 with #38695F are triadic colors.

2 #5F6938 and #69385F with #38695F are triadic colors.