COLOR #253E2C

HEX: #253E2C RGB: (37,62,44)

Color info

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

RGB color model

#253E2C color RGB value is (37,62,44).

RGB: (37,62,44) (15%, 24%, 17%)

RGB channels and saturation

R 37 of 255 = 15%
G 62 of 255 = 24%
B 44 of 255 = 17%

37
62
44

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

Portions of RGB colors in percentages

R + G + B = 37 + 62 + 44 = 143 (100%)
R 37 of 143 ~ 25.87%
G 62 of 143 ~ 43.36%
B 44 of 143 ~ 30.77'%

%25.87
%43.36
%30.77

CMYK color model

#253E2C color CMYK value is (40,0,29,76).

  • cyan value is 40.32%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 75.69%

CMYK: (40,0,29,76)
C40M0Y29K76 (40%, 0%, 29%, 76%)
(0.40 / 0.00 / 0.29 / 0.76)

CMYK percentages

%40.32
%0
%29.03
%75.69

Codes

Color #253E2C in popluar color models

25 3E 2C
RGB 37 62 44
HSL 137° 25.25% 19.41%
HSB/HSV 137° 40.32% 24.31%
CMYK 40.32% 0.00% 29.03%
75.69%

Color #253E2C in popluar number systems.

HEX 25 3E 2C
Decimal 37 62 44
Binary 100101 111110 101100
Octal 45 76 54

Shades and tints

Shades of #253E2C

#253E2C
(37,62,44)
#223928
(34,57,40)
#1F3424
(31,52,36)
#1C2F20
(28,47,32)
#192A1C
(25,42,28)
#162518
(22,37,24)
#132014
(19,32,20)
#101B10
(16,27,16)
#0D160C
(13,22,12)
#0A1108
(10,17,8)
#070C04
(7,12,4)
#000000
(0,0,0)

Tints of #253E2C

#253E2C
(37,62,44)
#384F3F
(56,79,63)
#4B6052
(75,96,82)
#5E7165
(94,113,101)
#718278
(113,130,120)
#84938B
(132,147,139)
#97A49E
(151,164,158)
#AAB5B1
(170,181,177)
#BDC6C4
(189,198,196)
#D0D7D7
(208,215,215)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253E2C color. Also use rgb(37,62,44) instead hex code.

Text Font Color

.myTextColor { color: #253E2C; }

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

This text font color is #253E2C.

Background Color

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

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

This div background color is #253E2C.

Border color

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

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

This div border color is #253E2C.

Opacity

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

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

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

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

This text has shadow with #253E2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253E2C.

Preview

Color preview on black background

This text has color #253E2C on black background.


Color preview on white background

This text has color #253E2C on white background.


Black color preview on #253E2C background

This text has black color on #253E2C background.


White color preview on #253E2C background

This text has white color on #253E2C background.


Related colors

Complementary color

Complementary color for #hex is #DAC1D3.


I love getcolorcode.com

Triadic colors

1 #2C253E and #3E2C25 with #253E2C are triadic colors.

2 #2C3E25 and #3E252C with #253E2C are triadic colors.