COLOR #378675

HEX: #378675
RGB: (55,134,117)

Color info

#378675 contains mainly green and blue colors. Web safe color of #378675 is #339966 (or #396).

RGB color model

#378675 color RGB value is (55,134,117).

  • red value is 55;
  • green value is 134;
  • blue value is 117.
RGB:
(55,134,117)
(22%,53%,46%)

RGB channels and saturation

R 55 of 255 = 22%
G 134 of 255 = 53%
B 117 of 255 = 46%

55
134
117

R + G + B ~ 40%. #378675 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 134 + 117 = 306 (100%)
R 55 of 306 ~ 17.97%
G 134 of 306 ~ 43.79%
B 117 of 306 ~ 38.24%

%17.97
%43.79
%38.24

CMYK color model

#378675 color CMYK value is (59,0,13,47).

  • cyan value is 58.96%
  • magenta value is 0.00%
  • yellow value is 12.69%
  • key color value is 47.45%
CMYK:
(59,0,13,47)
C59M0Y13K47 
(59%,0%,13%,47%)
(0.59/0.00/0.13/0.47)	

CMYK percentages

%58.96
%0
%12.69
%47.45

Codes

Color #378675 in popluar color models

378675
RGB55134117
HSL167°41.80%37.06%
HSB/HSV167°58.96%52.55%
CMYK58.96%0.00%12.69%
47.45%

Color #378675 in popluar number systems.

HEX378675
Decimal55134117
Binary110111100001101110101
Octal67206165

Shades and tints

Shades of #378675

#378675
(55,134,117)
#327A6B
(50,122,107)
#2D6E61
(45,110,97)
#286257
(40,98,87)
#23564D
(35,86,77)
#1E4A43
(30,74,67)
#193E39
(25,62,57)
#14322F
(20,50,47)
#0F2625
(15,38,37)
#0A1A1B
(10,26,27)
#050E11
(5,14,17)
#000000
(0,0,0)

Tints of #378675

#378675
(55,134,117)
#499181
(73,145,129)
#5B9C8D
(91,156,141)
#6DA799
(109,167,153)
#7FB2A5
(127,178,165)
#91BDB1
(145,189,177)
#A3C8BD
(163,200,189)
#B5D3C9
(181,211,201)
#C7DED5
(199,222,213)
#D9E9E1
(217,233,225)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378675 color. Also use rgb(55,134,117) instead hex code.

Text Font Color

.myTextColor { color: #378675; }

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

This text font color is #378675.


Background Color

.myBgColor { background-color: #378675; }

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

This div background color is #378675.


Border color

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

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

This div border color is #378675.


Opacity

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

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

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

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

This text has shadow with #378675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378675 on black background.


Color preview on white background

This text has color #378675 on white background.



Black color preview on #378675 background

This text has black color on #378675 background.


White color preview on #378675 background

This text has white color on #378675 background.