COLOR #303729

HEX: #303729
RGB: (48,55,41)

Color info

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

RGB color model

#303729 color RGB value is (48,55,41).

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

RGB channels and saturation

R 48 of 255 = 19%
G 55 of 255 = 22%
B 41 of 255 = 16%

48
55
41

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

Portions of RGB colors in percentages

R + G + B =
48 + 55 + 41 = 144 (100%)
R 48 of 144 ~ 33.33%
G 55 of 144 ~ 38.19%
B 41 of 144 ~ 28.47%

%33.33
%38.19
%28.47

CMYK color model

#303729 color CMYK value is (13,0,25,78).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 78.43%
CMYK:
(13,0,25,78)
C13M0Y25K78 
(13%,0%,25%,78%)
(0.13/0.00/0.25/0.78)	

CMYK percentages

%12.73
%0
%25.45
%78.43

Codes

Color #303729 in popluar color models

303729
RGB485541
HSL90°14.58%18.82%
HSB/HSV90°25.45%21.57%
CMYK12.73%0.00%25.45%
78.43%

Color #303729 in popluar number systems.

HEX303729
Decimal485541
Binary110000110111101001
Octal606751

Shades and tints

Shades of #303729

#303729
(48,55,41)
#2C3226
(44,50,38)
#282D23
(40,45,35)
#242820
(36,40,32)
#20231D
(32,35,29)
#1C1E1A
(28,30,26)
#181917
(24,25,23)
#141414
(20,20,20)
#100F11
(16,15,17)
#0C0A0E
(12,10,14)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #303729

#303729
(48,55,41)
#42493C
(66,73,60)
#545B4F
(84,91,79)
#666D62
(102,109,98)
#787F75
(120,127,117)
#8A9188
(138,145,136)
#9CA39B
(156,163,155)
#AEB5AE
(174,181,174)
#C0C7C1
(192,199,193)
#D2D9D4
(210,217,212)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303729; }

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

This text font color is #303729.


Background Color

.myBgColor { background-color: #303729; }

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

This div background color is #303729.


Border color

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

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

This div border color is #303729.


Opacity

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

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

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

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

This text has shadow with #303729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303729 on black background.


Color preview on white background

This text has color #303729 on white background.



Black color preview on #303729 background

This text has black color on #303729 background.


White color preview on #303729 background

This text has white color on #303729 background.