COLOR #253F2E

HEX: #253F2E RGB: (37,63,46)

Color info

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

RGB color model

#253F2E color RGB value is (37,63,46).

RGB: (37,63,46) (15%, 25%, 18%)

RGB channels and saturation

R 37 of 255 = 15%
G 63 of 255 = 25%
B 46 of 255 = 18%

37
63
46

R + G + B ~ 19%. #253F2E is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 63 + 46 = 146 (100%)
R 37 of 146 ~ 25.34%
G 63 of 146 ~ 43.15%
B 46 of 146 ~ 31.51'%

%25.34
%43.15
%31.51

CMYK color model

#253F2E color CMYK value is (41,0,27,75).

  • cyan value is 41.27%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 75.29%
CMYK: (41,0,27,75) C41M0Y27K75 (41%,0%,27%,75%) (0.41/0.00/0.27/0.75) 

CMYK percentages

%41.27
%0
%26.98
%75.29

Codes

Color #253F2E in popluar color models

25 3F 2E
RGB 37 63 46
HSL 141° 26.00% 19.61%
HSB/HSV 141° 41.27% 24.71%
CMYK 41.27% 0.00% 26.98%
75.29%

Color #253F2E in popluar number systems.

HEX 25 3F 2E
Decimal 37 63 46
Binary 100101 111111 101110
Octal 45 77 56

Shades and tints

Shades of #253F2E

#253F2E
(37,63,46)
#223A2A
(34,58,42)
#1F3526
(31,53,38)
#1C3022
(28,48,34)
#192B1E
(25,43,30)
#16261A
(22,38,26)
#132116
(19,33,22)
#101C12
(16,28,18)
#0D170E
(13,23,14)
#0A120A
(10,18,10)
#070D06
(7,13,6)
#000000
(0,0,0)

Tints of #253F2E

#253F2E
(37,63,46)
#385041
(56,80,65)
#4B6154
(75,97,84)
#5E7267
(94,114,103)
#71837A
(113,131,122)
#84948D
(132,148,141)
#97A5A0
(151,165,160)
#AAB6B3
(170,182,179)
#BDC7C6
(189,199,198)
#D0D8D9
(208,216,217)
#E3E9EC
(227,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253F2E color. Also use rgb(37,63,46) instead hex code.

Text Font Color

.myTextColor { color: #253F2E; }

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

This text font color is #253F2E.

Background Color

.myBgColor { background-color: #253F2E; }

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

This div background color is #253F2E.

Border color

.myBorderColor { border: 1px solid #253F2E; }

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

This div border color is #253F2E.

Opacity

.myOpacity80 { color: #253F2E; opacity: 0.8; }

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

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

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

This text has shadow with #253F2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253F2E.

Preview

Color preview on black background

This text has color #253F2E on black background.


Color preview on white background

This text has color #253F2E on white background.


Black color preview on #253F2E background

This text has black color on #253F2E background.


White color preview on #253F2E background

This text has white color on #253F2E background.


Related colors

Complementary color

Complementary color for #hex is #DAC0D1.


I love getcolorcode.com

Triadic colors

1 #2E253F and #3F2E25 with #253F2E are triadic colors.

2 #2E3F25 and #3F252E with #253F2E are triadic colors.