COLOR #306E5F

HEX: #306E5F RGB: (48,110,95)

Color info

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

RGB color model

#306E5F color RGB value is (48,110,95).

RGB: (48,110,95) (19%, 43%, 37%)

RGB channels and saturation

R 48 of 255 = 19%
G 110 of 255 = 43%
B 95 of 255 = 37%

48
110
95

R + G + B ~ 33%. #306E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 110 + 95 = 253 (100%)
R 48 of 253 ~ 18.97%
G 110 of 253 ~ 43.48%
B 95 of 253 ~ 37.55'%

%18.97
%43.48
%37.55

CMYK color model

#306E5F color CMYK value is (56,0,14,57).

  • cyan value is 56.36%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 56.86%

CMYK: (56,0,14,57)
C56M0Y14K57 (56%, 0%, 14%, 57%)
(0.56 / 0.00 / 0.14 / 0.57)

CMYK percentages

%56.36
%0
%13.64
%56.86

Codes

Color #306E5F in popluar color models

30 6E 5F
RGB 48 110 95
HSL 165° 39.24% 30.98%
HSB/HSV 165° 56.36% 43.14%
CMYK 56.36% 0.00% 13.64%
56.86%

Color #306E5F in popluar number systems.

HEX 30 6E 5F
Decimal 48 110 95
Binary 110000 1101110 1011111
Octal 60 156 137

Shades and tints

Shades of #306E5F

#306E5F
(48,110,95)
#2C6457
(44,100,87)
#285A4F
(40,90,79)
#245047
(36,80,71)
#20463F
(32,70,63)
#1C3C37
(28,60,55)
#18322F
(24,50,47)
#142827
(20,40,39)
#101E1F
(16,30,31)
#0C1417
(12,20,23)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #306E5F

#306E5F
(48,110,95)
#427B6D
(66,123,109)
#54887B
(84,136,123)
#669589
(102,149,137)
#78A297
(120,162,151)
#8AAFA5
(138,175,165)
#9CBCB3
(156,188,179)
#AEC9C1
(174,201,193)
#C0D6CF
(192,214,207)
#D2E3DD
(210,227,221)
#E4F0EB
(228,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306E5F color. Also use rgb(48,110,95) instead hex code.

Text Font Color

.myTextColor { color: #306E5F; }

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

This text font color is #306E5F.

Background Color

.myBgColor { background-color: #306E5F; }

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

This div background color is #306E5F.

Border color

.myBorderColor { border: 1px solid #306E5F; }

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

This div border color is #306E5F.

Opacity

.myOpacity80 { color: #306E5F; opacity: 0.8; }

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

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

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

This text has shadow with #306E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #306E5F.

Preview

Color preview on black background

This text has color #306E5F on black background.


Color preview on white background

This text has color #306E5F on white background.


Black color preview on #306E5F background

This text has black color on #306E5F background.


White color preview on #306E5F background

This text has white color on #306E5F background.


Related colors

Complementary color

Complementary color for #hex is #CF91A0.


I love getcolorcode.com

Triadic colors

1 #5F306E and #6E5F30 with #306E5F are triadic colors.

2 #5F6E30 and #6E305F with #306E5F are triadic colors.