COLOR #277795

HEX: #277795
RGB: (39,119,149)

Color info

#277795 contains mainly green and blue colors. Web safe color of #277795 is #336699 (or #369).

RGB color model

#277795 color RGB value is (39,119,149).

  • red value is 39;
  • green value is 119;
  • blue value is 149.
RGB:
(39,119,149)
(15%,47%,58%)

RGB channels and saturation

R 39 of 255 = 15%
G 119 of 255 = 47%
B 149 of 255 = 58%

39
119
149

R + G + B ~ 40%. #277795 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
39 + 119 + 149 = 307 (100%)
R 39 of 307 ~ 12.7%
G 119 of 307 ~ 38.76%
B 149 of 307 ~ 48.53%

%12.7
%38.76
%48.53

CMYK color model

#277795 color CMYK value is (74,20,0,42).

  • cyan value is 73.83%
  • magenta value is 20.13%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(74,20,0,42)
C74M20Y0K42 
(74%,20%,0%,42%)
(0.74/0.20/0.00/0.42)	

CMYK percentages

%73.83
%20.13
%0
%41.57

Codes

Color #277795 in popluar color models

277795
RGB39119149
HSL196°58.51%36.86%
HSB/HSV196°73.83%58.43%
CMYK73.83%20.13%0.00%
41.57%

Color #277795 in popluar number systems.

HEX277795
Decimal39119149
Binary100111111011110010101
Octal47167225

Shades and tints

Shades of #277795

#277795
(39,119,149)
#246D88
(36,109,136)
#21637B
(33,99,123)
#1E596E
(30,89,110)
#1B4F61
(27,79,97)
#184554
(24,69,84)
#153B47
(21,59,71)
#12313A
(18,49,58)
#0F272D
(15,39,45)
#0C1D20
(12,29,32)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #277795

#277795
(39,119,149)
#3A839E
(58,131,158)
#4D8FA7
(77,143,167)
#609BB0
(96,155,176)
#73A7B9
(115,167,185)
#86B3C2
(134,179,194)
#99BFCB
(153,191,203)
#ACCBD4
(172,203,212)
#BFD7DD
(191,215,221)
#D2E3E6
(210,227,230)
#E5EFEF
(229,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #277795 color. Also use rgb(39,119,149) instead hex code.

Text Font Color

.myTextColor { color: #277795; }

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

This text font color is #277795.


Background Color

.myBgColor { background-color: #277795; }

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

This div background color is #277795.


Border color

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

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

This div border color is #277795.


Opacity

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

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

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

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

This text has shadow with #277795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #277795 on black background.


Color preview on white background

This text has color #277795 on white background.



Black color preview on #277795 background

This text has black color on #277795 background.


White color preview on #277795 background

This text has white color on #277795 background.