COLOR #378266

HEX: #378266
RGB: (55,130,102)

Color info

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

RGB color model

#378266 color RGB value is (55,130,102).

  • red value is 55;
  • green value is 130;
  • blue value is 102.
RGB:
(55,130,102)
(22%,51%,40%)

RGB channels and saturation

R 55 of 255 = 22%
G 130 of 255 = 51%
B 102 of 255 = 40%

55
130
102

R + G + B ~ 38%. #378266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 130 + 102 = 287 (100%)
R 55 of 287 ~ 19.16%
G 130 of 287 ~ 45.3%
B 102 of 287 ~ 35.54%

%19.16
%45.3
%35.54

CMYK color model

#378266 color CMYK value is (58,0,22,49).

  • cyan value is 57.69%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 49.02%
CMYK:
(58,0,22,49)
C58M0Y22K49 
(58%,0%,22%,49%)
(0.58/0.00/0.22/0.49)	

CMYK percentages

%57.69
%0
%21.54
%49.02

Codes

Color #378266 in popluar color models

378266
RGB55130102
HSL158°40.54%36.27%
HSB/HSV158°57.69%50.98%
CMYK57.69%0.00%21.54%
49.02%

Color #378266 in popluar number systems.

HEX378266
Decimal55130102
Binary110111100000101100110
Octal67202146

Shades and tints

Shades of #378266

#378266
(55,130,102)
#32775D
(50,119,93)
#2D6C54
(45,108,84)
#28614B
(40,97,75)
#235642
(35,86,66)
#1E4B39
(30,75,57)
#194030
(25,64,48)
#143527
(20,53,39)
#0F2A1E
(15,42,30)
#0A1F15
(10,31,21)
#05140C
(5,20,12)
#000000
(0,0,0)

Tints of #378266

#378266
(55,130,102)
#498D73
(73,141,115)
#5B9880
(91,152,128)
#6DA38D
(109,163,141)
#7FAE9A
(127,174,154)
#91B9A7
(145,185,167)
#A3C4B4
(163,196,180)
#B5CFC1
(181,207,193)
#C7DACE
(199,218,206)
#D9E5DB
(217,229,219)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378266 color. Also use rgb(55,130,102) instead hex code.

Text Font Color

.myTextColor { color: #378266; }

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

This text font color is #378266.


Background Color

.myBgColor { background-color: #378266; }

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

This div background color is #378266.


Border color

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

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

This div border color is #378266.


Opacity

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

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

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

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

This text has shadow with #378266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378266 on black background.


Color preview on white background

This text has color #378266 on white background.



Black color preview on #378266 background

This text has black color on #378266 background.


White color preview on #378266 background

This text has white color on #378266 background.