COLOR #253006

HEX: #253006
RGB: (37,48,6)

Color info

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

RGB color model

#253006 color RGB value is (37,48,6).

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

RGB channels and saturation

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

37
48
6

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

Portions of RGB colors in percentages

R + G + B =
37 + 48 + 6 = 91 (100%)
R 37 of 91 ~ 40.66%
G 48 of 91 ~ 52.75%
B 6 of 91 ~ 6.59%

%40.66
%52.75

CMYK color model

#253006 color CMYK value is (23,0,88,81).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 81.18%
CMYK:
(23,0,88,81)
C23M0Y88K81 
(23%,0%,88%,81%)
(0.23/0.00/0.88/0.81)	

CMYK percentages

%22.92
%0
%87.5
%81.18

Codes

Color #253006 in popluar color models

253006
RGB37486
HSL76°77.78%10.59%
HSB/HSV76°87.50%18.82%
CMYK22.92%0.00%87.50%
81.18%

Color #253006 in popluar number systems.

HEX253006
Decimal37486
Binary100101110000110
Octal45606

Shades and tints

Shades of #253006

#253006
(37,48,6)
#222C06
(34,44,6)
#1F2806
(31,40,6)
#1C2406
(28,36,6)
#192006
(25,32,6)
#161C06
(22,28,6)
#131806
(19,24,6)
#101406
(16,20,6)
#0D1006
(13,16,6)
#0A0C06
(10,12,6)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #253006

#253006
(37,48,6)
#38421C
(56,66,28)
#4B5432
(75,84,50)
#5E6648
(94,102,72)
#71785E
(113,120,94)
#848A74
(132,138,116)
#979C8A
(151,156,138)
#AAAEA0
(170,174,160)
#BDC0B6
(189,192,182)
#D0D2CC
(208,210,204)
#E3E4E2
(227,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253006; }

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

This text font color is #253006.


Background Color

.myBgColor { background-color: #253006; }

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

This div background color is #253006.


Border color

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

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

This div border color is #253006.


Opacity

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

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

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

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

This text has shadow with #253006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253006 on black background.


Color preview on white background

This text has color #253006 on white background.



Black color preview on #253006 background

This text has black color on #253006 background.


White color preview on #253006 background

This text has white color on #253006 background.