COLOR #30754B

HEX: #30754B
RGB: (48,117,75)

Color info

#30754B contains mainly green and blue colors. Web safe color of #30754B is #336633 (or #363).

RGB color model

#30754B color RGB value is (48,117,75).

  • red value is 48;
  • green value is 117;
  • blue value is 75.
RGB:
(48,117,75)
(19%,46%,29%)

RGB channels and saturation

R 48 of 255 = 19%
G 117 of 255 = 46%
B 75 of 255 = 29%

48
117
75

R + G + B ~ 31%. #30754B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 117 + 75 = 240 (100%)
R 48 of 240 ~ 20%
G 117 of 240 ~ 48.75%
B 75 of 240 ~ 31.25%

%20
%48.75
%31.25

CMYK color model

#30754B color CMYK value is (59,0,36,54).

  • cyan value is 58.97%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 54.12%
CMYK:
(59,0,36,54)
C59M0Y36K54 
(59%,0%,36%,54%)
(0.59/0.00/0.36/0.54)	

CMYK percentages

%58.97
%0
%35.9
%54.12

Codes

Color #30754B in popluar color models

30754B
RGB4811775
HSL143°41.82%32.35%
HSB/HSV143°58.97%45.88%
CMYK58.97%0.00%35.90%
54.12%

Color #30754B in popluar number systems.

HEX30754B
Decimal4811775
Binary11000011101011001011
Octal60165113

Shades and tints

Shades of #30754B

#30754B
(48,117,75)
#2C6B45
(44,107,69)
#28613F
(40,97,63)
#245739
(36,87,57)
#204D33
(32,77,51)
#1C432D
(28,67,45)
#183927
(24,57,39)
#142F21
(20,47,33)
#10251B
(16,37,27)
#0C1B15
(12,27,21)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #30754B

#30754B
(48,117,75)
#42815B
(66,129,91)
#548D6B
(84,141,107)
#66997B
(102,153,123)
#78A58B
(120,165,139)
#8AB19B
(138,177,155)
#9CBDAB
(156,189,171)
#AEC9BB
(174,201,187)
#C0D5CB
(192,213,203)
#D2E1DB
(210,225,219)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30754B color. Also use rgb(48,117,75) instead hex code.

Text Font Color

.myTextColor { color: #30754B; }

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

This text font color is #30754B.


Background Color

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

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

This div background color is #30754B.


Border color

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

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

This div border color is #30754B.


Opacity

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

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

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

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

This text has shadow with #30754B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30754B on black background.


Color preview on white background

This text has color #30754B on white background.



Black color preview on #30754B background

This text has black color on #30754B background.


White color preview on #30754B background

This text has white color on #30754B background.