COLOR #37846E

HEX: #37846E
RGB: (55,132,110)

Color info

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

RGB color model

#37846E color RGB value is (55,132,110).

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

RGB channels and saturation

R 55 of 255 = 22%
G 132 of 255 = 52%
B 110 of 255 = 43%

55
132
110

R + G + B ~ 39%. #37846E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 132 + 110 = 297 (100%)
R 55 of 297 ~ 18.52%
G 132 of 297 ~ 44.44%
B 110 of 297 ~ 37.04%

%18.52
%44.44
%37.04

CMYK color model

#37846E color CMYK value is (58,0,17,48).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 48.24%
CMYK:
(58,0,17,48)
C58M0Y17K48 
(58%,0%,17%,48%)
(0.58/0.00/0.17/0.48)	

CMYK percentages

%58.33
%0
%16.67
%48.24

Codes

Color #37846E in popluar color models

37846E
RGB55132110
HSL163°41.18%36.67%
HSB/HSV163°58.33%51.76%
CMYK58.33%0.00%16.67%
48.24%

Color #37846E in popluar number systems.

HEX37846E
Decimal55132110
Binary110111100001001101110
Octal67204156

Shades and tints

Shades of #37846E

#37846E
(55,132,110)
#327864
(50,120,100)
#2D6C5A
(45,108,90)
#286050
(40,96,80)
#235446
(35,84,70)
#1E483C
(30,72,60)
#193C32
(25,60,50)
#143028
(20,48,40)
#0F241E
(15,36,30)
#0A1814
(10,24,20)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #37846E

#37846E
(55,132,110)
#498F7B
(73,143,123)
#5B9A88
(91,154,136)
#6DA595
(109,165,149)
#7FB0A2
(127,176,162)
#91BBAF
(145,187,175)
#A3C6BC
(163,198,188)
#B5D1C9
(181,209,201)
#C7DCD6
(199,220,214)
#D9E7E3
(217,231,227)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37846E; }

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

This text font color is #37846E.


Background Color

.myBgColor { background-color: #37846E; }

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

This div background color is #37846E.


Border color

.myBorderColor { border: 1px solid #37846E; }

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

This div border color is #37846E.


Opacity

.myOpacity80 { color: #37846E; opacity: 0.8; }

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

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

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

This text has shadow with #37846E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37846E on black background.


Color preview on white background

This text has color #37846E on white background.



Black color preview on #37846E background

This text has black color on #37846E background.


White color preview on #37846E background

This text has white color on #37846E background.