COLOR #307A77

HEX: #307A77
RGB: (48,122,119)

Color info

#307A77 contains mainly green and blue colors. Web safe color of #307A77 is #336666 (or #366).

RGB color model

#307A77 color RGB value is (48,122,119).

  • red value is 48;
  • green value is 122;
  • blue value is 119.
RGB:
(48,122,119)
(19%,48%,47%)

RGB channels and saturation

R 48 of 255 = 19%
G 122 of 255 = 48%
B 119 of 255 = 47%

48
122
119

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

Portions of RGB colors in percentages

R + G + B =
48 + 122 + 119 = 289 (100%)
R 48 of 289 ~ 16.61%
G 122 of 289 ~ 42.21%
B 119 of 289 ~ 41.18%

%16.61
%42.21
%41.18

CMYK color model

#307A77 color CMYK value is (61,0,2,52).

  • cyan value is 60.66%
  • magenta value is 0.00%
  • yellow value is 2.46%
  • key color value is 52.16%
CMYK:
(61,0,2,52)
C61M0Y2K52 
(61%,0%,2%,52%)
(0.61/0.00/0.02/0.52)	

CMYK percentages

%60.66
%0
%2.46
%52.16

Codes

Color #307A77 in popluar color models

307A77
RGB48122119
HSL178°43.53%33.33%
HSB/HSV178°60.66%47.84%
CMYK60.66%0.00%2.46%
52.16%

Color #307A77 in popluar number systems.

HEX307A77
Decimal48122119
Binary11000011110101110111
Octal60172167

Shades and tints

Shades of #307A77

#307A77
(48,122,119)
#2C6F6D
(44,111,109)
#286463
(40,100,99)
#245959
(36,89,89)
#204E4F
(32,78,79)
#1C4345
(28,67,69)
#18383B
(24,56,59)
#142D31
(20,45,49)
#102227
(16,34,39)
#0C171D
(12,23,29)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #307A77

#307A77
(48,122,119)
#428683
(66,134,131)
#54928F
(84,146,143)
#669E9B
(102,158,155)
#78AAA7
(120,170,167)
#8AB6B3
(138,182,179)
#9CC2BF
(156,194,191)
#AECECB
(174,206,203)
#C0DAD7
(192,218,215)
#D2E6E3
(210,230,227)
#E4F2EF
(228,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307A77 color. Also use rgb(48,122,119) instead hex code.

Text Font Color

.myTextColor { color: #307A77; }

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

This text font color is #307A77.


Background Color

.myBgColor { background-color: #307A77; }

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

This div background color is #307A77.


Border color

.myBorderColor { border: 1px solid #307A77; }

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

This div border color is #307A77.


Opacity

.myOpacity80 { color: #307A77; opacity: 0.8; }

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

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

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

This text has shadow with #307A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307A77 on black background.


Color preview on white background

This text has color #307A77 on white background.



Black color preview on #307A77 background

This text has black color on #307A77 background.


White color preview on #307A77 background

This text has white color on #307A77 background.