COLOR #307764

HEX: #307764
RGB: (48,119,100)

Color info

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

RGB color model

#307764 color RGB value is (48,119,100).

  • red value is 48;
  • green value is 119;
  • blue value is 100.
RGB:
(48,119,100)
(19%,47%,39%)

RGB channels and saturation

R 48 of 255 = 19%
G 119 of 255 = 47%
B 100 of 255 = 39%

48
119
100

R + G + B ~ 35%. #307764 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 119 + 100 = 267 (100%)
R 48 of 267 ~ 17.98%
G 119 of 267 ~ 44.57%
B 100 of 267 ~ 37.45%

%17.98
%44.57
%37.45

CMYK color model

#307764 color CMYK value is (60,0,16,53).

  • cyan value is 59.66%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 53.33%
CMYK:
(60,0,16,53)
C60M0Y16K53 
(60%,0%,16%,53%)
(0.60/0.00/0.16/0.53)	

CMYK percentages

%59.66
%0
%15.97
%53.33

Codes

Color #307764 in popluar color models

307764
RGB48119100
HSL164°42.51%32.75%
HSB/HSV164°59.66%46.67%
CMYK59.66%0.00%15.97%
53.33%

Color #307764 in popluar number systems.

HEX307764
Decimal48119100
Binary11000011101111100100
Octal60167144

Shades and tints

Shades of #307764

#307764
(48,119,100)
#2C6D5B
(44,109,91)
#286352
(40,99,82)
#245949
(36,89,73)
#204F40
(32,79,64)
#1C4537
(28,69,55)
#183B2E
(24,59,46)
#143125
(20,49,37)
#10271C
(16,39,28)
#0C1D13
(12,29,19)
#08130A
(8,19,10)
#000000
(0,0,0)

Tints of #307764

#307764
(48,119,100)
#428372
(66,131,114)
#548F80
(84,143,128)
#669B8E
(102,155,142)
#78A79C
(120,167,156)
#8AB3AA
(138,179,170)
#9CBFB8
(156,191,184)
#AECBC6
(174,203,198)
#C0D7D4
(192,215,212)
#D2E3E2
(210,227,226)
#E4EFF0
(228,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307764 color. Also use rgb(48,119,100) instead hex code.

Text Font Color

.myTextColor { color: #307764; }

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

This text font color is #307764.


Background Color

.myBgColor { background-color: #307764; }

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

This div background color is #307764.


Border color

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

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

This div border color is #307764.


Opacity

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

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

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

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

This text has shadow with #307764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307764 on black background.


Color preview on white background

This text has color #307764 on white background.



Black color preview on #307764 background

This text has black color on #307764 background.


White color preview on #307764 background

This text has white color on #307764 background.