COLOR #253012

HEX: #253012 RGB: (37,48,18)

Color info

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

RGB color model

#253012 color RGB value is (37,48,18).

RGB: (37,48,18) (15%, 19%, 7%)

RGB channels and saturation

R 37 of 255 = 15%
G 48 of 255 = 19%
B 18 of 255 = 7%

37
48
18

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

Portions of RGB colors in percentages

R + G + B = 37 + 48 + 18 = 103 (100%)
R 37 of 103 ~ 35.92%
G 48 of 103 ~ 46.6%
B 18 of 103 ~ 17.48'%

%35.92
%46.6
%17.48

CMYK color model

#253012 color CMYK value is (23,0,63,81).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 81.18%

CMYK: (23,0,63,81)
C23M0Y63K81 (23%, 0%, 63%, 81%)
(0.23 / 0.00 / 0.63 / 0.81)

CMYK percentages

%22.92
%0
%62.5
%81.18

Codes

Color #253012 in popluar color models

25 30 12
RGB 37 48 18
HSL 82° 45.45% 12.94%
HSB/HSV 82° 62.50% 18.82%
CMYK 22.92% 0.00% 62.50%
81.18%

Color #253012 in popluar number systems.

HEX 25 30 12
Decimal 37 48 18
Binary 100101 110000 10010
Octal 45 60 22

Shades and tints

Shades of #253012

#253012
(37,48,18)
#222C11
(34,44,17)
#1F2810
(31,40,16)
#1C240F
(28,36,15)
#19200E
(25,32,14)
#161C0D
(22,28,13)
#13180C
(19,24,12)
#10140B
(16,20,11)
#0D100A
(13,16,10)
#0A0C09
(10,12,9)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #253012

#253012
(37,48,18)
#384227
(56,66,39)
#4B543C
(75,84,60)
#5E6651
(94,102,81)
#717866
(113,120,102)
#848A7B
(132,138,123)
#979C90
(151,156,144)
#AAAEA5
(170,174,165)
#BDC0BA
(189,192,186)
#D0D2CF
(208,210,207)
#E3E4E4
(227,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253012; }

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

This text font color is #253012.

Background Color

.myBgColor { background-color: #253012; }

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

This div background color is #253012.

Border color

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

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

This div border color is #253012.

Opacity

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

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

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

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

This text has shadow with #253012 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253012.

Preview

Color preview on black background

This text has color #253012 on black background.


Color preview on white background

This text has color #253012 on white background.


Black color preview on #253012 background

This text has black color on #253012 background.


White color preview on #253012 background

This text has white color on #253012 background.


Related colors

Complementary color

Complementary color for #hex is #DACFED.


I love getcolorcode.com

Triadic colors

1 #122530 and #301225 with #253012 are triadic colors.

2 #123025 and #302512 with #253012 are triadic colors.