COLOR #306E7D

HEX: #306E7D RGB: (48,110,125)

Color info

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

RGB color model

#306E7D color RGB value is (48,110,125).

RGB: (48,110,125) (19%, 43%, 49%)

RGB channels and saturation

R 48 of 255 = 19%
G 110 of 255 = 43%
B 125 of 255 = 49%

48
110
125

R + G + B ~ 37%. #306E7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 110 + 125 = 283 (100%)
R 48 of 283 ~ 16.96%
G 110 of 283 ~ 38.87%
B 125 of 283 ~ 44.17'%

%16.96
%38.87
%44.17

CMYK color model

#306E7D color CMYK value is (62,12,0,51).

  • cyan value is 61.60%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (62,12,0,51)
C62M12Y0K51 (62%, 12%, 0%, 51%)
(0.62 / 0.12 / 0.00 / 0.51)

CMYK percentages

%61.6
%12
%0
%50.98

Codes

Color #306E7D in popluar color models

30 6E 7D
RGB 48 110 125
HSL 192° 44.51% 33.92%
HSB/HSV 192° 61.60% 49.02%
CMYK 61.60% 12.00% 0.00%
50.98%

Color #306E7D in popluar number systems.

HEX 30 6E 7D
Decimal 48 110 125
Binary 110000 1101110 1111101
Octal 60 156 175

Shades and tints

Shades of #306E7D

#306E7D
(48,110,125)
#2C6472
(44,100,114)
#285A67
(40,90,103)
#24505C
(36,80,92)
#204651
(32,70,81)
#1C3C46
(28,60,70)
#18323B
(24,50,59)
#142830
(20,40,48)
#101E25
(16,30,37)
#0C141A
(12,20,26)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #306E7D

#306E7D
(48,110,125)
#427B88
(66,123,136)
#548893
(84,136,147)
#66959E
(102,149,158)
#78A2A9
(120,162,169)
#8AAFB4
(138,175,180)
#9CBCBF
(156,188,191)
#AEC9CA
(174,201,202)
#C0D6D5
(192,214,213)
#D2E3E0
(210,227,224)
#E4F0EB
(228,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306E7D; }

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

This text font color is #306E7D.

Background Color

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

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

This div background color is #306E7D.

Border color

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

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

This div border color is #306E7D.

Opacity

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

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

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

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

This text has shadow with #306E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #306E7D.

Preview

Color preview on black background

This text has color #306E7D on black background.


Color preview on white background

This text has color #306E7D on white background.


Black color preview on #306E7D background

This text has black color on #306E7D background.


White color preview on #306E7D background

This text has white color on #306E7D background.


Related colors

Complementary color

Complementary color for #hex is #CF9182.


I love getcolorcode.com

Triadic colors

1 #7D306E and #6E7D30 with #306E7D are triadic colors.

2 #7D6E30 and #6E307D with #306E7D are triadic colors.