COLOR #307760

HEX: #307760
RGB: (48,119,96)

Color info

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

RGB color model

#307760 color RGB value is (48,119,96).

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

RGB channels and saturation

R 48 of 255 = 19%
G 119 of 255 = 47%
B 96 of 255 = 38%

48
119
96

R + G + B ~ 35%. #307760 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 119 + 96 = 263 (100%)
R 48 of 263 ~ 18.25%
G 119 of 263 ~ 45.25%
B 96 of 263 ~ 36.5%

%18.25
%45.25
%36.5

CMYK color model

#307760 color CMYK value is (60,0,19,53).

  • cyan value is 59.66%
  • magenta value is 0.00%
  • yellow value is 19.33%
  • key color value is 53.33%
CMYK:
(60,0,19,53)
C60M0Y19K53 
(60%,0%,19%,53%)
(0.60/0.00/0.19/0.53)	

CMYK percentages

%59.66
%0
%19.33
%53.33

Codes

Color #307760 in popluar color models

307760
RGB4811996
HSL161°42.51%32.75%
HSB/HSV161°59.66%46.67%
CMYK59.66%0.00%19.33%
53.33%

Color #307760 in popluar number systems.

HEX307760
Decimal4811996
Binary11000011101111100000
Octal60167140

Shades and tints

Shades of #307760

#307760
(48,119,96)
#2C6D58
(44,109,88)
#286350
(40,99,80)
#245948
(36,89,72)
#204F40
(32,79,64)
#1C4538
(28,69,56)
#183B30
(24,59,48)
#143128
(20,49,40)
#102720
(16,39,32)
#0C1D18
(12,29,24)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #307760

#307760
(48,119,96)
#42836E
(66,131,110)
#548F7C
(84,143,124)
#669B8A
(102,155,138)
#78A798
(120,167,152)
#8AB3A6
(138,179,166)
#9CBFB4
(156,191,180)
#AECBC2
(174,203,194)
#C0D7D0
(192,215,208)
#D2E3DE
(210,227,222)
#E4EFEC
(228,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307760; }

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

This text font color is #307760.


Background Color

.myBgColor { background-color: #307760; }

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

This div background color is #307760.


Border color

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

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

This div border color is #307760.


Opacity

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

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

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

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

This text has shadow with #307760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307760 on black background.


Color preview on white background

This text has color #307760 on white background.



Black color preview on #307760 background

This text has black color on #307760 background.


White color preview on #307760 background

This text has white color on #307760 background.