COLOR #30765B

HEX: #30765B
RGB: (48,118,91)

Color info

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

RGB color model

#30765B color RGB value is (48,118,91).

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

RGB channels and saturation

R 48 of 255 = 19%
G 118 of 255 = 46%
B 91 of 255 = 36%

48
118
91

R + G + B ~ 34%. #30765B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 118 + 91 = 257 (100%)
R 48 of 257 ~ 18.68%
G 118 of 257 ~ 45.91%
B 91 of 257 ~ 35.41%

%18.68
%45.91
%35.41

CMYK color model

#30765B color CMYK value is (59,0,23,54).

  • cyan value is 59.32%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 53.73%
CMYK:
(59,0,23,54)
C59M0Y23K54 
(59%,0%,23%,54%)
(0.59/0.00/0.23/0.54)	

CMYK percentages

%59.32
%0
%22.88
%53.73

Codes

Color #30765B in popluar color models

30765B
RGB4811891
HSL157°42.17%32.55%
HSB/HSV157°59.32%46.27%
CMYK59.32%0.00%22.88%
53.73%

Color #30765B in popluar number systems.

HEX30765B
Decimal4811891
Binary11000011101101011011
Octal60166133

Shades and tints

Shades of #30765B

#30765B
(48,118,91)
#2C6C53
(44,108,83)
#28624B
(40,98,75)
#245843
(36,88,67)
#204E3B
(32,78,59)
#1C4433
(28,68,51)
#183A2B
(24,58,43)
#143023
(20,48,35)
#10261B
(16,38,27)
#0C1C13
(12,28,19)
#08120B
(8,18,11)
#000000
(0,0,0)

Tints of #30765B

#30765B
(48,118,91)
#428269
(66,130,105)
#548E77
(84,142,119)
#669A85
(102,154,133)
#78A693
(120,166,147)
#8AB2A1
(138,178,161)
#9CBEAF
(156,190,175)
#AECABD
(174,202,189)
#C0D6CB
(192,214,203)
#D2E2D9
(210,226,217)
#E4EEE7
(228,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30765B; }

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

This text font color is #30765B.


Background Color

.myBgColor { background-color: #30765B; }

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

This div background color is #30765B.


Border color

.myBorderColor { border: 1px solid #30765B; }

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

This div border color is #30765B.


Opacity

.myOpacity80 { color: #30765B; opacity: 0.8; }

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

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

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

This text has shadow with #30765B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30765B on black background.


Color preview on white background

This text has color #30765B on white background.



Black color preview on #30765B background

This text has black color on #30765B background.


White color preview on #30765B background

This text has white color on #30765B background.