COLOR #307652

HEX: #307652
RGB: (48,118,82)

Color info

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

RGB color model

#307652 color RGB value is (48,118,82).

  • red value is 48;
  • green value is 118;
  • blue value is 82.
RGB:
(48,118,82)
(19%,46%,32%)

RGB channels and saturation

R 48 of 255 = 19%
G 118 of 255 = 46%
B 82 of 255 = 32%

48
118
82

R + G + B ~ 32%. #307652 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 118 + 82 = 248 (100%)
R 48 of 248 ~ 19.35%
G 118 of 248 ~ 47.58%
B 82 of 248 ~ 33.06%

%19.35
%47.58
%33.06

CMYK color model

#307652 color CMYK value is (59,0,31,54).

  • cyan value is 59.32%
  • magenta value is 0.00%
  • yellow value is 30.51%
  • key color value is 53.73%
CMYK:
(59,0,31,54)
C59M0Y31K54 
(59%,0%,31%,54%)
(0.59/0.00/0.31/0.54)	

CMYK percentages

%59.32
%0
%30.51
%53.73

Codes

Color #307652 in popluar color models

307652
RGB4811882
HSL149°42.17%32.55%
HSB/HSV149°59.32%46.27%
CMYK59.32%0.00%30.51%
53.73%

Color #307652 in popluar number systems.

HEX307652
Decimal4811882
Binary11000011101101010010
Octal60166122

Shades and tints

Shades of #307652

#307652
(48,118,82)
#2C6C4B
(44,108,75)
#286244
(40,98,68)
#24583D
(36,88,61)
#204E36
(32,78,54)
#1C442F
(28,68,47)
#183A28
(24,58,40)
#143021
(20,48,33)
#10261A
(16,38,26)
#0C1C13
(12,28,19)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #307652

#307652
(48,118,82)
#428261
(66,130,97)
#548E70
(84,142,112)
#669A7F
(102,154,127)
#78A68E
(120,166,142)
#8AB29D
(138,178,157)
#9CBEAC
(156,190,172)
#AECABB
(174,202,187)
#C0D6CA
(192,214,202)
#D2E2D9
(210,226,217)
#E4EEE8
(228,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307652 color. Also use rgb(48,118,82) instead hex code.

Text Font Color

.myTextColor { color: #307652; }

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

This text font color is #307652.


Background Color

.myBgColor { background-color: #307652; }

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

This div background color is #307652.


Border color

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

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

This div border color is #307652.


Opacity

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

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

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

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

This text has shadow with #307652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307652 on black background.


Color preview on white background

This text has color #307652 on white background.



Black color preview on #307652 background

This text has black color on #307652 background.


White color preview on #307652 background

This text has white color on #307652 background.