COLOR #307F6D

HEX: #307F6D RGB: (48,127,109)

Color info

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

RGB color model

#307F6D color RGB value is (48,127,109).

RGB: (48,127,109) (19%, 50%, 43%)

RGB channels and saturation

R 48 of 255 = 19%
G 127 of 255 = 50%
B 109 of 255 = 43%

48
127
109

R + G + B ~ 37%. #307F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 127 + 109 = 284 (100%)
R 48 of 284 ~ 16.9%
G 127 of 284 ~ 44.72%
B 109 of 284 ~ 38.38'%

%16.9
%44.72
%38.38

CMYK color model

#307F6D color CMYK value is (62,0,14,50).

  • cyan value is 62.20%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 50.20%

CMYK: (62,0,14,50)
C62M0Y14K50 (62%, 0%, 14%, 50%)
(0.62 / 0.00 / 0.14 / 0.50)

CMYK percentages

%62.2
%0
%14.17
%50.2

Codes

Color #307F6D in popluar color models

30 7F 6D
RGB 48 127 109
HSL 166° 45.14% 34.31%
HSB/HSV 166° 62.20% 49.80%
CMYK 62.20% 0.00% 14.17%
50.20%

Color #307F6D in popluar number systems.

HEX 30 7F 6D
Decimal 48 127 109
Binary 110000 1111111 1101101
Octal 60 177 155

Shades and tints

Shades of #307F6D

#307F6D
(48,127,109)
#2C7464
(44,116,100)
#28695B
(40,105,91)
#245E52
(36,94,82)
#205349
(32,83,73)
#1C4840
(28,72,64)
#183D37
(24,61,55)
#14322E
(20,50,46)
#102725
(16,39,37)
#0C1C1C
(12,28,28)
#081113
(8,17,19)
#000000
(0,0,0)

Tints of #307F6D

#307F6D
(48,127,109)
#428A7A
(66,138,122)
#549587
(84,149,135)
#66A094
(102,160,148)
#78ABA1
(120,171,161)
#8AB6AE
(138,182,174)
#9CC1BB
(156,193,187)
#AECCC8
(174,204,200)
#C0D7D5
(192,215,213)
#D2E2E2
(210,226,226)
#E4EDEF
(228,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307F6D color. Also use rgb(48,127,109) instead hex code.

Text Font Color

.myTextColor { color: #307F6D; }

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

This text font color is #307F6D.

Background Color

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

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

This div background color is #307F6D.

Border color

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

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

This div border color is #307F6D.

Opacity

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

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

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

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

This text has shadow with #307F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #307F6D.

Preview

Color preview on black background

This text has color #307F6D on black background.


Color preview on white background

This text has color #307F6D on white background.


Black color preview on #307F6D background

This text has black color on #307F6D background.


White color preview on #307F6D background

This text has white color on #307F6D background.


Related colors

Complementary color

Complementary color for #hex is #CF8092.


I love getcolorcode.com

Triadic colors

1 #6D307F and #7F6D30 with #307F6D are triadic colors.

2 #6D7F30 and #7F306D with #307F6D are triadic colors.