COLOR #387758

HEX: #387758
RGB: (56,119,88)

Color info

#387758 contains mainly green and blue colors. Web safe color of #387758 is #336666 (or #366).

RGB color model

#387758 color RGB value is (56,119,88).

  • red value is 56;
  • green value is 119;
  • blue value is 88.
RGB:
(56,119,88)
(22%,47%,35%)

RGB channels and saturation

R 56 of 255 = 22%
G 119 of 255 = 47%
B 88 of 255 = 35%

56
119
88

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

Portions of RGB colors in percentages

R + G + B =
56 + 119 + 88 = 263 (100%)
R 56 of 263 ~ 21.29%
G 119 of 263 ~ 45.25%
B 88 of 263 ~ 33.46%

%21.29
%45.25
%33.46

CMYK color model

#387758 color CMYK value is (53,0,26,53).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 26.05%
  • key color value is 53.33%
CMYK:
(53,0,26,53)
C53M0Y26K53 
(53%,0%,26%,53%)
(0.53/0.00/0.26/0.53)	

CMYK percentages

%52.94
%0
%26.05
%53.33

Codes

Color #387758 in popluar color models

387758
RGB5611988
HSL150°36.00%34.31%
HSB/HSV150°52.94%46.67%
CMYK52.94%0.00%26.05%
53.33%

Color #387758 in popluar number systems.

HEX387758
Decimal5611988
Binary11100011101111011000
Octal70167130

Shades and tints

Shades of #387758

#387758
(56,119,88)
#336D50
(51,109,80)
#2E6348
(46,99,72)
#295940
(41,89,64)
#244F38
(36,79,56)
#1F4530
(31,69,48)
#1A3B28
(26,59,40)
#153120
(21,49,32)
#102718
(16,39,24)
#0B1D10
(11,29,16)
#061308
(6,19,8)
#000000
(0,0,0)

Tints of #387758

#387758
(56,119,88)
#4A8367
(74,131,103)
#5C8F76
(92,143,118)
#6E9B85
(110,155,133)
#80A794
(128,167,148)
#92B3A3
(146,179,163)
#A4BFB2
(164,191,178)
#B6CBC1
(182,203,193)
#C8D7D0
(200,215,208)
#DAE3DF
(218,227,223)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387758 color. Also use rgb(56,119,88) instead hex code.

Text Font Color

.myTextColor { color: #387758; }

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

This text font color is #387758.


Background Color

.myBgColor { background-color: #387758; }

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

This div background color is #387758.


Border color

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

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

This div border color is #387758.


Opacity

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

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

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

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

This text has shadow with #387758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387758 on black background.


Color preview on white background

This text has color #387758 on white background.



Black color preview on #387758 background

This text has black color on #387758 background.


White color preview on #387758 background

This text has white color on #387758 background.