COLOR #041710

HEX: #041710 RGB: (4,23,16)

Color info

#041710 contains red, green and blue colors in about the same proportion. Web safe color of #041710 is #000000 (or #000).

RGB color model

#041710 color RGB value is (4,23,16).

RGB: (4,23,16) (2%, 9%, 6%)

RGB channels and saturation

R 4 of 255 = 2%
G 23 of 255 = 9%
B 16 of 255 = 6%

4
23
16

R + G + B ~ 6%. #041710 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 23 + 16 = 43 (100%)
R 4 of 43 ~ 9.3%
G 23 of 43 ~ 53.49%
B 16 of 43 ~ 37.21'%

%53.49
%37.21

CMYK color model

#041710 color CMYK value is (83,0,30,91).

  • cyan value is 82.61%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 90.98%

CMYK: (83,0,30,91)
C83M0Y30K91 (83%, 0%, 30%, 91%)
(0.83 / 0.00 / 0.30 / 0.91)

CMYK percentages

%82.61
%0
%30.43
%90.98

Codes

Color #041710 in popluar color models

04 17 10
RGB 4 23 16
HSL 158° 70.37% 5.29%
HSB/HSV 158° 82.61% 9.02%
CMYK 82.61% 0.00% 30.43%
90.98%

Color #041710 in popluar number systems.

HEX 04 17 10
Decimal 4 23 16
Binary 100 10111 10000
Octal 4 27 20

Shades and tints

Shades of #041710

#041710
(4,23,16)
#04150F
(4,21,15)
#04130E
(4,19,14)
#04110D
(4,17,13)
#040F0C
(4,15,12)
#040D0B
(4,13,11)
#040B0A
(4,11,10)
#040909
(4,9,9)
#040708
(4,7,8)
#040507
(4,5,7)
#040306
(4,3,6)
#000000
(0,0,0)

Tints of #041710

#041710
(4,23,16)
#1A2C25
(26,44,37)
#30413A
(48,65,58)
#46564F
(70,86,79)
#5C6B64
(92,107,100)
#728079
(114,128,121)
#88958E
(136,149,142)
#9EAAA3
(158,170,163)
#B4BFB8
(180,191,184)
#CAD4CD
(202,212,205)
#E0E9E2
(224,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041710 color. Also use rgb(4,23,16) instead hex code.

Text Font Color

.myTextColor { color: #041710; }

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

This text font color is #041710.

Background Color

.myBgColor { background-color: #041710; }

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

This div background color is #041710.

Border color

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

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

This div border color is #041710.

Opacity

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

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

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

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

This text has shadow with #041710 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041710.

Preview

Color preview on black background

This text has color #041710 on black background.


Color preview on white background

This text has color #041710 on white background.


Black color preview on #041710 background

This text has black color on #041710 background.


White color preview on #041710 background

This text has white color on #041710 background.


Related colors

Complementary color

Complementary color for #hex is #FBE8EF.


I love getcolorcode.com

Triadic colors

1 #100417 and #171004 with #041710 are triadic colors.

2 #101704 and #170410 with #041710 are triadic colors.