COLOR #333425

HEX: #333425 RGB: (51,52,37)

Color info

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

RGB color model

#333425 color RGB value is (51,52,37).

RGB: (51,52,37) (20%, 20%, 15%)

RGB channels and saturation

R 51 of 255 = 20%
G 52 of 255 = 20%
B 37 of 255 = 15%

51
52
37

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

Portions of RGB colors in percentages

R + G + B = 51 + 52 + 37 = 140 (100%)
R 51 of 140 ~ 36.43%
G 52 of 140 ~ 37.14%
B 37 of 140 ~ 26.43'%

%36.43
%37.14
%26.43

CMYK color model

#333425 color CMYK value is (2,0,29,80).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 79.61%

CMYK: (2,0,29,80)
C2M0Y29K80 (2%, 0%, 29%, 80%)
(0.02 / 0.00 / 0.29 / 0.80)

CMYK percentages

%1.92
%0
%28.85
%79.61

Codes

Color #333425 in popluar color models

33 34 25
RGB 51 52 37
HSL 64° 16.85% 17.45%
HSB/HSV 64° 28.85% 20.39%
CMYK 1.92% 0.00% 28.85%
79.61%

Color #333425 in popluar number systems.

HEX 33 34 25
Decimal 51 52 37
Binary 110011 110100 100101
Octal 63 64 45

Shades and tints

Shades of #333425

#333425
(51,52,37)
#2F3022
(47,48,34)
#2B2C1F
(43,44,31)
#27281C
(39,40,28)
#232419
(35,36,25)
#1F2016
(31,32,22)
#1B1C13
(27,28,19)
#171810
(23,24,16)
#13140D
(19,20,13)
#0F100A
(15,16,10)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #333425

#333425
(51,52,37)
#454638
(69,70,56)
#57584B
(87,88,75)
#696A5E
(105,106,94)
#7B7C71
(123,124,113)
#8D8E84
(141,142,132)
#9FA097
(159,160,151)
#B1B2AA
(177,178,170)
#C3C4BD
(195,196,189)
#D5D6D0
(213,214,208)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333425; }

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

This text font color is #333425.

Background Color

.myBgColor { background-color: #333425; }

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

This div background color is #333425.

Border color

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

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

This div border color is #333425.

Opacity

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

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

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

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

This text has shadow with #333425 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333425.

Preview

Color preview on black background

This text has color #333425 on black background.


Color preview on white background

This text has color #333425 on white background.


Black color preview on #333425 background

This text has black color on #333425 background.


White color preview on #333425 background

This text has white color on #333425 background.


Related colors

Complementary color

Complementary color for #hex is #CCCBDA.


I love getcolorcode.com

Triadic colors

1 #253334 and #342533 with #333425 are triadic colors.

2 #253433 and #343325 with #333425 are triadic colors.