COLOR #378455

HEX: #378455
RGB: (55,132,85)

Color info

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

RGB color model

#378455 color RGB value is (55,132,85).

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

RGB channels and saturation

R 55 of 255 = 22%
G 132 of 255 = 52%
B 85 of 255 = 33%

55
132
85

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

Portions of RGB colors in percentages

R + G + B =
55 + 132 + 85 = 272 (100%)
R 55 of 272 ~ 20.22%
G 132 of 272 ~ 48.53%
B 85 of 272 ~ 31.25%

%20.22
%48.53
%31.25

CMYK color model

#378455 color CMYK value is (58,0,36,48).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 35.61%
  • key color value is 48.24%
CMYK:
(58,0,36,48)
C58M0Y36K48 
(58%,0%,36%,48%)
(0.58/0.00/0.36/0.48)	

CMYK percentages

%58.33
%0
%35.61
%48.24

Codes

Color #378455 in popluar color models

378455
RGB5513285
HSL143°41.18%36.67%
HSB/HSV143°58.33%51.76%
CMYK58.33%0.00%35.61%
48.24%

Color #378455 in popluar number systems.

HEX378455
Decimal5513285
Binary110111100001001010101
Octal67204125

Shades and tints

Shades of #378455

#378455
(55,132,85)
#32784E
(50,120,78)
#2D6C47
(45,108,71)
#286040
(40,96,64)
#235439
(35,84,57)
#1E4832
(30,72,50)
#193C2B
(25,60,43)
#143024
(20,48,36)
#0F241D
(15,36,29)
#0A1816
(10,24,22)
#050C0F
(5,12,15)
#000000
(0,0,0)

Tints of #378455

#378455
(55,132,85)
#498F64
(73,143,100)
#5B9A73
(91,154,115)
#6DA582
(109,165,130)
#7FB091
(127,176,145)
#91BBA0
(145,187,160)
#A3C6AF
(163,198,175)
#B5D1BE
(181,209,190)
#C7DCCD
(199,220,205)
#D9E7DC
(217,231,220)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #378455; }

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

This text font color is #378455.


Background Color

.myBgColor { background-color: #378455; }

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

This div background color is #378455.


Border color

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

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

This div border color is #378455.


Opacity

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

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

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

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

This text has shadow with #378455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378455 on black background.


Color preview on white background

This text has color #378455 on white background.



Black color preview on #378455 background

This text has black color on #378455 background.


White color preview on #378455 background

This text has white color on #378455 background.