COLOR #253002

HEX: #253002
RGB: (37,48,2)

Color info

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

RGB color model

#253002 color RGB value is (37,48,2).

  • red value is 37;
  • green value is 48;
  • blue value is 2.
RGB:
(37,48,2)
(15%,19%,1%)

RGB channels and saturation

R 37 of 255 = 15%
G 48 of 255 = 19%
B 2 of 255 = 1%

37
48
2

R + G + B ~ 12%. #253002 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 48 + 2 = 87 (100%)
R 37 of 87 ~ 42.53%
G 48 of 87 ~ 55.17%
B 2 of 87 ~ 2.3%

%42.53
%55.17

CMYK color model

#253002 color CMYK value is (23,0,96,81).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 95.83%
  • key color value is 81.18%
CMYK:
(23,0,96,81)
C23M0Y96K81 
(23%,0%,96%,81%)
(0.23/0.00/0.96/0.81)	

CMYK percentages

%22.92
%0
%95.83
%81.18

Codes

Color #253002 in popluar color models

253002
RGB37482
HSL74°92.00%9.80%
HSB/HSV74°95.83%18.82%
CMYK22.92%0.00%95.83%
81.18%

Color #253002 in popluar number systems.

HEX253002
Decimal37482
Binary10010111000010
Octal45602

Shades and tints

Shades of #253002

#253002
(37,48,2)
#222C02
(34,44,2)
#1F2802
(31,40,2)
#1C2402
(28,36,2)
#192002
(25,32,2)
#161C02
(22,28,2)
#131802
(19,24,2)
#101402
(16,20,2)
#0D1002
(13,16,2)
#0A0C02
(10,12,2)
#070802
(7,8,2)
#000000
(0,0,0)

Tints of #253002

#253002
(37,48,2)
#384219
(56,66,25)
#4B5430
(75,84,48)
#5E6647
(94,102,71)
#71785E
(113,120,94)
#848A75
(132,138,117)
#979C8C
(151,156,140)
#AAAEA3
(170,174,163)
#BDC0BA
(189,192,186)
#D0D2D1
(208,210,209)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253002 color. Also use rgb(37,48,2) instead hex code.

Text Font Color

.myTextColor { color: #253002; }

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

This text font color is #253002.


Background Color

.myBgColor { background-color: #253002; }

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

This div background color is #253002.


Border color

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

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

This div border color is #253002.


Opacity

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

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

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

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

This text has shadow with #253002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253002 on black background.


Color preview on white background

This text has color #253002 on white background.



Black color preview on #253002 background

This text has black color on #253002 background.


White color preview on #253002 background

This text has white color on #253002 background.