COLOR #307F61

HEX: #307F61 RGB: (48,127,97)

Color info

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

RGB color model

#307F61 color RGB value is (48,127,97).

RGB: (48,127,97) (19%, 50%, 38%)

RGB channels and saturation

R 48 of 255 = 19%
G 127 of 255 = 50%
B 97 of 255 = 38%

48
127
97

R + G + B ~ 36%. #307F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 127 + 97 = 272 (100%)
R 48 of 272 ~ 17.65%
G 127 of 272 ~ 46.69%
B 97 of 272 ~ 35.66'%

%17.65
%46.69
%35.66

CMYK color model

#307F61 color CMYK value is (62,0,24,50).

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

CMYK: (62,0,24,50)
C62M0Y24K50 (62%, 0%, 24%, 50%)
(0.62 / 0.00 / 0.24 / 0.50)

CMYK percentages

%62.2
%0
%23.62
%50.2

Codes

Color #307F61 in popluar color models

30 7F 61
RGB 48 127 97
HSL 157° 45.14% 34.31%
HSB/HSV 157° 62.20% 49.80%
CMYK 62.20% 0.00% 23.62%
50.20%

Color #307F61 in popluar number systems.

HEX 30 7F 61
Decimal 48 127 97
Binary 110000 1111111 1100001
Octal 60 177 141

Shades and tints

Shades of #307F61

#307F61
(48,127,97)
#2C7459
(44,116,89)
#286951
(40,105,81)
#245E49
(36,94,73)
#205341
(32,83,65)
#1C4839
(28,72,57)
#183D31
(24,61,49)
#143229
(20,50,41)
#102721
(16,39,33)
#0C1C19
(12,28,25)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #307F61

#307F61
(48,127,97)
#428A6F
(66,138,111)
#54957D
(84,149,125)
#66A08B
(102,160,139)
#78AB99
(120,171,153)
#8AB6A7
(138,182,167)
#9CC1B5
(156,193,181)
#AECCC3
(174,204,195)
#C0D7D1
(192,215,209)
#D2E2DF
(210,226,223)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307F61; }

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

This text font color is #307F61.

Background Color

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

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

This div background color is #307F61.

Border color

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

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

This div border color is #307F61.

Opacity

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

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

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

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

This text has shadow with #307F61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #307F61.

Preview

Color preview on black background

This text has color #307F61 on black background.


Color preview on white background

This text has color #307F61 on white background.


Black color preview on #307F61 background

This text has black color on #307F61 background.


White color preview on #307F61 background

This text has white color on #307F61 background.


Related colors

Complementary color

Complementary color for #hex is #CF809E.


I love getcolorcode.com

Triadic colors

1 #61307F and #7F6130 with #307F61 are triadic colors.

2 #617F30 and #7F3061 with #307F61 are triadic colors.