COLOR #30743C

HEX: #30743C
RGB: (48,116,60)

Color info

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

RGB color model

#30743C color RGB value is (48,116,60).

  • red value is 48;
  • green value is 116;
  • blue value is 60.
RGB:
(48,116,60)
(19%,45%,24%)

RGB channels and saturation

R 48 of 255 = 19%
G 116 of 255 = 45%
B 60 of 255 = 24%

48
116
60

R + G + B ~ 29%. #30743C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 116 + 60 = 224 (100%)
R 48 of 224 ~ 21.43%
G 116 of 224 ~ 51.79%
B 60 of 224 ~ 26.79%

%21.43
%51.79
%26.79

CMYK color model

#30743C color CMYK value is (59,0,48,55).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 48.28%
  • key color value is 54.51%
CMYK:
(59,0,48,55)
C59M0Y48K55 
(59%,0%,48%,55%)
(0.59/0.00/0.48/0.55)	

CMYK percentages

%58.62
%0
%48.28
%54.51

Codes

Color #30743C in popluar color models

30743C
RGB4811660
HSL131°41.46%32.16%
HSB/HSV131°58.62%45.49%
CMYK58.62%0.00%48.28%
54.51%

Color #30743C in popluar number systems.

HEX30743C
Decimal4811660
Binary1100001110100111100
Octal6016474

Shades and tints

Shades of #30743C

#30743C
(48,116,60)
#2C6A37
(44,106,55)
#286032
(40,96,50)
#24562D
(36,86,45)
#204C28
(32,76,40)
#1C4223
(28,66,35)
#18381E
(24,56,30)
#142E19
(20,46,25)
#102414
(16,36,20)
#0C1A0F
(12,26,15)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #30743C

#30743C
(48,116,60)
#42804D
(66,128,77)
#548C5E
(84,140,94)
#66986F
(102,152,111)
#78A480
(120,164,128)
#8AB091
(138,176,145)
#9CBCA2
(156,188,162)
#AEC8B3
(174,200,179)
#C0D4C4
(192,212,196)
#D2E0D5
(210,224,213)
#E4ECE6
(228,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30743C color. Also use rgb(48,116,60) instead hex code.

Text Font Color

.myTextColor { color: #30743C; }

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

This text font color is #30743C.


Background Color

.myBgColor { background-color: #30743C; }

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

This div background color is #30743C.


Border color

.myBorderColor { border: 1px solid #30743C; }

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

This div border color is #30743C.


Opacity

.myOpacity80 { color: #30743C; opacity: 0.8; }

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

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

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

This text has shadow with #30743C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30743C on black background.


Color preview on white background

This text has color #30743C on white background.



Black color preview on #30743C background

This text has black color on #30743C background.


White color preview on #30743C background

This text has white color on #30743C background.