COLOR #303327

HEX: #303327
RGB: (48,51,39)

Color info

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

RGB color model

#303327 color RGB value is (48,51,39).

  • red value is 48;
  • green value is 51;
  • blue value is 39.
RGB:
(48,51,39)
(19%,20%,15%)

RGB channels and saturation

R 48 of 255 = 19%
G 51 of 255 = 20%
B 39 of 255 = 15%

48
51
39

R + G + B ~ 18%. #303327 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 51 + 39 = 138 (100%)
R 48 of 138 ~ 34.78%
G 51 of 138 ~ 36.96%
B 39 of 138 ~ 28.26%

%34.78
%36.96
%28.26

CMYK color model

#303327 color CMYK value is (6,0,24,80).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 80.00%
CMYK:
(6,0,24,80)
C6M0Y24K80 
(6%,0%,24%,80%)
(0.06/0.00/0.24/0.80)	

CMYK percentages

%5.88
%0
%23.53
%80

Codes

Color #303327 in popluar color models

303327
RGB485139
HSL75°13.33%17.65%
HSB/HSV75°23.53%20.00%
CMYK5.88%0.00%23.53%
80.00%

Color #303327 in popluar number systems.

HEX303327
Decimal485139
Binary110000110011100111
Octal606347

Shades and tints

Shades of #303327

#303327
(48,51,39)
#2C2F24
(44,47,36)
#282B21
(40,43,33)
#24271E
(36,39,30)
#20231B
(32,35,27)
#1C1F18
(28,31,24)
#181B15
(24,27,21)
#141712
(20,23,18)
#10130F
(16,19,15)
#0C0F0C
(12,15,12)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #303327

#303327
(48,51,39)
#42453A
(66,69,58)
#54574D
(84,87,77)
#666960
(102,105,96)
#787B73
(120,123,115)
#8A8D86
(138,141,134)
#9C9F99
(156,159,153)
#AEB1AC
(174,177,172)
#C0C3BF
(192,195,191)
#D2D5D2
(210,213,210)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303327 color. Also use rgb(48,51,39) instead hex code.

Text Font Color

.myTextColor { color: #303327; }

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

This text font color is #303327.


Background Color

.myBgColor { background-color: #303327; }

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

This div background color is #303327.


Border color

.myBorderColor { border: 1px solid #303327; }

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

This div border color is #303327.


Opacity

.myOpacity80 { color: #303327; opacity: 0.8; }

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

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

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

This text has shadow with #303327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303327 on black background.


Color preview on white background

This text has color #303327 on white background.



Black color preview on #303327 background

This text has black color on #303327 background.


White color preview on #303327 background

This text has white color on #303327 background.