COLOR #303727

HEX: #303727
RGB: (48,55,39)

Color info

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

RGB color model

#303727 color RGB value is (48,55,39).

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

RGB channels and saturation

R 48 of 255 = 19%
G 55 of 255 = 22%
B 39 of 255 = 15%

48
55
39

R + G + B ~ 19%. #303727 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 55 + 39 = 142 (100%)
R 48 of 142 ~ 33.8%
G 55 of 142 ~ 38.73%
B 39 of 142 ~ 27.46%

%33.8
%38.73
%27.46

CMYK color model

#303727 color CMYK value is (13,0,29,78).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 78.43%
CMYK:
(13,0,29,78)
C13M0Y29K78 
(13%,0%,29%,78%)
(0.13/0.00/0.29/0.78)	

CMYK percentages

%12.73
%0
%29.09
%78.43

Codes

Color #303727 in popluar color models

303727
RGB485539
HSL86°17.02%18.43%
HSB/HSV86°29.09%21.57%
CMYK12.73%0.00%29.09%
78.43%

Color #303727 in popluar number systems.

HEX303727
Decimal485539
Binary110000110111100111
Octal606747

Shades and tints

Shades of #303727

#303727
(48,55,39)
#2C3224
(44,50,36)
#282D21
(40,45,33)
#24281E
(36,40,30)
#20231B
(32,35,27)
#1C1E18
(28,30,24)
#181915
(24,25,21)
#141412
(20,20,18)
#100F0F
(16,15,15)
#0C0A0C
(12,10,12)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #303727

#303727
(48,55,39)
#42493A
(66,73,58)
#545B4D
(84,91,77)
#666D60
(102,109,96)
#787F73
(120,127,115)
#8A9186
(138,145,134)
#9CA399
(156,163,153)
#AEB5AC
(174,181,172)
#C0C7BF
(192,199,191)
#D2D9D2
(210,217,210)
#E4EBE5
(228,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303727; }

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

This text font color is #303727.


Background Color

.myBgColor { background-color: #303727; }

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

This div background color is #303727.


Border color

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

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

This div border color is #303727.


Opacity

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

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

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

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

This text has shadow with #303727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303727 on black background.


Color preview on white background

This text has color #303727 on white background.



Black color preview on #303727 background

This text has black color on #303727 background.


White color preview on #303727 background

This text has white color on #303727 background.