COLOR #387369

HEX: #387369
RGB: (56,115,105)

Color info

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

RGB color model

#387369 color RGB value is (56,115,105).

  • red value is 56;
  • green value is 115;
  • blue value is 105.
RGB:
(56,115,105)
(22%,45%,41%)

RGB channels and saturation

R 56 of 255 = 22%
G 115 of 255 = 45%
B 105 of 255 = 41%

56
115
105

R + G + B ~ 36%. #387369 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 115 + 105 = 276 (100%)
R 56 of 276 ~ 20.29%
G 115 of 276 ~ 41.67%
B 105 of 276 ~ 38.04%

%20.29
%41.67
%38.04

CMYK color model

#387369 color CMYK value is (51,0,9,55).

  • cyan value is 51.30%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 54.90%
CMYK:
(51,0,9,55)
C51M0Y9K55 
(51%,0%,9%,55%)
(0.51/0.00/0.09/0.55)	

CMYK percentages

%51.3
%0
%8.7
%54.9

Codes

Color #387369 in popluar color models

387369
RGB56115105
HSL170°34.50%33.53%
HSB/HSV170°51.30%45.10%
CMYK51.30%0.00%8.70%
54.90%

Color #387369 in popluar number systems.

HEX387369
Decimal56115105
Binary11100011100111101001
Octal70163151

Shades and tints

Shades of #387369

#387369
(56,115,105)
#336960
(51,105,96)
#2E5F57
(46,95,87)
#29554E
(41,85,78)
#244B45
(36,75,69)
#1F413C
(31,65,60)
#1A3733
(26,55,51)
#152D2A
(21,45,42)
#102321
(16,35,33)
#0B1918
(11,25,24)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #387369

#387369
(56,115,105)
#4A7F76
(74,127,118)
#5C8B83
(92,139,131)
#6E9790
(110,151,144)
#80A39D
(128,163,157)
#92AFAA
(146,175,170)
#A4BBB7
(164,187,183)
#B6C7C4
(182,199,196)
#C8D3D1
(200,211,209)
#DADFDE
(218,223,222)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387369; }

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

This text font color is #387369.


Background Color

.myBgColor { background-color: #387369; }

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

This div background color is #387369.


Border color

.myBorderColor { border: 1px solid #387369; }

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

This div border color is #387369.


Opacity

.myOpacity80 { color: #387369; opacity: 0.8; }

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

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

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

This text has shadow with #387369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387369 on black background.


Color preview on white background

This text has color #387369 on white background.



Black color preview on #387369 background

This text has black color on #387369 background.


White color preview on #387369 background

This text has white color on #387369 background.