COLOR #253A14

HEX: #253A14 RGB: (37,58,20)

Color info

#253A14 contains red, green and blue colors in about the same proportion. Web safe color of #253A14 is #333300 (or #330).

RGB color model

#253A14 color RGB value is (37,58,20).

RGB: (37,58,20) (15%, 23%, 8%)

RGB channels and saturation

R 37 of 255 = 15%
G 58 of 255 = 23%
B 20 of 255 = 8%

37
58
20

R + G + B ~ 15%. #253A14 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 58 + 20 = 115 (100%)
R 37 of 115 ~ 32.17%
G 58 of 115 ~ 50.43%
B 20 of 115 ~ 17.39'%

%32.17
%50.43
%17.39

CMYK color model

#253A14 color CMYK value is (36,0,66,77).

  • cyan value is 36.21%
  • magenta value is 0.00%
  • yellow value is 65.52%
  • key color value is 77.25%

CMYK: (36,0,66,77)
C36M0Y66K77 (36%, 0%, 66%, 77%)
(0.36 / 0.00 / 0.66 / 0.77)

CMYK percentages

%36.21
%0
%65.52
%77.25

Codes

Color #253A14 in popluar color models

25 3A 14
RGB 37 58 20
HSL 93° 48.72% 15.29%
HSB/HSV 93° 65.52% 22.75%
CMYK 36.21% 0.00% 65.52%
77.25%

Color #253A14 in popluar number systems.

HEX 25 3A 14
Decimal 37 58 20
Binary 100101 111010 10100
Octal 45 72 24

Shades and tints

Shades of #253A14

#253A14
(37,58,20)
#223513
(34,53,19)
#1F3012
(31,48,18)
#1C2B11
(28,43,17)
#192610
(25,38,16)
#16210F
(22,33,15)
#131C0E
(19,28,14)
#10170D
(16,23,13)
#0D120C
(13,18,12)
#0A0D0B
(10,13,11)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #253A14

#253A14
(37,58,20)
#384B29
(56,75,41)
#4B5C3E
(75,92,62)
#5E6D53
(94,109,83)
#717E68
(113,126,104)
#848F7D
(132,143,125)
#97A092
(151,160,146)
#AAB1A7
(170,177,167)
#BDC2BC
(189,194,188)
#D0D3D1
(208,211,209)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253A14 color. Also use rgb(37,58,20) instead hex code.

Text Font Color

.myTextColor { color: #253A14; }

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

This text font color is #253A14.

Background Color

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

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

This div background color is #253A14.

Border color

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

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

This div border color is #253A14.

Opacity

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

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

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

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

This text has shadow with #253A14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253A14.

Preview

Color preview on black background

This text has color #253A14 on black background.


Color preview on white background

This text has color #253A14 on white background.


Black color preview on #253A14 background

This text has black color on #253A14 background.


White color preview on #253A14 background

This text has white color on #253A14 background.


Related colors

Complementary color

Complementary color for #hex is #DAC5EB.


I love getcolorcode.com

Triadic colors

1 #14253A and #3A1425 with #253A14 are triadic colors.

2 #143A25 and #3A2514 with #253A14 are triadic colors.