COLOR #378458

HEX: #378458
RGB: (55,132,88)

Color info

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

RGB color model

#378458 color RGB value is (55,132,88).

  • red value is 55;
  • green value is 132;
  • blue value is 88.
RGB:
(55,132,88)
(22%,52%,35%)

RGB channels and saturation

R 55 of 255 = 22%
G 132 of 255 = 52%
B 88 of 255 = 35%

55
132
88

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

Portions of RGB colors in percentages

R + G + B =
55 + 132 + 88 = 275 (100%)
R 55 of 275 ~ 20%
G 132 of 275 ~ 48%
B 88 of 275 ~ 32%

%20
%48
%32

CMYK color model

#378458 color CMYK value is (58,0,33,48).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 48.24%
CMYK:
(58,0,33,48)
C58M0Y33K48 
(58%,0%,33%,48%)
(0.58/0.00/0.33/0.48)	

CMYK percentages

%58.33
%0
%33.33
%48.24

Codes

Color #378458 in popluar color models

378458
RGB5513288
HSL146°41.18%36.67%
HSB/HSV146°58.33%51.76%
CMYK58.33%0.00%33.33%
48.24%

Color #378458 in popluar number systems.

HEX378458
Decimal5513288
Binary110111100001001011000
Octal67204130

Shades and tints

Shades of #378458

#378458
(55,132,88)
#327850
(50,120,80)
#2D6C48
(45,108,72)
#286040
(40,96,64)
#235438
(35,84,56)
#1E4830
(30,72,48)
#193C28
(25,60,40)
#143020
(20,48,32)
#0F2418
(15,36,24)
#0A1810
(10,24,16)
#050C08
(5,12,8)
#000000
(0,0,0)

Tints of #378458

#378458
(55,132,88)
#498F67
(73,143,103)
#5B9A76
(91,154,118)
#6DA585
(109,165,133)
#7FB094
(127,176,148)
#91BBA3
(145,187,163)
#A3C6B2
(163,198,178)
#B5D1C1
(181,209,193)
#C7DCD0
(199,220,208)
#D9E7DF
(217,231,223)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378458 color. Also use rgb(55,132,88) instead hex code.

Text Font Color

.myTextColor { color: #378458; }

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

This text font color is #378458.


Background Color

.myBgColor { background-color: #378458; }

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

This div background color is #378458.


Border color

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

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

This div border color is #378458.


Opacity

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

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

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

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

This text has shadow with #378458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378458 on black background.


Color preview on white background

This text has color #378458 on white background.



Black color preview on #378458 background

This text has black color on #378458 background.


White color preview on #378458 background

This text has white color on #378458 background.