COLOR #254332

HEX: #254332
RGB: (37,67,50)

Color info

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

RGB color model

#254332 color RGB value is (37,67,50).

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

RGB channels and saturation

R 37 of 255 = 15%
G 67 of 255 = 26%
B 50 of 255 = 20%

37
67
50

R + G + B ~ 20%. #254332 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 67 + 50 = 154 (100%)
R 37 of 154 ~ 24.03%
G 67 of 154 ~ 43.51%
B 50 of 154 ~ 32.47%

%24.03
%43.51
%32.47

CMYK color model

#254332 color CMYK value is (45,0,25,74).

  • cyan value is 44.78%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 73.73%
CMYK:
(45,0,25,74)
C45M0Y25K74 
(45%,0%,25%,74%)
(0.45/0.00/0.25/0.74)	

CMYK percentages

%44.78
%0
%25.37
%73.73

Codes

Color #254332 in popluar color models

254332
RGB376750
HSL146°28.85%20.39%
HSB/HSV146°44.78%26.27%
CMYK44.78%0.00%25.37%
73.73%

Color #254332 in popluar number systems.

HEX254332
Decimal376750
Binary1001011000011110010
Octal4510362

Shades and tints

Shades of #254332

#254332
(37,67,50)
#223D2E
(34,61,46)
#1F372A
(31,55,42)
#1C3126
(28,49,38)
#192B22
(25,43,34)
#16251E
(22,37,30)
#131F1A
(19,31,26)
#101916
(16,25,22)
#0D1312
(13,19,18)
#0A0D0E
(10,13,14)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #254332

#254332
(37,67,50)
#385444
(56,84,68)
#4B6556
(75,101,86)
#5E7668
(94,118,104)
#71877A
(113,135,122)
#84988C
(132,152,140)
#97A99E
(151,169,158)
#AABAB0
(170,186,176)
#BDCBC2
(189,203,194)
#D0DCD4
(208,220,212)
#E3EDE6
(227,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254332; }

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

This text font color is #254332.


Background Color

.myBgColor { background-color: #254332; }

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

This div background color is #254332.


Border color

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

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

This div border color is #254332.


Opacity

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

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

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

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

This text has shadow with #254332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254332 on black background.


Color preview on white background

This text has color #254332 on white background.



Black color preview on #254332 background

This text has black color on #254332 background.


White color preview on #254332 background

This text has white color on #254332 background.