COLOR #30765A

HEX: #30765A
RGB: (48,118,90)

Color info

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

RGB color model

#30765A color RGB value is (48,118,90).

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

RGB channels and saturation

R 48 of 255 = 19%
G 118 of 255 = 46%
B 90 of 255 = 35%

48
118
90

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

Portions of RGB colors in percentages

R + G + B =
48 + 118 + 90 = 256 (100%)
R 48 of 256 ~ 18.75%
G 118 of 256 ~ 46.09%
B 90 of 256 ~ 35.16%

%18.75
%46.09
%35.16

CMYK color model

#30765A color CMYK value is (59,0,24,54).

  • cyan value is 59.32%
  • magenta value is 0.00%
  • yellow value is 23.73%
  • key color value is 53.73%
CMYK:
(59,0,24,54)
C59M0Y24K54 
(59%,0%,24%,54%)
(0.59/0.00/0.24/0.54)	

CMYK percentages

%59.32
%0
%23.73
%53.73

Codes

Color #30765A in popluar color models

30765A
RGB4811890
HSL156°42.17%32.55%
HSB/HSV156°59.32%46.27%
CMYK59.32%0.00%23.73%
53.73%

Color #30765A in popluar number systems.

HEX30765A
Decimal4811890
Binary11000011101101011010
Octal60166132

Shades and tints

Shades of #30765A

#30765A
(48,118,90)
#2C6C52
(44,108,82)
#28624A
(40,98,74)
#245842
(36,88,66)
#204E3A
(32,78,58)
#1C4432
(28,68,50)
#183A2A
(24,58,42)
#143022
(20,48,34)
#10261A
(16,38,26)
#0C1C12
(12,28,18)
#08120A
(8,18,10)
#000000
(0,0,0)

Tints of #30765A

#30765A
(48,118,90)
#428269
(66,130,105)
#548E78
(84,142,120)
#669A87
(102,154,135)
#78A696
(120,166,150)
#8AB2A5
(138,178,165)
#9CBEB4
(156,190,180)
#AECAC3
(174,202,195)
#C0D6D2
(192,214,210)
#D2E2E1
(210,226,225)
#E4EEF0
(228,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30765A; }

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

This text font color is #30765A.


Background Color

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

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

This div background color is #30765A.


Border color

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

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

This div border color is #30765A.


Opacity

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

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

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

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

This text has shadow with #30765A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30765A on black background.


Color preview on white background

This text has color #30765A on white background.



Black color preview on #30765A background

This text has black color on #30765A background.


White color preview on #30765A background

This text has white color on #30765A background.