COLOR #378832

HEX: #378832
RGB: (55,136,50)

Color info

#378832 contains mainly green color. Web safe color of #378832 is #339933 (or #393).

RGB color model

#378832 color RGB value is (55,136,50).

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

RGB channels and saturation

R 55 of 255 = 22%
G 136 of 255 = 53%
B 50 of 255 = 20%

55
136
50

R + G + B ~ 32%. #378832 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 136 + 50 = 241 (100%)
R 55 of 241 ~ 22.82%
G 136 of 241 ~ 56.43%
B 50 of 241 ~ 20.75%

%22.82
%56.43
%20.75

CMYK color model

#378832 color CMYK value is (60,0,63,47).

  • cyan value is 59.56%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 46.67%
CMYK:
(60,0,63,47)
C60M0Y63K47 
(60%,0%,63%,47%)
(0.60/0.00/0.63/0.47)	

CMYK percentages

%59.56
%0
%63.24
%46.67

Codes

Color #378832 in popluar color models

378832
RGB5513650
HSL117°46.24%36.47%
HSB/HSV117°63.24%53.33%
CMYK59.56%0.00%63.24%
46.67%

Color #378832 in popluar number systems.

HEX378832
Decimal5513650
Binary11011110001000110010
Octal6721062

Shades and tints

Shades of #378832

#378832
(55,136,50)
#327C2E
(50,124,46)
#2D702A
(45,112,42)
#286426
(40,100,38)
#235822
(35,88,34)
#1E4C1E
(30,76,30)
#19401A
(25,64,26)
#143416
(20,52,22)
#0F2812
(15,40,18)
#0A1C0E
(10,28,14)
#05100A
(5,16,10)
#000000
(0,0,0)

Tints of #378832

#378832
(55,136,50)
#499244
(73,146,68)
#5B9C56
(91,156,86)
#6DA668
(109,166,104)
#7FB07A
(127,176,122)
#91BA8C
(145,186,140)
#A3C49E
(163,196,158)
#B5CEB0
(181,206,176)
#C7D8C2
(199,216,194)
#D9E2D4
(217,226,212)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #378832; }

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

This text font color is #378832.


Background Color

.myBgColor { background-color: #378832; }

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

This div background color is #378832.


Border color

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

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

This div border color is #378832.


Opacity

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

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

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

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

This text has shadow with #378832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378832 on black background.


Color preview on white background

This text has color #378832 on white background.



Black color preview on #378832 background

This text has black color on #378832 background.


White color preview on #378832 background

This text has white color on #378832 background.