COLOR #33625D

HEX: #33625D
RGB: (51,98,93)

Color info

#33625D contains red, green and blue colors in about the same proportion. Web safe color of #33625D is #336666 (or #366).

RGB color model

#33625D color RGB value is (51,98,93).

  • red value is 51;
  • green value is 98;
  • blue value is 93.
RGB:
(51,98,93)
(20%,38%,36%)

RGB channels and saturation

R 51 of 255 = 20%
G 98 of 255 = 38%
B 93 of 255 = 36%

51
98
93

R + G + B ~ 31%. #33625D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 98 + 93 = 242 (100%)
R 51 of 242 ~ 21.07%
G 98 of 242 ~ 40.5%
B 93 of 242 ~ 38.43%

%21.07
%40.5
%38.43

CMYK color model

#33625D color CMYK value is (48,0,5,62).

  • cyan value is 47.96%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 61.57%
CMYK:
(48,0,5,62)
C48M0Y5K62 
(48%,0%,5%,62%)
(0.48/0.00/0.05/0.62)	

CMYK percentages

%47.96
%0
%5.1
%61.57

Codes

Color #33625D in popluar color models

33625D
RGB519893
HSL174°31.54%29.22%
HSB/HSV174°47.96%38.43%
CMYK47.96%0.00%5.10%
61.57%

Color #33625D in popluar number systems.

HEX33625D
Decimal519893
Binary11001111000101011101
Octal63142135

Shades and tints

Shades of #33625D

#33625D
(51,98,93)
#2F5A55
(47,90,85)
#2B524D
(43,82,77)
#274A45
(39,74,69)
#23423D
(35,66,61)
#1F3A35
(31,58,53)
#1B322D
(27,50,45)
#172A25
(23,42,37)
#13221D
(19,34,29)
#0F1A15
(15,26,21)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #33625D

#33625D
(51,98,93)
#45706B
(69,112,107)
#577E79
(87,126,121)
#698C87
(105,140,135)
#7B9A95
(123,154,149)
#8DA8A3
(141,168,163)
#9FB6B1
(159,182,177)
#B1C4BF
(177,196,191)
#C3D2CD
(195,210,205)
#D5E0DB
(213,224,219)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33625D color. Also use rgb(51,98,93) instead hex code.

Text Font Color

.myTextColor { color: #33625D; }

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

This text font color is #33625D.


Background Color

.myBgColor { background-color: #33625D; }

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

This div background color is #33625D.


Border color

.myBorderColor { border: 1px solid #33625D; }

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

This div border color is #33625D.


Opacity

.myOpacity80 { color: #33625D; opacity: 0.8; }

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

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

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

This text has shadow with #33625D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33625D on black background.


Color preview on white background

This text has color #33625D on white background.



Black color preview on #33625D background

This text has black color on #33625D background.


White color preview on #33625D background

This text has white color on #33625D background.