COLOR #18250F

HEX: #18250F RGB: (24,37,15)

Color info

#18250F contains red, green and blue colors in about the same proportion. Web safe color of #18250F is #003300 (or #030).

RGB color model

#18250F color RGB value is (24,37,15).

RGB: (24,37,15) (9%, 15%, 6%)

RGB channels and saturation

R 24 of 255 = 9%
G 37 of 255 = 15%
B 15 of 255 = 6%

24
37
15

R + G + B ~ 10%. #18250F is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 37 + 15 = 76 (100%)
R 24 of 76 ~ 31.58%
G 37 of 76 ~ 48.68%
B 15 of 76 ~ 19.74'%

%31.58
%48.68
%19.74

CMYK color model

#18250F color CMYK value is (35,0,59,85).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 59.46%
  • key color value is 85.49%

CMYK: (35,0,59,85)
C35M0Y59K85 (35%, 0%, 59%, 85%)
(0.35 / 0.00 / 0.59 / 0.85)

CMYK percentages

%35.14
%0
%59.46
%85.49

Codes

Color #18250F in popluar color models

18 25 0F
RGB 24 37 15
HSL 95° 42.31% 10.20%
HSB/HSV 95° 59.46% 14.51%
CMYK 35.14% 0.00% 59.46%
85.49%

Color #18250F in popluar number systems.

HEX 18 25 0F
Decimal 24 37 15
Binary 11000 100101 1111
Octal 30 45 17

Shades and tints

Shades of #18250F

#18250F
(24,37,15)
#16220E
(22,34,14)
#141F0D
(20,31,13)
#121C0C
(18,28,12)
#10190B
(16,25,11)
#0E160A
(14,22,10)
#0C1309
(12,19,9)
#0A1008
(10,16,8)
#080D07
(8,13,7)
#060A06
(6,10,6)
#040705
(4,7,5)
#000000
(0,0,0)

Tints of #18250F

#18250F
(24,37,15)
#2D3824
(45,56,36)
#424B39
(66,75,57)
#575E4E
(87,94,78)
#6C7163
(108,113,99)
#818478
(129,132,120)
#96978D
(150,151,141)
#ABAAA2
(171,170,162)
#C0BDB7
(192,189,183)
#D5D0CC
(213,208,204)
#EAE3E1
(234,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18250F color. Also use rgb(24,37,15) instead hex code.

Text Font Color

.myTextColor { color: #18250F; }

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

This text font color is #18250F.

Background Color

.myBgColor { background-color: #18250F; }

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

This div background color is #18250F.

Border color

.myBorderColor { border: 1px solid #18250F; }

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

This div border color is #18250F.

Opacity

.myOpacity80 { color: #18250F; opacity: 0.8; }

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

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

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

This text has shadow with #18250F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #18250F.

Preview

Color preview on black background

This text has color #18250F on black background.


Color preview on white background

This text has color #18250F on white background.


Black color preview on #18250F background

This text has black color on #18250F background.


White color preview on #18250F background

This text has white color on #18250F background.


Related colors

Complementary color

Complementary color for #hex is #E7DAF0.


I love getcolorcode.com

Triadic colors

1 #0F1825 and #250F18 with #18250F are triadic colors.

2 #0F2518 and #25180F with #18250F are triadic colors.