COLOR #254352

HEX: #254352
RGB: (37,67,82)

Color info

#254352 contains red, green and blue colors in about the same proportion. Web safe color of #254352 is #333366 (or #336).

RGB color model

#254352 color RGB value is (37,67,82).

  • red value is 37;
  • green value is 67;
  • blue value is 82.
RGB:
(37,67,82)
(15%,26%,32%)

RGB channels and saturation

R 37 of 255 = 15%
G 67 of 255 = 26%
B 82 of 255 = 32%

37
67
82

R + G + B ~ 24%. #254352 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 67 + 82 = 186 (100%)
R 37 of 186 ~ 19.89%
G 67 of 186 ~ 36.02%
B 82 of 186 ~ 44.09%

%19.89
%36.02
%44.09

CMYK color model

#254352 color CMYK value is (55,18,0,68).

  • cyan value is 54.88%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(55,18,0,68)
C55M18Y0K68 
(55%,18%,0%,68%)
(0.55/0.18/0.00/0.68)	

CMYK percentages

%54.88
%18.29
%0
%67.84

Codes

Color #254352 in popluar color models

254352
RGB376782
HSL200°37.82%23.33%
HSB/HSV200°54.88%32.16%
CMYK54.88%18.29%0.00%
67.84%

Color #254352 in popluar number systems.

HEX254352
Decimal376782
Binary10010110000111010010
Octal45103122

Shades and tints

Shades of #254352

#254352
(37,67,82)
#223D4B
(34,61,75)
#1F3744
(31,55,68)
#1C313D
(28,49,61)
#192B36
(25,43,54)
#16252F
(22,37,47)
#131F28
(19,31,40)
#101921
(16,25,33)
#0D131A
(13,19,26)
#0A0D13
(10,13,19)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #254352

#254352
(37,67,82)
#385461
(56,84,97)
#4B6570
(75,101,112)
#5E767F
(94,118,127)
#71878E
(113,135,142)
#84989D
(132,152,157)
#97A9AC
(151,169,172)
#AABABB
(170,186,187)
#BDCBCA
(189,203,202)
#D0DCD9
(208,220,217)
#E3EDE8
(227,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254352 color. Also use rgb(37,67,82) instead hex code.

Text Font Color

.myTextColor { color: #254352; }

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

This text font color is #254352.


Background Color

.myBgColor { background-color: #254352; }

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

This div background color is #254352.


Border color

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

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

This div border color is #254352.


Opacity

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

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

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

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

This text has shadow with #254352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254352 on black background.


Color preview on white background

This text has color #254352 on white background.



Black color preview on #254352 background

This text has black color on #254352 background.


White color preview on #254352 background

This text has white color on #254352 background.