COLOR #378852

HEX: #378852
RGB: (55,136,82)

Color info

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

RGB color model

#378852 color RGB value is (55,136,82).

  • red value is 55;
  • green value is 136;
  • blue value is 82.
RGB:
(55,136,82)
(22%,53%,32%)

RGB channels and saturation

R 55 of 255 = 22%
G 136 of 255 = 53%
B 82 of 255 = 32%

55
136
82

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

Portions of RGB colors in percentages

R + G + B =
55 + 136 + 82 = 273 (100%)
R 55 of 273 ~ 20.15%
G 136 of 273 ~ 49.82%
B 82 of 273 ~ 30.04%

%20.15
%49.82
%30.04

CMYK color model

#378852 color CMYK value is (60,0,40,47).

  • cyan value is 59.56%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 46.67%
CMYK:
(60,0,40,47)
C60M0Y40K47 
(60%,0%,40%,47%)
(0.60/0.00/0.40/0.47)	

CMYK percentages

%59.56
%0
%39.71
%46.67

Codes

Color #378852 in popluar color models

378852
RGB5513682
HSL140°42.41%37.45%
HSB/HSV140°59.56%53.33%
CMYK59.56%0.00%39.71%
46.67%

Color #378852 in popluar number systems.

HEX378852
Decimal5513682
Binary110111100010001010010
Octal67210122

Shades and tints

Shades of #378852

#378852
(55,136,82)
#327C4B
(50,124,75)
#2D7044
(45,112,68)
#28643D
(40,100,61)
#235836
(35,88,54)
#1E4C2F
(30,76,47)
#194028
(25,64,40)
#143421
(20,52,33)
#0F281A
(15,40,26)
#0A1C13
(10,28,19)
#05100C
(5,16,12)
#000000
(0,0,0)

Tints of #378852

#378852
(55,136,82)
#499261
(73,146,97)
#5B9C70
(91,156,112)
#6DA67F
(109,166,127)
#7FB08E
(127,176,142)
#91BA9D
(145,186,157)
#A3C4AC
(163,196,172)
#B5CEBB
(181,206,187)
#C7D8CA
(199,216,202)
#D9E2D9
(217,226,217)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378852 color. Also use rgb(55,136,82) instead hex code.

Text Font Color

.myTextColor { color: #378852; }

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

This text font color is #378852.


Background Color

.myBgColor { background-color: #378852; }

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

This div background color is #378852.


Border color

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

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

This div border color is #378852.


Opacity

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

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

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

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

This text has shadow with #378852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378852 on black background.


Color preview on white background

This text has color #378852 on white background.



Black color preview on #378852 background

This text has black color on #378852 background.


White color preview on #378852 background

This text has white color on #378852 background.