COLOR #253F03

HEX: #253F03 RGB: (37,63,3)

Color info

#253F03 contains mainly red and green colors. Web safe color of #253F03 is #333300 (or #330).

RGB color model

#253F03 color RGB value is (37,63,3).

RGB: (37,63,3) (15%, 25%, 1%)

RGB channels and saturation

R 37 of 255 = 15%
G 63 of 255 = 25%
B 3 of 255 = 1%

37
63
3

R + G + B ~ 14%. #253F03 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 63 + 3 = 103 (100%)
R 37 of 103 ~ 35.92%
G 63 of 103 ~ 61.17%
B 3 of 103 ~ 2.91'%

%35.92
%61.17

CMYK color model

#253F03 color CMYK value is (41,0,95,75).

  • cyan value is 41.27%
  • magenta value is 0.00%
  • yellow value is 95.24%
  • key color value is 75.29%

CMYK: (41,0,95,75)
C41M0Y95K75 (41%, 0%, 95%, 75%)
(0.41 / 0.00 / 0.95 / 0.75)

CMYK percentages

%41.27
%0
%95.24
%75.29

Codes

Color #253F03 in popluar color models

25 3F 03
RGB 37 63 3
HSL 86° 90.91% 12.94%
HSB/HSV 86° 95.24% 24.71%
CMYK 41.27% 0.00% 95.24%
75.29%

Color #253F03 in popluar number systems.

HEX 25 3F 03
Decimal 37 63 3
Binary 100101 111111 11
Octal 45 77 3

Shades and tints

Shades of #253F03

#253F03
(37,63,3)
#223A03
(34,58,3)
#1F3503
(31,53,3)
#1C3003
(28,48,3)
#192B03
(25,43,3)
#162603
(22,38,3)
#132103
(19,33,3)
#101C03
(16,28,3)
#0D1703
(13,23,3)
#0A1203
(10,18,3)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #253F03

#253F03
(37,63,3)
#385019
(56,80,25)
#4B612F
(75,97,47)
#5E7245
(94,114,69)
#71835B
(113,131,91)
#849471
(132,148,113)
#97A587
(151,165,135)
#AAB69D
(170,182,157)
#BDC7B3
(189,199,179)
#D0D8C9
(208,216,201)
#E3E9DF
(227,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253F03; }

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

This text font color is #253F03.

Background Color

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

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

This div background color is #253F03.

Border color

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

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

This div border color is #253F03.

Opacity

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

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

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

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

This text has shadow with #253F03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253F03.

Preview

Color preview on black background

This text has color #253F03 on black background.


Color preview on white background

This text has color #253F03 on white background.


Black color preview on #253F03 background

This text has black color on #253F03 background.


White color preview on #253F03 background

This text has white color on #253F03 background.


Related colors

Complementary color

Complementary color for #hex is #DAC0FC.


I love getcolorcode.com

Triadic colors

1 #03253F and #3F0325 with #253F03 are triadic colors.

2 #033F25 and #3F2503 with #253F03 are triadic colors.