COLOR #303C2A

HEX: #303C2A
RGB: (48,60,42)

Color info

#303C2A contains red, green and blue colors in about the same proportion. Web safe color of #303C2A is #333333 (or #333).

RGB color model

#303C2A color RGB value is (48,60,42).

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

RGB channels and saturation

R 48 of 255 = 19%
G 60 of 255 = 24%
B 42 of 255 = 16%

48
60
42

R + G + B ~ 20%. #303C2A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 60 + 42 = 150 (100%)
R 48 of 150 ~ 32%
G 60 of 150 ~ 40%
B 42 of 150 ~ 28%

%32
%40
%28

CMYK color model

#303C2A color CMYK value is (20,0,30,76).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 76.47%
CMYK:
(20,0,30,76)
C20M0Y30K76 
(20%,0%,30%,76%)
(0.20/0.00/0.30/0.76)	

CMYK percentages

%20
%0
%30
%76.47

Codes

Color #303C2A in popluar color models

303C2A
RGB486042
HSL100°17.65%20.00%
HSB/HSV100°30.00%23.53%
CMYK20.00%0.00%30.00%
76.47%

Color #303C2A in popluar number systems.

HEX303C2A
Decimal486042
Binary110000111100101010
Octal607452

Shades and tints

Shades of #303C2A

#303C2A
(48,60,42)
#2C3727
(44,55,39)
#283224
(40,50,36)
#242D21
(36,45,33)
#20281E
(32,40,30)
#1C231B
(28,35,27)
#181E18
(24,30,24)
#141915
(20,25,21)
#101412
(16,20,18)
#0C0F0F
(12,15,15)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #303C2A

#303C2A
(48,60,42)
#424D3D
(66,77,61)
#545E50
(84,94,80)
#666F63
(102,111,99)
#788076
(120,128,118)
#8A9189
(138,145,137)
#9CA29C
(156,162,156)
#AEB3AF
(174,179,175)
#C0C4C2
(192,196,194)
#D2D5D5
(210,213,213)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303C2A color. Also use rgb(48,60,42) instead hex code.

Text Font Color

.myTextColor { color: #303C2A; }

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

This text font color is #303C2A.


Background Color

.myBgColor { background-color: #303C2A; }

<div style="background-color:#303C2A">Inner text</div>

This div background color is #303C2A.


Border color

.myBorderColor { border: 1px solid #303C2A; }

<div style="border:3px solid #303C2A">Div</div>

This div border color is #303C2A.


Opacity

.myOpacity80 { color: #303C2A; opacity: 0.8; }

<p style="color:#303C2A;opacity:0.8;">80%</p>

Text with #303C2A 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 #303C2A;}

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

This text has shadow with #303C2A color.

.textShadow {text-shadow: 3px 3px 1px #303C2A, 3px 3px 1px red;}

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

This text has shadow with #303C2A primary color and red secondary color.


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

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

This text has shadow with #303C2A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303C2A on black background.


Color preview on white background

This text has color #303C2A on white background.



Black color preview on #303C2A background

This text has black color on #303C2A background.


White color preview on #303C2A background

This text has white color on #303C2A background.