COLOR #303425

HEX: #303425
RGB: (48,52,37)

Color info

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

RGB color model

#303425 color RGB value is (48,52,37).

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

RGB channels and saturation

R 48 of 255 = 19%
G 52 of 255 = 20%
B 37 of 255 = 15%

48
52
37

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

Portions of RGB colors in percentages

R + G + B =
48 + 52 + 37 = 137 (100%)
R 48 of 137 ~ 35.04%
G 52 of 137 ~ 37.96%
B 37 of 137 ~ 27.01%

%35.04
%37.96
%27.01

CMYK color model

#303425 color CMYK value is (8,0,29,80).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 79.61%
CMYK:
(8,0,29,80)
C8M0Y29K80 
(8%,0%,29%,80%)
(0.08/0.00/0.29/0.80)	

CMYK percentages

%7.69
%0
%28.85
%79.61

Codes

Color #303425 in popluar color models

303425
RGB485237
HSL76°16.85%17.45%
HSB/HSV76°28.85%20.39%
CMYK7.69%0.00%28.85%
79.61%

Color #303425 in popluar number systems.

HEX303425
Decimal485237
Binary110000110100100101
Octal606445

Shades and tints

Shades of #303425

#303425
(48,52,37)
#2C3022
(44,48,34)
#282C1F
(40,44,31)
#24281C
(36,40,28)
#202419
(32,36,25)
#1C2016
(28,32,22)
#181C13
(24,28,19)
#141810
(20,24,16)
#10140D
(16,20,13)
#0C100A
(12,16,10)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #303425

#303425
(48,52,37)
#424638
(66,70,56)
#54584B
(84,88,75)
#666A5E
(102,106,94)
#787C71
(120,124,113)
#8A8E84
(138,142,132)
#9CA097
(156,160,151)
#AEB2AA
(174,178,170)
#C0C4BD
(192,196,189)
#D2D6D0
(210,214,208)
#E4E8E3
(228,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303425 color. Also use rgb(48,52,37) instead hex code.

Text Font Color

.myTextColor { color: #303425; }

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

This text font color is #303425.


Background Color

.myBgColor { background-color: #303425; }

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

This div background color is #303425.


Border color

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

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

This div border color is #303425.


Opacity

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

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

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

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

This text has shadow with #303425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303425 on black background.


Color preview on white background

This text has color #303425 on white background.



Black color preview on #303425 background

This text has black color on #303425 background.


White color preview on #303425 background

This text has white color on #303425 background.