COLOR #303735

HEX: #303735
RGB: (48,55,53)

Color info

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

RGB color model

#303735 color RGB value is (48,55,53).

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

RGB channels and saturation

R 48 of 255 = 19%
G 55 of 255 = 22%
B 53 of 255 = 21%

48
55
53

R + G + B ~ 21%. #303735 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 55 + 53 = 156 (100%)
R 48 of 156 ~ 30.77%
G 55 of 156 ~ 35.26%
B 53 of 156 ~ 33.97%

%30.77
%35.26
%33.97

CMYK color model

#303735 color CMYK value is (13,0,4,78).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 78.43%
CMYK:
(13,0,4,78)
C13M0Y4K78 
(13%,0%,4%,78%)
(0.13/0.00/0.04/0.78)	

CMYK percentages

%12.73
%0
%3.64
%78.43

Codes

Color #303735 in popluar color models

303735
RGB485553
HSL163°6.80%20.20%
HSB/HSV163°12.73%21.57%
CMYK12.73%0.00%3.64%
78.43%

Color #303735 in popluar number systems.

HEX303735
Decimal485553
Binary110000110111110101
Octal606765

Shades and tints

Shades of #303735

#303735
(48,55,53)
#2C3231
(44,50,49)
#282D2D
(40,45,45)
#242829
(36,40,41)
#202325
(32,35,37)
#1C1E21
(28,30,33)
#18191D
(24,25,29)
#141419
(20,20,25)
#100F15
(16,15,21)
#0C0A11
(12,10,17)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #303735

#303735
(48,55,53)
#424947
(66,73,71)
#545B59
(84,91,89)
#666D6B
(102,109,107)
#787F7D
(120,127,125)
#8A918F
(138,145,143)
#9CA3A1
(156,163,161)
#AEB5B3
(174,181,179)
#C0C7C5
(192,199,197)
#D2D9D7
(210,217,215)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303735; }

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

This text font color is #303735.


Background Color

.myBgColor { background-color: #303735; }

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

This div background color is #303735.


Border color

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

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

This div border color is #303735.


Opacity

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

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

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

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

This text has shadow with #303735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303735 on black background.


Color preview on white background

This text has color #303735 on white background.



Black color preview on #303735 background

This text has black color on #303735 background.


White color preview on #303735 background

This text has white color on #303735 background.