COLOR #0F340D

HEX: #0F340D RGB: (15,52,13)

Color info

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

RGB color model

#0F340D color RGB value is (15,52,13).

RGB: (15,52,13) (6%, 20%, 5%)

RGB channels and saturation

R 15 of 255 = 6%
G 52 of 255 = 20%
B 13 of 255 = 5%

15
52
13

R + G + B ~ 10%. #0F340D is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 52 + 13 = 80 (100%)
R 15 of 80 ~ 18.75%
G 52 of 80 ~ 65%
B 13 of 80 ~ 16.25'%

%18.75
%65
%16.25

CMYK color model

#0F340D color CMYK value is (71,0,75,80).

  • cyan value is 71.15%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 79.61%

CMYK: (71,0,75,80)
C71M0Y75K80 (71%, 0%, 75%, 80%)
(0.71 / 0.00 / 0.75 / 0.80)

CMYK percentages

%71.15
%0
%75
%79.61

Codes

Color #0F340D in popluar color models

0F 34 0D
RGB 15 52 13
HSL 117° 60.00% 12.75%
HSB/HSV 117° 75.00% 20.39%
CMYK 71.15% 0.00% 75.00%
79.61%

Color #0F340D in popluar number systems.

HEX 0F 34 0D
Decimal 15 52 13
Binary 1111 110100 1101
Octal 17 64 15

Shades and tints

Shades of #0F340D

#0F340D
(15,52,13)
#0E300C
(14,48,12)
#0D2C0B
(13,44,11)
#0C280A
(12,40,10)
#0B2409
(11,36,9)
#0A2008
(10,32,8)
#091C07
(9,28,7)
#081806
(8,24,6)
#071405
(7,20,5)
#061004
(6,16,4)
#050C03
(5,12,3)
#000000
(0,0,0)

Tints of #0F340D

#0F340D
(15,52,13)
#244623
(36,70,35)
#395839
(57,88,57)
#4E6A4F
(78,106,79)
#637C65
(99,124,101)
#788E7B
(120,142,123)
#8DA091
(141,160,145)
#A2B2A7
(162,178,167)
#B7C4BD
(183,196,189)
#CCD6D3
(204,214,211)
#E1E8E9
(225,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F340D color. Also use rgb(15,52,13) instead hex code.

Text Font Color

.myTextColor { color: #0F340D; }

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

This text font color is #0F340D.

Background Color

.myBgColor { background-color: #0F340D; }

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

This div background color is #0F340D.

Border color

.myBorderColor { border: 1px solid #0F340D; }

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

This div border color is #0F340D.

Opacity

.myOpacity80 { color: #0F340D; opacity: 0.8; }

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

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

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

This text has shadow with #0F340D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F340D.

Preview

Color preview on black background

This text has color #0F340D on black background.


Color preview on white background

This text has color #0F340D on white background.


Black color preview on #0F340D background

This text has black color on #0F340D background.


White color preview on #0F340D background

This text has white color on #0F340D background.


Related colors

Complementary color

Complementary color for #hex is #F0CBF2.


I love getcolorcode.com

Triadic colors

1 #0D0F34 and #340D0F with #0F340D are triadic colors.

2 #0D340F and #340F0D with #0F340D are triadic colors.