COLOR #303325

HEX: #303325 RGB: (48,51,37)

Color info

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

RGB color model

#303325 color RGB value is (48,51,37).

RGB: (48,51,37) (19%, 20%, 15%)

RGB channels and saturation

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

48
51
37

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

Portions of RGB colors in percentages

R + G + B = 48 + 51 + 37 = 136 (100%)
R 48 of 136 ~ 35.29%
G 51 of 136 ~ 37.5%
B 37 of 136 ~ 27.21'%

%35.29
%37.5
%27.21

CMYK color model

#303325 color CMYK value is (6,0,27,80).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 80.00%

CMYK: (6,0,27,80)
C6M0Y27K80 (6%, 0%, 27%, 80%)
(0.06 / 0.00 / 0.27 / 0.80)

CMYK percentages

%5.88
%0
%27.45
%80

Codes

Color #303325 in popluar color models

30 33 25
RGB 48 51 37
HSL 73° 15.91% 17.25%
HSB/HSV 73° 27.45% 20.00%
CMYK 5.88% 0.00% 27.45%
80.00%

Color #303325 in popluar number systems.

HEX 30 33 25
Decimal 48 51 37
Binary 110000 110011 100101
Octal 60 63 45

Shades and tints

Shades of #303325

#303325
(48,51,37)
#2C2F22
(44,47,34)
#282B1F
(40,43,31)
#24271C
(36,39,28)
#202319
(32,35,25)
#1C1F16
(28,31,22)
#181B13
(24,27,19)
#141710
(20,23,16)
#10130D
(16,19,13)
#0C0F0A
(12,15,10)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #303325

#303325
(48,51,37)
#424538
(66,69,56)
#54574B
(84,87,75)
#66695E
(102,105,94)
#787B71
(120,123,113)
#8A8D84
(138,141,132)
#9C9F97
(156,159,151)
#AEB1AA
(174,177,170)
#C0C3BD
(192,195,189)
#D2D5D0
(210,213,208)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303325; }

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

This text font color is #303325.

Background Color

.myBgColor { background-color: #303325; }

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

This div background color is #303325.

Border color

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

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

This div border color is #303325.

Opacity

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

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

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

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

This text has shadow with #303325 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303325.

Preview

Color preview on black background

This text has color #303325 on black background.


Color preview on white background

This text has color #303325 on white background.


Black color preview on #303325 background

This text has black color on #303325 background.


White color preview on #303325 background

This text has white color on #303325 background.


Related colors

Complementary color

Complementary color for #hex is #CFCCDA.


I love getcolorcode.com

Triadic colors

1 #253033 and #332530 with #303325 are triadic colors.

2 #253330 and #333025 with #303325 are triadic colors.