COLOR #38685F

HEX: #38685F
RGB: (56,104,95)

Color info

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

RGB color model

#38685F color RGB value is (56,104,95).

  • red value is 56;
  • green value is 104;
  • blue value is 95.
RGB: (56,104,95) (22%,41%,37%)

RGB channels and saturation

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

56
104
95

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

Portions of RGB colors in percentages

R + G + B =
56 + 104 + 95 = 255 (100%)
R 56 of 255 ~ 21.96%
G 104 of 255 ~ 40.78%
B 95 of 255 ~ 37.25%

%21.96
%40.78
%37.25

CMYK color model

#38685F color CMYK value is (46,0,9,59).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 59.22%
CMYK: (46,0,9,59) C46M0Y9K59 (46%,0%,9%,59%) (0.46/0.00/0.09/0.59)

CMYK percentages

%46.15
%0
%8.65
%59.22

Codes

Color #38685F in popluar color models

38685F
RGB5610495
HSL169°30.00%31.37%
HSB/HSV169°46.15%40.78%
CMYK46.15%0.00%8.65%
59.22%

Color #38685F in popluar number systems.

HEX38685F
Decimal5610495
Binary11100011010001011111
Octal70150137

Shades and tints

Shades of #38685F

#38685F
(56,104,95)
#335F57
(51,95,87)
#2E564F
(46,86,79)
#294D47
(41,77,71)
#24443F
(36,68,63)
#1F3B37
(31,59,55)
#1A322F
(26,50,47)
#152927
(21,41,39)
#10201F
(16,32,31)
#0B1717
(11,23,23)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #38685F

#38685F
(56,104,95)
#4A756D
(74,117,109)
#5C827B
(92,130,123)
#6E8F89
(110,143,137)
#809C97
(128,156,151)
#92A9A5
(146,169,165)
#A4B6B3
(164,182,179)
#B6C3C1
(182,195,193)
#C8D0CF
(200,208,207)
#DADDDD
(218,221,221)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38685F; }

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

This text font color is #38685F.


Background Color

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

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

This div background color is #38685F.


Border color

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

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

This div border color is #38685F.


Opacity

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

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

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

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

This text has shadow with #38685F color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #38685F; -webkit-box-shadow:	1px 1px 3px 2px #38685F; box-shadow:	1px 1px 3px 2px #38685F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #38685F; -webkit-box-shadow: 1px 1px 3px 2px #38685F; box-shadow:1px 1px 3px 2px #38685F;">
Div content here</div>
This div box has shadow with color #38685F.

Preview

Color preview on black background

This text has color #38685F on black background.


Color preview on white background

This text has color #38685F on white background.



Black color preview on #38685F background

This text has black color on #38685F background.


White color preview on #38685F background

This text has white color on #38685F background.