COLOR #307085

HEX: #307085
RGB: (48,112,133)

Color info

#307085 contains mainly green and blue colors. Web safe color of #307085 is #336699 (or #369).

RGB color model

#307085 color RGB value is (48,112,133).

  • red value is 48;
  • green value is 112;
  • blue value is 133.
RGB:
(48,112,133)
(19%,44%,52%)

RGB channels and saturation

R 48 of 255 = 19%
G 112 of 255 = 44%
B 133 of 255 = 52%

48
112
133

R + G + B ~ 38%. #307085 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 112 + 133 = 293 (100%)
R 48 of 293 ~ 16.38%
G 112 of 293 ~ 38.23%
B 133 of 293 ~ 45.39%

%16.38
%38.23
%45.39

CMYK color model

#307085 color CMYK value is (64,16,0,48).

  • cyan value is 63.91%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(64,16,0,48)
C64M16Y0K48 
(64%,16%,0%,48%)
(0.64/0.16/0.00/0.48)	

CMYK percentages

%63.91
%15.79
%0
%47.84

Codes

Color #307085 in popluar color models

307085
RGB48112133
HSL195°46.96%35.49%
HSB/HSV195°63.91%52.16%
CMYK63.91%15.79%0.00%
47.84%

Color #307085 in popluar number systems.

HEX307085
Decimal48112133
Binary110000111000010000101
Octal60160205

Shades and tints

Shades of #307085

#307085
(48,112,133)
#2C6679
(44,102,121)
#285C6D
(40,92,109)
#245261
(36,82,97)
#204855
(32,72,85)
#1C3E49
(28,62,73)
#18343D
(24,52,61)
#142A31
(20,42,49)
#102025
(16,32,37)
#0C1619
(12,22,25)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #307085

#307085
(48,112,133)
#427D90
(66,125,144)
#548A9B
(84,138,155)
#6697A6
(102,151,166)
#78A4B1
(120,164,177)
#8AB1BC
(138,177,188)
#9CBEC7
(156,190,199)
#AECBD2
(174,203,210)
#C0D8DD
(192,216,221)
#D2E5E8
(210,229,232)
#E4F2F3
(228,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307085 color. Also use rgb(48,112,133) instead hex code.

Text Font Color

.myTextColor { color: #307085; }

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

This text font color is #307085.


Background Color

.myBgColor { background-color: #307085; }

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

This div background color is #307085.


Border color

.myBorderColor { border: 1px solid #307085; }

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

This div border color is #307085.


Opacity

.myOpacity80 { color: #307085; opacity: 0.8; }

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

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

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

This text has shadow with #307085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307085 on black background.


Color preview on white background

This text has color #307085 on white background.



Black color preview on #307085 background

This text has black color on #307085 background.


White color preview on #307085 background

This text has white color on #307085 background.