COLOR #30683D

HEX: #30683D RGB: (48,104,61)

Color info

#30683D contains red, green and blue colors in about the same proportion. Web safe color of #30683D is #336633 (or #363).

RGB color model

#30683D color RGB value is (48,104,61).

RGB: (48,104,61) (19%, 41%, 24%)

RGB channels and saturation

R 48 of 255 = 19%
G 104 of 255 = 41%
B 61 of 255 = 24%

48
104
61

R + G + B ~ 28%. #30683D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 104 + 61 = 213 (100%)
R 48 of 213 ~ 22.54%
G 104 of 213 ~ 48.83%
B 61 of 213 ~ 28.64'%

%22.54
%48.83
%28.64

CMYK color model

#30683D color CMYK value is (54,0,41,59).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 41.35%
  • key color value is 59.22%

CMYK: (54,0,41,59)
C54M0Y41K59 (54%, 0%, 41%, 59%)
(0.54 / 0.00 / 0.41 / 0.59)

CMYK percentages

%53.85
%0
%41.35
%59.22

Codes

Color #30683D in popluar color models

30 68 3D
RGB 48 104 61
HSL 134° 36.84% 29.80%
HSB/HSV 134° 53.85% 40.78%
CMYK 53.85% 0.00% 41.35%
59.22%

Color #30683D in popluar number systems.

HEX 30 68 3D
Decimal 48 104 61
Binary 110000 1101000 111101
Octal 60 150 75

Shades and tints

Shades of #30683D

#30683D
(48,104,61)
#2C5F38
(44,95,56)
#285633
(40,86,51)
#244D2E
(36,77,46)
#204429
(32,68,41)
#1C3B24
(28,59,36)
#18321F
(24,50,31)
#14291A
(20,41,26)
#102015
(16,32,21)
#0C1710
(12,23,16)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #30683D

#30683D
(48,104,61)
#42754E
(66,117,78)
#54825F
(84,130,95)
#668F70
(102,143,112)
#789C81
(120,156,129)
#8AA992
(138,169,146)
#9CB6A3
(156,182,163)
#AEC3B4
(174,195,180)
#C0D0C5
(192,208,197)
#D2DDD6
(210,221,214)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30683D color. Also use rgb(48,104,61) instead hex code.

Text Font Color

.myTextColor { color: #30683D; }

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

This text font color is #30683D.

Background Color

.myBgColor { background-color: #30683D; }

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

This div background color is #30683D.

Border color

.myBorderColor { border: 1px solid #30683D; }

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

This div border color is #30683D.

Opacity

.myOpacity80 { color: #30683D; opacity: 0.8; }

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

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

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

This text has shadow with #30683D color.


.textShadow {text-shadow: 3px 3px 1px #30683D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #30683D; -webkit-box-shadow: 1px 1px 3px 2px #30683D; box-shadow:1px 1px 3px 2px #30683D;">
Div content here
</div>

This div box has shadow with color #30683D.

Preview

Color preview on black background

This text has color #30683D on black background.


Color preview on white background

This text has color #30683D on white background.


Black color preview on #30683D background

This text has black color on #30683D background.


White color preview on #30683D background

This text has white color on #30683D background.


Related colors

Complementary color

Complementary color for #hex is #CF97C2.


I love getcolorcode.com

Triadic colors

1 #3D3068 and #683D30 with #30683D are triadic colors.

2 #3D6830 and #68303D with #30683D are triadic colors.