COLOR #307C7B

HEX: #307C7B
RGB: (48,124,123)

Color info

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

RGB color model

#307C7B color RGB value is (48,124,123).

  • red value is 48;
  • green value is 124;
  • blue value is 123.
RGB:
(48,124,123)
(19%,49%,48%)

RGB channels and saturation

R 48 of 255 = 19%
G 124 of 255 = 49%
B 123 of 255 = 48%

48
124
123

R + G + B ~ 39%. #307C7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 124 + 123 = 295 (100%)
R 48 of 295 ~ 16.27%
G 124 of 295 ~ 42.03%
B 123 of 295 ~ 41.69%

%16.27
%42.03
%41.69

CMYK color model

#307C7B color CMYK value is (61,0,1,51).

  • cyan value is 61.29%
  • magenta value is 0.00%
  • yellow value is 0.81%
  • key color value is 51.37%
CMYK:
(61,0,1,51)
C61M0Y1K51 
(61%,0%,1%,51%)
(0.61/0.00/0.01/0.51)	

CMYK percentages

%61.29
%0
%0.81
%51.37

Codes

Color #307C7B in popluar color models

307C7B
RGB48124123
HSL179°44.19%33.73%
HSB/HSV179°61.29%48.63%
CMYK61.29%0.00%0.81%
51.37%

Color #307C7B in popluar number systems.

HEX307C7B
Decimal48124123
Binary11000011111001111011
Octal60174173

Shades and tints

Shades of #307C7B

#307C7B
(48,124,123)
#2C7170
(44,113,112)
#286665
(40,102,101)
#245B5A
(36,91,90)
#20504F
(32,80,79)
#1C4544
(28,69,68)
#183A39
(24,58,57)
#142F2E
(20,47,46)
#102423
(16,36,35)
#0C1918
(12,25,24)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #307C7B

#307C7B
(48,124,123)
#428787
(66,135,135)
#549293
(84,146,147)
#669D9F
(102,157,159)
#78A8AB
(120,168,171)
#8AB3B7
(138,179,183)
#9CBEC3
(156,190,195)
#AEC9CF
(174,201,207)
#C0D4DB
(192,212,219)
#D2DFE7
(210,223,231)
#E4EAF3
(228,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307C7B color. Also use rgb(48,124,123) instead hex code.

Text Font Color

.myTextColor { color: #307C7B; }

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

This text font color is #307C7B.


Background Color

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

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

This div background color is #307C7B.


Border color

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

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

This div border color is #307C7B.


Opacity

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

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

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

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

This text has shadow with #307C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307C7B on black background.


Color preview on white background

This text has color #307C7B on white background.



Black color preview on #307C7B background

This text has black color on #307C7B background.


White color preview on #307C7B background

This text has white color on #307C7B background.